HomeSort by relevance Sort by last modified time
    Searched refs:AddInput (Results 1 - 17 of 17) sorted by null

  /art/compiler/optimizing/
induction_var_analysis_test.cc 121 basic_[d]->AddInput(constant0_);
122 basic_[d]->AddInput(increment_[d]);
318 k_header->AddInput(constant0_);
326 k_header->AddInput(sub);
347 k_header->AddInput(constant0_);
356 k_body->AddInput(inc1);
360 k_body->AddInput(inc2);
363 k_header->AddInput(k_body);
389 k->AddInput(inc1);
393 k->AddInput(inc2)
    [all...]
bounds_check_elimination_test.cc 407 phi->AddInput(constant_initial);
422 phi->AddInput(add);
523 phi->AddInput(array_length);
539 phi->AddInput(add);
631 phi->AddInput(constant_initial);
645 phi->AddInput(add);
733 phi->AddInput(constant_initial);
752 phi->AddInput(add);
    [all...]
register_allocator_test.cc 553 (*phi)->AddInput(*input1);
554 (*phi)->AddInput(*input2);
    [all...]
inliner.cc     [all...]
induction_var_range_test.cc 105 phi->AddInput(graph_->GetIntConstant(lower)); // i = l
115 phi->AddInput(increment_);
    [all...]
loop_optimization.cc 825 phi->AddInput(lo);
826 phi->AddInput(vector_index_);
    [all...]
nodes.cc     [all...]
instruction_builder.cc 195 handler_value->AsPhi()->AddInput(local_value);
253 phi->AddInput(value);
    [all...]
nodes.h     [all...]
  /frameworks/ml/nn/common/operations/
SVDFTest.cpp 140 #define AddInput(X) \
144 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(AddInput);
146 #undef AddInput
LSTMTest.cpp 96 #define AddInput(X) \
100 FOR_ALL_INPUT_AND_WEIGHT_TENSORS(AddInput);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 57 Tdb.AddInput(File)
86 def AddInput(self, Input):
295 TargetDesc.AddInput(SourceFile)
  /hardware/libhardware/modules/camera/3_4/
request_tracker_test.cpp 85 TEST_F(RequestTrackerTest, AddInput) {
  /external/v8/src/crankshaft/
hydrogen-escape-analysis.cc 121 phi->AddInput(incoming_value);
hydrogen-instructions.h     [all...]
hydrogen-instructions.cc     [all...]
hydrogen.cc 521 phis_[i]->AddInput(incoming_env->values()->at(i));
    [all...]

Completed in 5976 milliseconds