Searched defs:HInstruction (Results 1 – 11 of 11) 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_graph_color.h | 32 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 | 92 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 190 friend class HInstruction; variable 1480 friend class HInstruction; variable 1747 friend class HInstruction; local 2178 friend class HInstruction; variable 2228 HInstruction(InstructionKind kind, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function 2231 HInstruction(InstructionKind kind, DataType::Type type, SideEffects side_effects, uint32_t dex_pc) in HInstruction() function 2714 explicit HInstruction(const HInstruction& other) in HInstruction() function
|
| D | locations.h | 31 class HInstruction; variable
|