Home
last modified time | relevance | path

Searched refs:GetInputs (Results 1 – 22 of 22) sorted by relevance

/art/compiler/optimizing/
Dssa_phi_elimination.cc78 for (HInstruction* raw_input : phi->GetInputs()) { in MarkDeadPhis()
174 for (HInstruction* input : phi->GetInputs()) { in Run()
195 for (HInstruction* input : current->GetInputs()) { in Run()
Dssa_builder.cc132 for (HInstruction* input : phi->GetInputs()) { in TypePhiFromInputs()
179 for (HInstruction* input : phi->GetInputs()) { in TypeInputsOfPhi()
188 HInputsRef inputs = phi->GetInputs(); in TypeInputsOfPhi()
667 HInputsRef inputs = phi->GetInputs(); in GetFloatDoubleOrReferenceEquivalentOfPhi()
Dpretty_printer.h43 HConstInputsRef inputs = instruction->GetInputs(); in PrintPostInstruction()
Dssa_liveness_analysis.cc109 HInputsRef inputs = current->GetInputs(); in RecursivelyProcessInputs()
400 HInputsRef inputs = user->GetInputs(); in FindFirstRegisterHint()
440 HInputsRef inputs = defined_by_->GetInputs(); in FindHintAtDefinition()
Dlicm.cc34 for (const HInstruction* input : instruction->GetInputs()) { in InputsAreDefinedBeforeLoop()
Dscheduler.cc286 for (HInstruction* instruction : node->GetInstruction()->GetInputs()) { in AddCrossIterationDependencies()
293 for (HInstruction* phi_input : instruction->GetInputs()) { in AddCrossIterationDependencies()
428 for (const HInstruction* input : instruction->GetInputs()) { in DumpAsDotNode()
Dgraph_checker.cc382 for (HInstruction* input : instruction->GetInputs()) { in VisitInstruction()
416 HConstInputsRef user_inputs = user->GetInputs(); in VisitInstruction()
543 const HInstruction* last_input = invoke->GetInputs().back(); in VisitInvokeStaticOrDirect()
782 HConstInputsRef insn1_inputs = insn1->GetInputs(); in IsConstantEquivalent()
783 HConstInputsRef insn2_inputs = insn2->GetInputs(); in IsConstantEquivalent()
Dpc_relative_fixups_x86.cc211 HInputsRef inputs = invoke->GetInputs(); in HandleInvoke()
Dprepare_for_register_allocation.cc246 HInstruction* last_input = invoke->GetInputs().back(); in VisitInvokeStaticOrDirect()
Dcode_sinking.cc139 for (HInstruction* input : instruction->GetInputs()) { in AddInputs()
Dgraph_visualizer.cc600 HConstInputsRef inputs = instruction->GetInputs(); in PrintInstruction()
861 for (const HInstruction* input : instruction->GetInputs()) { in VisitBasicBlock()
Dreference_type_propagation.cc918 HInputsRef inputs = instr->GetInputs(); in UpdatePhi()
974 for (HInstruction* input : phi->GetInputs()) { in UpdateNullability()
Dinduction_var_analysis.cc301 for (HInstruction* input : instruction->GetInputs()) { in VisitNode()
550 HInputsRef inputs = phi->GetInputs(); in TransferPhi()
679 HInputsRef inputs = phi->GetInputs(); in SolvePhi()
Dssa_liveness_analysis.h880 for (const HInstruction* input : defined_by_->GetInputs()) { in IsUsingInputRegister()
911 for (const HInstruction* input : defined_by_->GetInputs()) { in CanUseInputRegister()
Dregister_allocator_graph_color.cc1171 HInputsRef inputs = defined_by->GetInputs(); in CheckInputOutputCanOverlap()
1360 HInputsRef inputs = defined_by->GetInputs(); in FindCoalesceOpportunities()
1402 HInputsRef inputs = defined_by->GetInputs(); in FindCoalesceOpportunities()
Dinliner.cc1334 HInputsRef inputs = invoke_instruction->GetInputs(); in TryInlineAndReplace()
1382 HInputsRef inputs = invoke_instruction->GetInputs(); in TryInlineAndReplace()
Dnodes.cc952 HInputsRef inputs = instruction->GetInputs(); in UpdateInputsUsers()
1728 HConstInputsRef inputs = GetInputs(); in Equals()
1729 HConstInputsRef other_inputs = other->GetInputs(); in Equals()
Dregister_allocator_linear_scan.cc638 HInputsRef inputs = defined_by->GetInputs(); in TryAllocateFreeReg()
Dbounds_check_elimination.cc935 HConstInputsRef inputs = phi->GetInputs(); in HasSameInputAtBackEdges()
Dnodes.h2146 HInputsRef GetInputs() { in GetInputs() function
2150 HConstInputsRef GetInputs() const { in GetInputs() function
2158 for (const HInstruction* i : GetInputs()) { in HasInput()
2434 for (const HInstruction* input : GetInputs()) { in ComputeHashCode()
Dcode_generator.cc120 HConstInputsRef inputs = instruction->GetInputs(); in CheckTypeConsistency()
Dloop_optimization.cc2293 HInputsRef inputs = phi->GetInputs(); in TrySetPhiReduction()