/art/compiler/optimizing/ |
D | nodes_vector_test.cc | 134 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 4, kNoDexPc); in TEST_F() 136 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 4, kNoDexPc); in TEST_F() 138 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 2, kNoDexPc); in TEST_F() 140 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt16, 4, kNoDexPc); in TEST_F() 149 kNoDexPc); in TEST_F() 204 kNoDexPc); in TEST_F() 212 kNoDexPc); in TEST_F() 220 kNoDexPc); in TEST_F() 250 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 4, kNoDexPc); in TEST_F() 259 kNoDexPc); in TEST_F() [all …]
|
D | block_builder.cc | 249 DCHECK_NE(catch_block->GetDexPc(), kNoDexPc) << "Should not be called on synthetic blocks"; in MightHaveLiveNormalPredecessors() 288 if (block->GetDexPc() == kNoDexPc) { in InsertTryBoundaryBlocks() 405 graph_->SetEntryBlock(new (allocator_) HBasicBlock(graph_, kNoDexPc)); in Build() 406 graph_->SetExitBlock(new (allocator_) HBasicBlock(graph_, kNoDexPc)); in Build() 424 HBasicBlock* entry_block = new (allocator_) HBasicBlock(graph_, kNoDexPc); in BuildIntrinsic() 425 HBasicBlock* exit_block = new (allocator_) HBasicBlock(graph_, kNoDexPc); in BuildIntrinsic() 426 HBasicBlock* body = MaybeCreateBlockAt(/* semantic_dex_pc= */ kNoDexPc, /* store_dex_pc= */ 0u); in BuildIntrinsic()
|
D | nodes_x86.h | 30 kNoDexPc) { in HX86ComputeBaseMethodAddress() 49 kNoDexPc) { in HX86LoadFromConstantTable() 136 uint32_t dex_pc = kNoDexPc) 172 HInstruction* input, uint32_t dex_pc = kNoDexPc)
|
D | nodes_shared.h | 34 uint32_t dex_pc = kNoDexPc) 71 uint32_t dex_pc = kNoDexPc) 204 uint32_t dex_pc = kNoDexPc)
|
D | load_store_analysis_test.cc | 313 kNoDexPc); in TEST_F() 318 kNoDexPc); in TEST_F() 330 kNoDexPc); in TEST_F() 339 kNoDexPc); in TEST_F() 348 kNoDexPc); in TEST_F() 357 kNoDexPc); in TEST_F() 366 kNoDexPc); in TEST_F() 375 kNoDexPc); in TEST_F() 384 kNoDexPc); in TEST_F()
|
D | induction_var_analysis_test.cc | 619 new (GetAllocator()) HDiv(DataType::Type::kInt32, k_header, constant100_, kNoDexPc), 0); in TEST_F() 698 new (GetAllocator()) HRem(DataType::Type::kInt32, k_header, constant7_, kNoDexPc), 0); in TEST_F() 1090 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, basic_[0], kNoDexPc), 0); in TEST_F() 1121 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, basic_[0], kNoDexPc), 0); in TEST_F() 1153 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, add, kNoDexPc), 0); in TEST_F() 1181 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, add, kNoDexPc), 0); in TEST_F() 1201 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, k_header, kNoDexPc), 0); in TEST_F() 1220 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, increment_[0], kNoDexPc); in TEST_F() 1246 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, increment_[0], kNoDexPc); in TEST_F() 1272 new (GetAllocator()) HTypeConversion(DataType::Type::kInt16, increment_[0], kNoDexPc); in TEST_F() [all …]
|
D | nodes.h | 97 static constexpr uint32_t kNoDexPc = -1; variable 542 HConstant* GetConstant(DataType::Type type, int64_t value, uint32_t dex_pc = kNoDexPc); 547 HNullConstant* GetNullConstant(uint32_t dex_pc = kNoDexPc); 549 HIntConstant* GetIntConstant(int32_t value, uint32_t dex_pc = kNoDexPc) { 552 HLongConstant* GetLongConstant(int64_t value, uint32_t dex_pc = kNoDexPc) { 555 HFloatConstant* GetFloatConstant(float value, uint32_t dex_pc = kNoDexPc) { 558 HDoubleConstant* GetDoubleConstant(double value, uint32_t dex_pc = kNoDexPc) { 633 uint32_t dex_pc = kNoDexPc) { 971 explicit HBasicBlock(HGraph* graph, uint32_t dex_pc = kNoDexPc) 2736 explicit HReturnVoid(uint32_t dex_pc = kNoDexPc) [all …]
|
D | nodes_mips.h | 30 kNoDexPc) { in HMipsComputeBaseMethodAddress()
|
D | instruction_simplifier_shared.cc | 261 HIntermediateAddress* address = new (allocator) HIntermediateAddress(array, offset, kNoDexPc); in TryExtractArrayAccessAddress() 331 new (allocator) HIntermediateAddressIndex(index, offset, shift, kNoDexPc); in TryExtractVecArrayAccessAddress()
|
D | instruction_simplifier_mips.cc | 114 new (allocator) HIntermediateArrayAddressIndex(index, shift, kNoDexPc); in TryExtractArrayAccessIndex()
|
D | loop_optimization.cc | 1097 cond, graph_->GetConstant(induc_type, 0), sub, kNoDexPc)); in Vectorize() 1114 ptc = Insert(preheader, new (global_allocator_) HSelect(cond, ptc, stc, kNoDexPc)); in Vectorize() 1134 HSelect(rt, vtc, graph_->GetConstant(induc_type, 0), kNoDexPc)); in Vectorize() 1736 new (global_allocator_) HTypeConversion(type, input, kNoDexPc)); in GenerateVecInv() 1739 HVecReplicateScalar(global_allocator_, input, type, vector_length_, kNoDexPc); in GenerateVecInv() 1860 kNoDexPc)); in GenerateVecReductionPhiInputs() 1867 kNoDexPc)); in GenerateVecReductionPhiInputs() 1895 global_allocator_, instruction, type, vector_length, kind, kNoDexPc); in ReduceAndExtractIfNeeded() 1898 global_allocator_, reduce, type, vector_length, 0, kNoDexPc); in ReduceAndExtractIfNeeded() 2061 kNoDexPc)); in VectorizeHalvingAddIdiom() [all …]
|
D | induction_var_range.cc | 410 trip_expr = Insert(block, new (allocator) HSelect(taken_test, trip_expr, zero, kNoDexPc)); in GenerateTripCount() 1112 e = new (allocator) HDiv(type, opa, graph->GetConstant(type, fpow), kNoDexPc); in GenerateLastValueGeometric() 1199 Insert(block, new (allocator) HEqual(msk, graph->GetConstant(type, 0), kNoDexPc)); in GenerateLastValuePeriodic() 1200 *result = Insert(block, new (graph->GetAllocator()) HSelect(is_even, x, y, kNoDexPc)); in GenerateLastValuePeriodic() 1208 *result = Insert(block, new (allocator) HSelect(is_taken, *result, x, kNoDexPc)); in GenerateLastValuePeriodic() 1261 operation = new (graph->GetAllocator()) HMul(type, opa, opb, kNoDexPc); break; in GenerateCode() 1263 operation = new (graph->GetAllocator()) HDiv(type, opa, opb, kNoDexPc); break; in GenerateCode() 1265 operation = new (graph->GetAllocator()) HRem(type, opa, opb, kNoDexPc); break; in GenerateCode()
|
D | graph_visualizer.cc | 605 if (instruction->GetDexPc() != kNoDexPc) { in PrintInstruction()
|
D | code_generator.h | 130 return instruction_ != nullptr ? instruction_->GetDexPc() : kNoDexPc; in GetDexPc()
|
D | instruction_builder.cc | 351 if (block_dex_pc == kNoDexPc || current_block_ != block_builder_->GetBlockAt(block_dex_pc)) { in Build() 444 kNoDexPc, in BuildIntrinsic()
|
D | code_generator.cc | 1161 if (GetCompilerOptions().GetNativeDebuggable() && dex_pc != kNoDexPc) { in MaybeRecordNativeDebugInfo()
|
D | inliner.cc | 1658 new (graph_->GetAllocator()) HConstructorFence(obj, kNoDexPc, graph_->GetAllocator()); in TryPatternSubstitution()
|