Home
last modified time | relevance | path

Searched refs:HParameterValue (Results 1 – 25 of 27) sorted by relevance

12

/art/compiler/optimizing/
Dssa_liveness_analysis_test.cc60 HInstruction* arg = new (GetAllocator()) HParameterValue( in TEST_F()
80 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
82 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
84 HInstruction* value = new (GetAllocator()) HParameterValue( in TEST_F()
86 HInstruction* extra_arg1 = new (GetAllocator()) HParameterValue( in TEST_F()
88 HInstruction* extra_arg2 = new (GetAllocator()) HParameterValue( in TEST_F()
149 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
151 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
153 HInstruction* value = new (GetAllocator()) HParameterValue( in TEST_F()
155 HInstruction* extra_arg1 = new (GetAllocator()) HParameterValue( in TEST_F()
[all …]
Dselect_generator_test.cc31 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters()
49 HParameterValue* bool_param = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in ConstructBasicGraphForSelect()
Dnodes_test.cc149 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F()
189 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F()
191 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F()
214 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F()
232 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F()
Dload_store_analysis_test.cc79 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
81 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
160 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F()
234 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
236 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
328 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
330 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
540 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
542 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
664 HInstruction* array = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F()
[all …]
Dscheduler_test.cc95 HInstruction* array = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestBuildDependencyGraphAndSchedule()
207 HInstruction* arr = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses()
211 HInstruction* i = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses()
215 HInstruction* j = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses()
219 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses()
Dregister_allocator_test.cc495 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildIfElseWithPhi()
645 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildFieldReturn()
721 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildTwoSubs()
793 HInstruction* first = new (GetAllocator()) HParameterValue( in BuildDiv()
795 HInstruction* second = new (GetAllocator()) HParameterValue( in BuildDiv()
846 HInstruction* one = new (GetAllocator()) HParameterValue( in TEST_F()
848 HInstruction* two = new (GetAllocator()) HParameterValue( in TEST_F()
850 HInstruction* three = new (GetAllocator()) HParameterValue( in TEST_F()
852 HInstruction* four = new (GetAllocator()) HParameterValue( in TEST_F()
Dgvn_test.cc34 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F()
115 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F()
195 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F()
339 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F()
Dbounds_check_elimination_test.cc70 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F()
72 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F()
167 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F()
169 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F()
232 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F()
234 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F()
297 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F()
366 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph1()
481 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph2()
693 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph4()
[all …]
Dnodes_vector_test.cc43 int8_parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
48 int16_parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
53 int32_parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
Dlicm_test.cc76 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildLoop()
Doptimizing_unit_test.h526 HParameterValue* MakeParam(DataType::Type type, std::optional<dex::TypeIndex> ti = std::nullopt) {
527 HParameterValue* val = new (GetAllocator()) HParameterValue(
Dinstruction_builder.h333 HParameterValue* current_this_parameter_;
Dloop_optimization_test.cc66 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
Dreference_type_propagation.cc69 void VisitParameterValue(HParameterValue* instr) override;
599 void ReferenceTypePropagation::RTPVisitor::VisitParameterValue(HParameterValue* instr) { in VisitParameterValue()
Dconstant_folding_test.cc749 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F()
Dreference_type_propagation_test.cc292 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kReference); in RunVisitListTest()
Dinduction_var_range_test.cc69 x_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
74 y_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
Dinstruction_builder.cc610 HParameterValue* parameter = new (allocator_) HParameterValue(*dex_file_, in InitializeParameters()
626 HParameterValue* parameter = new (allocator_) HParameterValue( in InitializeParameters()
Dsuperblock_cloner_test.cc37 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters()
Dcode_generator.h202 size_t GetStackSlotOfParameter(HParameterValue* parameter) const { in GetStackSlotOfParameter()
Dinduction_var_analysis_test.cc94 parameter_ = new (GetAllocator()) HParameterValue( in BuildLoopNest()
Dload_store_elimination_test.cc259 AddParameter(new (GetAllocator()) HParameterValue( in InitGraphAndParameters()
262 AddParameter(new (GetAllocator()) HParameterValue( in InitGraphAndParameters()
265 AddParameter(new (GetAllocator()) HParameterValue( in InitGraphAndParameters()
882 AddParameter(new (GetAllocator()) HParameterValue( in TEST_F()
Dnodes.h71 class HParameterValue; variable
5908 class HParameterValue final : public HExpression<0> {
5910 HParameterValue(const DexFile& dex_file,
Dcode_generator_arm64.cc5773 void LocationsBuilderARM64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue()
5785 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()
Dcode_generator_x86_64.cc4730 void LocationsBuilderX86_64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue()
4743 HParameterValue* instruction ATTRIBUTE_UNUSED) { in VisitParameterValue()

12