Searched defs:HInstruction (Results 1 – 12 of 12) sorted by relevance
/art/compiler/optimizing/ |
D | escape.h | 24 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()
|
D | code_generator_utils.h | 28 class HInstruction; variable
|
D | register_allocation_resolver.h | 30 class HInstruction; variable
|
D | register_allocator.h | 30 class HInstruction; variable
|
D | register_allocator_linear_scan.h | 30 class HInstruction; variable
|
D | graph_visualizer.h | 34 class HInstruction; variable
|
D | select_generator.cc | 91 HBasicBlock* block, ScopedArenaSafeMap<HInstruction*, HSelect*>* cache) { in TryGenerateSelectSimpleDiamondPattern()
|
D | induction_var_analysis.cc | 277 /*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()
|
D | nodes.h | 68 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
|
D | scheduler_arm64.cc | 61 void VisitInstruction([[maybe_unused]] HInstruction*) override { in VisitInstruction() argument
|
D | locations.h | 31 class HInstruction; variable
|
D | scheduler_arm.cc | 63 void VisitInstruction([[maybe_unused]] HInstruction*) override { in VisitInstruction() argument
|