Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinduction_var_analysis_test.cc352 k_body->AddInput(inc1); in TEST_F()
356 k_body->AddInput(inc2); in TEST_F()
385 k->AddInput(inc1); in TEST_F()
389 k->AddInput(inc2); in TEST_F()
757 k_header->AddInput(t); in TEST_F()
760 t->AddInput(sub); in TEST_F()
834 k_header->AddInput(t); in TEST_F()
835 t->AddInput(k_header); in TEST_F()
877 k_header->AddInput(x); in TEST_F()
896 k_header->AddInput(x); in TEST_F()
[all …]
H A Dloop_optimization_test.cc243 phi->AddInput(add); in TEST_F()
244 phi->AddInput(parameter_); in TEST_F()
313 header_phi->AddInput(body_add); in TEST_F()
314 header_phi->AddInput(preheader0_add); in TEST_F()
315 header_phi->AddInput(preheader1_add); in TEST_F()
H A Dselect_generator_test.cc65 phi->AddInput(instr); in ConstructBasicGraphForSelect()
66 phi->AddInput(const1); in ConstructBasicGraphForSelect()
H A Dbounds_check_elimination_test.cc422 phi->AddInput(add); in BuildSSAGraph1()
523 phi->AddInput(array_length); in BuildSSAGraph2()
539 phi->AddInput(add); in BuildSSAGraph2()
646 phi->AddInput(add); in BuildSSAGraph3()
753 phi->AddInput(add); in BuildSSAGraph4()
827 phi_i->AddInput(constant_0); in TEST_F()
845 phi_j->AddInput(constant_0); in TEST_F()
924 phi_j->AddInput(add); in TEST_F()
931 phi_i->AddInput(add); in TEST_F()
1007 phi->AddInput(constant_0); in TEST_F()
[all …]
H A Dsuperblock_cloner.cc185 copy_phi->AddInput(orig_phi_input); in RemapOrigInternalOrIncomingEdge()
211 copy_phi->AddInput(orig_phi_input); in AddCopyInternalEdge()
226 orig_phi->AddInput(orig_phi_input); in RemapCopyInternalEdge()
256 copy_phi->AddInput(orig_phi_input); in CopyIncomingEdgesForVersioning()
664 phi->AddInput(value); in ConstructSubgraphClosedSSA()
675 phi->AddInput(copy_value); in FixSubgraphClosedSSAAfterCloning()
H A Dsuperblock_cloner_test.cc101 phi->AddInput(const_0); in CreateBasicLoopDataFlow()
102 phi->AddInput(induction_inc); in CreateBasicLoopDataFlow()
440 loop_phi->AddInput(temp_add); in TEST_F()
H A Dregister_allocator_test.cc551 (*phi)->AddInput(*input1); in BuildIfElseWithPhi()
552 (*phi)->AddInput(*input2); in BuildIfElseWithPhi()
868 user->AddInput(one); in TEST_F()
H A Dnodes.cc662 preheader_phi->AddInput(orig_input); in TransformLoopToSinglePreheaderFormat()
673 preheader_phi->AddInput(input); in TransformLoopToSinglePreheaderFormat()
1576 void HVariableInputSizeInstruction::AddInput(HInstruction* input) { in AddInput() function in art::HVariableInputSizeInstruction
1706 AddInput(other_input); in Merge()
2849 return_value_phi->AddInput(last->InputAt(0)); in InlineInto()
2857 return_value_phi->AddInput(return_value); in InlineInto()
2858 return_value_phi->AddInput(last->InputAt(0)); in InlineInto()
H A Dloop_optimization.cc1303 phi->AddInput(lo); in GenerateNewLoop()
1304 phi->AddInput(vector_index_); in GenerateNewLoop()
1921 new_phi->AsPhi()->AddInput(new_init); in GenerateVecReductionPhiInputs()
1922 new_phi->AsPhi()->AddInput(new_red); in GenerateVecReductionPhiInputs()
H A Dinliner.cc821 deopt_flag->AddInput(invoke_instruction->InputAt(0)); in AddCHAGuard()
1025 phi->AddInput(return_replacement); in CreateDiamondPatternForPolymorphicInline()
1026 phi->AddInput(invoke_instruction); in CreateDiamondPatternForPolymorphicInline()
H A Dload_store_elimination_test.cc119 phi_->AddInput(c0); in CreateTestControlFlowGraph()
133 phi_->AddInput(inc_phi); in CreateTestControlFlowGraph()
1290 i_phi->AddInput(one_const); in TEST_F()
1318 i_phi->AddInput(i_next); in TEST_F()
1319 t_phi->AddInput(t_next); in TEST_F()
1462 i_phi->AddInput(i_next); in TEST_F()
1463 t_phi->AddInput(t_next_3); in TEST_F()
1753 i_phi->AddInput(c0); in TEST_F()
1754 i_phi->AddInput(body_add); in TEST_F()
1847 i_phi->AddInput(c0); in TEST_F()
[all …]
H A Dinduction_var_range_test.cc104 phi->AddInput(graph_->GetIntConstant(lower)); // i = l in BuildLoop()
115 phi->AddInput(increment_); in BuildLoop()
H A Dinstruction_builder.cc275 handler_value->AsPhi()->AddInput(local_value); in PropagateLocalsToCatchBlocks()
333 phi->AddInput(value); in SetLoopHeaderPhiInputs()
1915 invoke->AddInput(arg_this); in HandleStringInit()
H A Dnodes_vector.h128 AddInput(input); in SetGoverningPredicate()
H A Dnodes.h2915 void AddInput(HInstruction* input);
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSVDFTest.cpp186 #define AddInput(X) \ in SVDFOpModel() macro
190 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(AddInput); in SVDFOpModel()
192 #undef AddInput in SVDFOpModel()
H A DLayerNormLSTMTest.cpp105 #define AddInput(X) \ in LayerNormLSTMOpModel() macro
110 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(AddInput); in LayerNormLSTMOpModel()
120 FOR_ALL_LAYER_NORM_WEIGHTS(AddInput); in LayerNormLSTMOpModel()
H A DLSTMTest.cpp99 #define AddInput(X) \ in LSTMOpModel() macro
103 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(AddInput); in LSTMOpModel()
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_variation/
H A Dconv_float.mod.py44 output, act).AddInput(f1).AddVariations(RelaxedModeConverter(True), quant8)
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_variation/
H A Dconv_float.mod.py46 output, act).AddInput(f1).AddVariations(RelaxedModeConverter(True), quant8)
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Drequest_tracker_test.cpp83 TEST_F(RequestTrackerTest, AddInput) { in TEST_F() argument
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/
H A DREADME.md446 example.AddInput(f1, b1).AddVariations("relaxed", quant8).AddAllActivations(o1, act)