Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_phi_elimination.cc78 for (HInstruction* raw_input : phi->GetInputs()) { in MarkDeadPhis()
173 for (HInstruction* input : phi->GetInputs()) { in Run()
194 for (HInstruction* input : current->GetInputs()) { in Run()
Dconstructor_fence_redundancy_elimination.cc57 for (HInstruction* input : constructor_fence->GetInputs()) { in VisitConstructorFence()
186 for (HInstruction* input : inst->GetInputs()) { in HasInterestingPublishTargetAsInput()
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()
666 HInputsRef inputs = phi->GetInputs(); in GetFloatDoubleOrReferenceEquivalentOfPhi()
Dpretty_printer.h44 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.cc258 for (HInstruction* instruction : node->GetInstruction()->GetInputs()) { in AddCrossIterationDependencies()
265 for (HInstruction* phi_input : instruction->GetInputs()) { in AddCrossIterationDependencies()
400 for (const HInstruction* input : instruction->GetInputs()) { in DumpAsDotNode()
Dpc_relative_fixups_x86.cc220 HInputsRef inputs = invoke->GetInputs(); in HandleInvoke()
Dgraph_checker.cc573 for (HInstruction* input : instruction->GetInputs()) { in VisitInstruction()
599 HConstInputsRef user_inputs = user->GetInputs(); in VisitInstruction()
773 const HInstruction* last_input = invoke->GetInputs().back(); in VisitInvokeStaticOrDirect()
1023 HConstInputsRef insn1_inputs = insn1->GetInputs(); in IsConstantEquivalent()
1024 HConstInputsRef insn2_inputs = insn2->GetInputs(); in IsConstantEquivalent()
Dprepare_for_register_allocation.cc250 HInstruction* last_input = invoke->GetInputs().back(); in VisitInvokeStaticOrDirect()
Dreference_type_propagation.cc905 HInputsRef inputs = instr->GetInputs(); in UpdatePhi()
965 for (HInstruction* input : phi->GetInputs()) { in UpdateNullability()
Dgraph_visualizer.cc664 HConstInputsRef inputs = instruction->GetInputs(); in PrintInstruction()
938 for (const HInstruction* input : instruction->GetInputs()) { in VisitBasicBlock()
Dssa_liveness_analysis.h878 for (const HInstruction* input : defined_by_->GetInputs()) { in IsUsingInputRegister()
909 for (const HInstruction* input : defined_by_->GetInputs()) { in CanUseInputRegister()
Dcode_sinking.cc169 for (HInstruction* input : instruction->GetInputs()) { in AddInputs()
Dinduction_var_analysis.cc298 auto inputs = entry.instruction->GetInputs(); in TryVisitNodes()
624 HInputsRef inputs = phi->GetInputs(); in TransferPhi()
767 HInputsRef inputs = phi->GetInputs(); in SolvePhi()
Ddead_code_elimination.cc846 for (HInstruction* input : instr->GetInputs()) { in RemoveEmptyIfs()
Dnodes.cc1010 HInputsRef inputs = instruction->GetInputs(); in UpdateInputsUsers()
1225 for (HInstruction* arg : ReverseRange(instruction->GetInputs())) { in Dump()
1894 HConstInputsRef inputs = GetInputs(); in Equals()
1895 HConstInputsRef other_inputs = other->GetInputs(); in Equals()
Dinliner.cc1390 HInputsRef inputs = invoke_instruction->GetInputs(); in TryDevirtualize()
1608 HInputsRef inputs = invoke_instruction->GetInputs(); in TryBuildAndInline()
Dregister_allocator_linear_scan.cc729 HInputsRef inputs = defined_by->GetInputs(); in TryAllocateFreeReg()
Dnodes.h2313 HInputsRef GetInputs() { in GetInputs() function
2317 HConstInputsRef GetInputs() const { in GetInputs() function
2325 for (const HInstruction* i : GetInputs()) { in HasInput()
2640 for (const HInstruction* input : GetInputs()) { in ComputeHashCode()
Dcode_generator.cc125 HConstInputsRef inputs = instruction->GetInputs(); in CheckTypeConsistency()
Dbounds_check_elimination.cc948 HConstInputsRef inputs = phi->GetInputs(); in HasSameInputAtBackEdges()
Dloop_optimization.cc2905 HInputsRef inputs = phi->GetInputs(); in TrySetPhiReduction()