Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm_test.cc40 parameter_(nullptr), in LICMTest()
77 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildLoop()
81 entry_->AddInstruction(parameter_); in BuildLoop()
85 loop_header_->AddInstruction(new (GetAllocator()) HIf(parameter_)); in BuildLoop()
110 HInstruction* parameter_; // "this" member in art::LICMTest
123 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F()
134 parameter_, int_constant_, nullptr, DataType::Type::kInt32, MemberOffset(20), in TEST_F()
150 HInstruction* get_field = new (GetAllocator()) HInstanceFieldGet(parameter_, in TEST_F()
160 HInstruction* set_field = new (GetAllocator()) HInstanceFieldSet(parameter_, in TEST_F()
184 parameter_, int_constant_, DataType::Type::kInt32, 0); in TEST_F()
[all …]
Dloop_optimization_test.cc67 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
71 entry_block_->AddInstruction(parameter_); in BuildGraph()
88 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in AddLoop()
129 HInstruction* parameter_; member in art::LoopOptimizationTest
233 header->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
237 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, parameter_); in TEST_F()
242 phi->AddInput(parameter_); in TEST_F()
284 if_block->AddInstruction(new (GetAllocator()) HIf(parameter_)); in TEST_F()
296 HAdd* preheader0_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_0); in TEST_F()
298 HAdd* preheader1_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_1); in TEST_F()
[all …]
Dinduction_var_analysis_test.cc38 parameter_(nullptr), in InductionVarAnalysisTest()
95 parameter_ = new (GetAllocator()) HParameterValue( in BuildLoopNest()
97 entry_->AddInstruction(parameter_); in BuildLoopNest()
139 cond->AddInstruction(new (GetAllocator()) HIf(parameter_)); in BuildIf()
167 parameter_, subscript, float_constant0_, DataType::Type::kFloat32, 0), d); in InsertArrayStore()
211 HInstruction* parameter_; // "this" member in art::InductionVarAnalysisTest