Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A 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()
H A Dnodes.h70 class HInstruction; variable
195 friend class HInstruction; variable
1266 friend class HInstruction; variable
1552 friend class HInstruction; local
2014 friend class HInstruction; variable
2069 HInstruction(InstructionKind kind, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function
2072 HInstruction(InstructionKind kind, DataType::Type type, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function
2563 explicit HInstruction(const HInstruction& other) in HInstruction() function
H A 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()
H A Dcode_generator_utils.h28 class HInstruction; variable
H A Dregister_allocation_resolver.h30 class HInstruction; variable
H A Dregister_allocator.h30 class HInstruction; variable
H A Dregister_allocator_linear_scan.h30 class HInstruction; variable
H A Dgraph_visualizer.h34 class HInstruction; variable
H A Dselect_generator.cc91 HBasicBlock* block, ScopedArenaSafeMap<HInstruction*, HSelect*>* cache) { in TryGenerateSelectSimpleDiamondPattern()
H A Dscheduler_arm64.cc61 void VisitInstruction([[maybe_unused]] HInstruction*) override { in VisitInstruction() argument
H A Dlocations.h31 class HInstruction; variable
H A Dscheduler_arm.cc63 void VisitInstruction([[maybe_unused]] HInstruction*) override { in VisitInstruction() argument