/art/compiler/optimizing/ |
D | ssa_liveness_analysis_test.cc | 61 HInstruction* arg = new (GetAllocator()) HParameterValue( in TEST_F() 81 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F() 83 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F() 85 HInstruction* value = new (GetAllocator()) HParameterValue( in TEST_F() 87 HInstruction* extra_arg1 = new (GetAllocator()) HParameterValue( in TEST_F() 89 HInstruction* extra_arg2 = new (GetAllocator()) HParameterValue( in TEST_F() 150 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F() 152 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F() 154 HInstruction* value = new (GetAllocator()) HParameterValue( in TEST_F() 156 HInstruction* extra_arg1 = new (GetAllocator()) HParameterValue( in TEST_F() [all …]
|
D | select_generator_test.cc | 32 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters() 50 HParameterValue* bool_param = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in ConstructBasicGraphForSelect()
|
D | nodes_test.cc | 150 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() 190 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() 192 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F() 215 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() 233 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F()
|
D | load_store_analysis_test.cc | 70 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F() 72 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F() 152 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F() 225 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F() 227 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F() 321 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F() 323 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F() 533 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F() 535 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F() 657 HInstruction* array = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F() [all …]
|
D | scheduler_test.cc | 96 HInstruction* array = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestBuildDependencyGraphAndSchedule() 208 HInstruction* arr = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 212 HInstruction* i = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 216 HInstruction* j = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses() 220 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TestDependencyGraphOnAliasingArrayAccesses()
|
D | register_allocator_test.cc | 464 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildIfElseWithPhi() 608 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildFieldReturn() 678 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildTwoSubs() 744 HInstruction* first = new (GetAllocator()) HParameterValue( in BuildDiv() 746 HInstruction* second = new (GetAllocator()) HParameterValue( in BuildDiv() 791 HInstruction* one = new (GetAllocator()) HParameterValue( in TEST_F() 793 HInstruction* two = new (GetAllocator()) HParameterValue( in TEST_F() 795 HInstruction* three = new (GetAllocator()) HParameterValue( in TEST_F() 797 HInstruction* four = new (GetAllocator()) HParameterValue( in TEST_F()
|
D | gvn_test.cc | 35 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() 116 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() 196 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() 340 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F()
|
D | bounds_check_elimination_test.cc | 71 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() 73 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F() 168 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() 170 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F() 233 HInstruction* parameter1 = new (GetAllocator()) HParameterValue( in TEST_F() 235 HInstruction* parameter2 = new (GetAllocator()) HParameterValue( in TEST_F() 298 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() 367 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph1() 482 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph2() 694 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph4() [all …]
|
D | nodes_vector_test.cc | 44 int8_parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph() 49 int16_parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph() 54 int32_parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
|
D | licm_test.cc | 77 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildLoop()
|
D | optimizing_unit_test.h | 512 HParameterValue* MakeParam(DataType::Type type, std::optional<dex::TypeIndex> ti = std::nullopt) { 513 HParameterValue* val = new (GetAllocator()) HParameterValue(
|
D | instruction_builder.h | 334 HParameterValue* current_this_parameter_;
|
D | loop_optimization_test.cc | 67 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
|
D | reference_type_propagation.cc | 65 void VisitParameterValue(HParameterValue* instr) override; 557 void ReferenceTypePropagation::RTPVisitor::VisitParameterValue(HParameterValue* instr) { in VisitParameterValue()
|
D | constant_folding_test.cc | 751 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F()
|
D | reference_type_propagation_test.cc | 292 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kReference); in RunVisitListTest()
|
D | load_store_elimination_test.cc | 274 AddParameter(new (GetAllocator()) HParameterValue( in InitGraphAndParameters() 277 AddParameter(new (GetAllocator()) HParameterValue( in InitGraphAndParameters() 280 AddParameter(new (GetAllocator()) HParameterValue( in InitGraphAndParameters() 729 AddParameter(new (GetAllocator()) HParameterValue( in TEST_F()
|
D | superblock_cloner_test.cc | 38 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters()
|
D | instruction_builder.cc | 633 HParameterValue* parameter = new (allocator_) HParameterValue(*dex_file_, in InitializeParameters() 649 HParameterValue* parameter = new (allocator_) HParameterValue( in InitializeParameters()
|
D | induction_var_range_test.cc | 70 x_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph() 75 y_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
|
D | code_generator.h | 202 size_t GetStackSlotOfParameter(HParameterValue* parameter) const { in GetStackSlotOfParameter()
|
D | induction_var_analysis_test.cc | 95 parameter_ = new (GetAllocator()) HParameterValue( in BuildLoopNest()
|
D | nodes.h | 73 class HParameterValue; variable 5978 class HParameterValue final : public HExpression<0> { 5980 HParameterValue(const DexFile& dex_file,
|
D | code_generator_arm64.cc | 6088 void LocationsBuilderARM64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue() 6100 [[maybe_unused]] HParameterValue* instruction) { in VisitParameterValue()
|
D | code_generator_riscv64.cc | 4885 void LocationsBuilderRISCV64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue() 4897 [[maybe_unused]] HParameterValue* instruction) { in VisitParameterValue()
|