Home
last modified time | relevance | path

Searched refs:parameter_ (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dlicm_test.cc39 parameter_(nullptr), in LICMTest()
76 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildLoop()
80 entry_->AddInstruction(parameter_); in BuildLoop()
84 loop_header_->AddInstruction(new (GetAllocator()) HIf(parameter_)); in BuildLoop()
109 HInstruction* parameter_; // "this" member in art::LICMTest
122 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F()
133 parameter_, int_constant_, nullptr, DataType::Type::kInt32, MemberOffset(20), in TEST_F()
149 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F()
159 HInstruction* set_field = new (GetAllocator()) HInstanceFieldSet(parameter_, in TEST_F()
183 parameter_, int_constant_, DataType::Type::kInt32, 0); in TEST_F()
[all …]
Dloop_optimization_test.cc66 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
70 entry_block_->AddInstruction(parameter_); in BuildGraph()
87 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in AddLoop()
131 HInstruction* parameter_; member in art::LoopOptimizationTest
235 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
239 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, parameter_); in TEST_F()
244 phi->AddInput(parameter_); in TEST_F()
286 if_block->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
298 HAdd* preheader0_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_0); in TEST_F()
300 HAdd* preheader1_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_1); in TEST_F()
[all …]
Dinduction_var_analysis_test.cc37 parameter_(nullptr), in InductionVarAnalysisTest()
94 parameter_ = new (GetAllocator()) HParameterValue( in BuildLoopNest()
96 entry_->AddInstruction(parameter_); in BuildLoopNest()
138 cond->AddInstruction(new (GetAllocator()) HIf(parameter_)); in BuildIf()
166 parameter_, subscript, float_constant0_, DataType::Type::kFloat32, 0), d); in InsertArrayStore()
210 HInstruction* parameter_; // "this" member in art::InductionVarAnalysisTest