Home
last modified time | relevance | path

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

12

/art/compiler/optimizing/
Dssa_liveness_analysis_test.cc61 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 …]
Dselect_generator_test.cc32 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters()
50 HParameterValue* bool_param = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in ConstructBasicGraphForSelect()
Dnodes_test.cc150 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()
Dload_store_analysis_test.cc70 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 …]
Dscheduler_test.cc96 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()
Dregister_allocator_test.cc464 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()
Dgvn_test.cc35 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()
Dbounds_check_elimination_test.cc71 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 …]
Dnodes_vector_test.cc44 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()
Dlicm_test.cc77 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildLoop()
Doptimizing_unit_test.h512 HParameterValue* MakeParam(DataType::Type type, std::optional<dex::TypeIndex> ti = std::nullopt) {
513 HParameterValue* val = new (GetAllocator()) HParameterValue(
Dinstruction_builder.h334 HParameterValue* current_this_parameter_;
Dloop_optimization_test.cc67 parameter_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
Dreference_type_propagation.cc65 void VisitParameterValue(HParameterValue* instr) override;
557 void ReferenceTypePropagation::RTPVisitor::VisitParameterValue(HParameterValue* instr) { in VisitParameterValue()
Dconstant_folding_test.cc751 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()
Dload_store_elimination_test.cc274 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()
Dsuperblock_cloner_test.cc38 AddParameter(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in InitGraphAndParameters()
Dinstruction_builder.cc633 HParameterValue* parameter = new (allocator_) HParameterValue(*dex_file_, in InitializeParameters()
649 HParameterValue* parameter = new (allocator_) HParameterValue( in InitializeParameters()
Dinduction_var_range_test.cc70 x_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
75 y_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
Dcode_generator.h202 size_t GetStackSlotOfParameter(HParameterValue* parameter) const { in GetStackSlotOfParameter()
Dinduction_var_analysis_test.cc95 parameter_ = new (GetAllocator()) HParameterValue( in BuildLoopNest()
Dnodes.h73 class HParameterValue; variable
5978 class HParameterValue final : public HExpression<0> {
5980 HParameterValue(const DexFile& dex_file,
Dcode_generator_arm64.cc6088 void LocationsBuilderARM64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue()
6100 [[maybe_unused]] HParameterValue* instruction) { in VisitParameterValue()
Dcode_generator_riscv64.cc4885 void LocationsBuilderRISCV64::VisitParameterValue(HParameterValue* instruction) { in VisitParameterValue()
4897 [[maybe_unused]] HParameterValue* instruction) { in VisitParameterValue()

12