Home
last modified time | relevance | path

Searched defs:HInstruction (Results 1 – 12 of 12) sorted by relevance

/art/compiler/optimizing/
Descape.h24 class HInstruction; variable
116 bool (*no_escape_fn)(HInstruction*, HInstruction*), in CalculateEscape() argument
143 inline bool DoesNotEscape(HInstruction* reference, in DoesNotEscape() argument
144 bool (*no_escape_fn)(HInstruction*, HInstruction*)) { in DoesNotEscape()
Dcode_generator_utils.h28 class HInstruction; variable
Dregister_allocation_resolver.h30 class HInstruction; variable
Dregister_allocator.h30 class HInstruction; variable
Dregister_allocator_linear_scan.h30 class HInstruction; variable
Dgraph_visualizer.h34 class HInstruction; variable
Dselect_generator.cc91 HBasicBlock* block, ScopedArenaSafeMap<HInstruction*, HSelect*>* cache) { in TryGenerateSelectSimpleDiamondPattern()
Dinduction_var_analysis.cc277 /*inout*/ ScopedArenaSafeMap<HInstruction*, NodeInfo>* visited_instructions) { in TryVisitNodes()
765 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle) { in SolvePhi()
787 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle, in SolvePhiAllInputs()
821 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle, in SolveAddSub()
967 const ScopedArenaSafeMap<HInstruction*, InductionInfo*>& cycle, in SolveConversion()
Dnodes.h68 class HInstruction; variable
192 friend class HInstruction; variable
1487 friend class HInstruction; variable
1762 friend class HInstruction; local
2193 friend class HInstruction; variable
2248 HInstruction(InstructionKind kind, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function
2251 HInstruction(InstructionKind kind, DataType::Type type, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function
2742 explicit HInstruction(const HInstruction& other) in HInstruction() function
Dscheduler_arm64.cc61 void VisitInstruction([[maybe_unused]] HInstruction*) override { in VisitInstruction() argument
Dlocations.h31 class HInstruction; variable
Dscheduler_arm.cc63 void VisitInstruction([[maybe_unused]] HInstruction*) override { in VisitInstruction() argument