/aosp12/art/compiler/optimizing/ |
H A D | ssa_phi_elimination.cc | 78 for (HInstruction* raw_input : phi->GetInputs()) { in MarkDeadPhis() 174 for (HInstruction* input : phi->GetInputs()) { in Run() 195 for (HInstruction* input : current->GetInputs()) { in Run()
|
H A D | ssa_builder.cc | 132 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()
|
H A D | ssa_liveness_analysis.cc | 109 HInputsRef inputs = current->GetInputs(); in RecursivelyProcessInputs() 400 HInputsRef inputs = user->GetInputs(); in FindFirstRegisterHint() 440 HInputsRef inputs = defined_by_->GetInputs(); in FindHintAtDefinition()
|
H A D | pretty_printer.h | 43 HConstInputsRef inputs = instruction->GetInputs(); in PrintPostInstruction()
|
H A D | graph_checker.cc | 382 for (HInstruction* input : instruction->GetInputs()) { in VisitInstruction() 416 HConstInputsRef user_inputs = user->GetInputs(); in VisitInstruction() 548 const HInstruction* last_input = invoke->GetInputs().back(); in VisitInvokeStaticOrDirect() 787 HConstInputsRef insn1_inputs = insn1->GetInputs(); in IsConstantEquivalent() 788 HConstInputsRef insn2_inputs = insn2->GetInputs(); in IsConstantEquivalent()
|
H A D | scheduler.cc | 280 for (HInstruction* instruction : node->GetInstruction()->GetInputs()) { in AddCrossIterationDependencies() 287 for (HInstruction* phi_input : instruction->GetInputs()) { in AddCrossIterationDependencies() 422 for (const HInstruction* input : instruction->GetInputs()) { in DumpAsDotNode()
|
H A D | licm.cc | 34 for (const HInstruction* input : instruction->GetInputs()) { in InputsAreDefinedBeforeLoop()
|
H A D | pc_relative_fixups_x86.cc | 220 HInputsRef inputs = invoke->GetInputs(); in HandleInvoke()
|
H A D | prepare_for_register_allocation.cc | 245 HInstruction* last_input = invoke->GetInputs().back(); in VisitInvokeStaticOrDirect()
|
H A D | code_sinking.cc | 140 for (HInstruction* input : instruction->GetInputs()) { in AddInputs()
|
H A D | graph_visualizer.cc | 646 HConstInputsRef inputs = instruction->GetInputs(); in PrintInstruction() 924 for (const HInstruction* input : instruction->GetInputs()) { in VisitBasicBlock()
|
H A D | reference_type_propagation.cc | 952 HInputsRef inputs = instr->GetInputs(); in UpdatePhi() 1012 for (HInstruction* input : phi->GetInputs()) { in UpdateNullability()
|
H A D | induction_var_analysis.cc | 301 for (HInstruction* input : instruction->GetInputs()) { in VisitNode() 550 HInputsRef inputs = phi->GetInputs(); in TransferPhi() 679 HInputsRef inputs = phi->GetInputs(); in SolvePhi()
|
H A D | ssa_liveness_analysis.h | 880 for (const HInstruction* input : defined_by_->GetInputs()) { in IsUsingInputRegister() 911 for (const HInstruction* input : defined_by_->GetInputs()) { in CanUseInputRegister()
|
H A D | register_allocator_graph_color.cc | 1171 HInputsRef inputs = defined_by->GetInputs(); in CheckInputOutputCanOverlap() 1360 HInputsRef inputs = defined_by->GetInputs(); in FindCoalesceOpportunities() 1402 HInputsRef inputs = defined_by->GetInputs(); in FindCoalesceOpportunities()
|
H A D | nodes.cc | 1126 HInputsRef inputs = instruction->GetInputs(); in UpdateInputsUsers() 1342 for (HInstruction* arg : ReverseRange(instruction->GetInputs())) { in Dump() 1948 HConstInputsRef inputs = GetInputs(); in Equals() 1949 HConstInputsRef other_inputs = other->GetInputs(); in Equals()
|
H A D | inliner.cc | 1256 HInputsRef inputs = invoke_instruction->GetInputs(); in TryDevirtualize() 1428 HInputsRef inputs = invoke_instruction->GetInputs(); in TryBuildAndInline()
|
H A D | register_allocator_linear_scan.cc | 638 HInputsRef inputs = defined_by->GetInputs(); in TryAllocateFreeReg()
|
H A D | bounds_check_elimination.cc | 935 HConstInputsRef inputs = phi->GetInputs(); in HasSameInputAtBackEdges()
|
H A D | nodes.h | 2257 HInputsRef GetInputs() { in GetInputs() function 2261 HConstInputsRef GetInputs() const { in GetInputs() function 2269 for (const HInstruction* i : GetInputs()) { in HasInput() 2565 for (const HInstruction* input : GetInputs()) { in ComputeHashCode()
|
H A D | code_generator.cc | 121 HConstInputsRef inputs = instruction->GetInputs(); in CheckTypeConsistency()
|
H A D | loop_optimization.cc | 2397 HInputsRef inputs = phi->GetInputs(); in TrySetPhiReduction()
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/ |
H A D | example_generator.py | 134 "inputIndexes": [op.model_index for op in subgraph.GetInputs()],
|
H A D | test_generator.py | 475 inputs = tuple(self.GetInputs()) 522 def GetInputs(self): member in Model 556 for ind, i in enumerate(self.GetInputs()): 628 for i in self.GetInputs(): 1003 modelInputs = [i for i in model.GetInputs() if CompatibleWithADD(i) and i.mayBeInternal] 1068 {i: feedDict[i] for i in self.model.GetInputs()},
|
/aosp12/build/soong/ui/status/ninja_frontend/ |
H A D | frontend.pb.go | 327 func (m *Status_EdgeStarted) GetInputs() []string { func
|