/aosp12/art/compiler/optimizing/ |
H A D | induction_var_analysis_test.cc | 352 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 D | loop_optimization_test.cc | 243 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 D | select_generator_test.cc | 65 phi->AddInput(instr); in ConstructBasicGraphForSelect() 66 phi->AddInput(const1); in ConstructBasicGraphForSelect()
|
H A D | bounds_check_elimination_test.cc | 422 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 D | superblock_cloner.cc | 185 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 D | superblock_cloner_test.cc | 101 phi->AddInput(const_0); in CreateBasicLoopDataFlow() 102 phi->AddInput(induction_inc); in CreateBasicLoopDataFlow() 440 loop_phi->AddInput(temp_add); in TEST_F()
|
H A D | register_allocator_test.cc | 551 (*phi)->AddInput(*input1); in BuildIfElseWithPhi() 552 (*phi)->AddInput(*input2); in BuildIfElseWithPhi() 868 user->AddInput(one); in TEST_F()
|
H A D | nodes.cc | 662 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 D | loop_optimization.cc | 1303 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 D | inliner.cc | 821 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 D | load_store_elimination_test.cc | 119 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 D | induction_var_range_test.cc | 104 phi->AddInput(graph_->GetIntConstant(lower)); // i = l in BuildLoop() 115 phi->AddInput(increment_); in BuildLoop()
|
H A D | instruction_builder.cc | 275 handler_value->AsPhi()->AddInput(local_value); in PropagateLocalsToCatchBlocks() 333 phi->AddInput(value); in SetLoopHeaderPhiInputs() 1915 invoke->AddInput(arg_this); in HandleStringInit()
|
H A D | nodes_vector.h | 128 AddInput(input); in SetGoverningPredicate()
|
H A D | nodes.h | 2915 void AddInput(HInstruction* input);
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | SVDFTest.cpp | 186 #define AddInput(X) \ in SVDFOpModel() macro 190 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(AddInput); in SVDFOpModel() 192 #undef AddInput in SVDFOpModel()
|
H A D | LayerNormLSTMTest.cpp | 105 #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 D | LSTMTest.cpp | 99 #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 D | conv_float.mod.py | 44 output, act).AddInput(f1).AddVariations(RelaxedModeConverter(True), quant8)
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_variation/ |
H A D | conv_float.mod.py | 46 output, act).AddInput(f1).AddVariations(RelaxedModeConverter(True), quant8)
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | request_tracker_test.cpp | 83 TEST_F(RequestTrackerTest, AddInput) { in TEST_F() argument
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/ |
H A D | README.md | 446 example.AddInput(f1, b1).AddVariations("relaxed", quant8).AddAllActivations(o1, act)
|