Home
last modified time | relevance | path

Searched refs:GetNullConstant (Results 1 – 10 of 10) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dssa_builder.cc60 equality_instr->ReplaceInput(graph_->GetNullConstant(), int_operand == right ? 1 : 0); in FixNullConstantType()
469 new_instance->ReplaceWith(graph_->GetNullConstant()); in RemoveRedundantUninitializedStrings()
728 return graph_->GetNullConstant(); in GetReferenceTypeEquivalent()
H A Dload_store_elimination_test.cc446 target_other = graph_->GetNullConstant(); in GetComparisonInstructions()
2598 HInstruction* null_const = graph_->GetNullConstant(); in TEST_P()
5390 HInstruction* null_const = graph_->GetNullConstant(); in TEST_F()
5488 HInstruction* null_const = graph_->GetNullConstant(); in TEST_F()
5591 HInstruction* null_const = graph_->GetNullConstant(); in TEST_F()
6151 HInstruction* null_const = graph_->GetNullConstant(); in TEST_F()
6397 HInstruction* null_const = graph_->GetNullConstant(); in TEST_F()
6535 HInstruction* null_const = graph_->GetNullConstant(); in TEST_F()
8314 HInstruction* cnull = graph_->GetNullConstant(); in TEST_P()
8479 HInstruction* cnull = graph_->GetNullConstant(); in TEST_P()
[all …]
H A Dbounds_check_elimination.cc1739 new (GetGraph()->GetAllocator()) HEqual(array, GetGraph()->GetNullConstant()); in CanHandleNullCheck()
1980 case DataType::Type::kReference: zero = graph->GetNullConstant(); break; in NewPhi()
H A Dload_store_elimination.cc875 return GetGraph()->GetNullConstant(); in GetDefaultValue()
3279 HNotEqual(GetMaterialization(ins->GetBlock()), GetGraph()->GetNullConstant()); in PredicateInstructions()
3627 return GetGraph()->GetNullConstant(); in SetupPartialMaterialization()
3786 ref_data.AddMaterialization(blk, GetGraph()->GetNullConstant()); in MovePartialEscapes()
H A Dinliner.cc1520 *return_replacement = graph_->GetNullConstant(); in TryPatternSubstitution()
1718 current->ReplaceWith(callee_graph->GetNullConstant()); in SubstituteArguments()
H A Dnodes.cc832 HNullConstant* HGraph::GetNullConstant(uint32_t dex_pc) { in GetNullConstant() function in art::HGraph
2890 replacement = outer_graph->GetNullConstant(current->GetDexPc()); in InlineInto()
H A Dload_store_analysis_test.cc1291 HInstruction* null_const = graph_->GetNullConstant(); in TEST_F()
H A Dinstruction_simplifier.cc714 HNotEqual* test = new (graph->GetAllocator()) HNotEqual(graph->GetNullConstant(), object); in VisitInstanceOf()
H A Dinstruction_builder.cc2536 class_or_null = graph_->GetNullConstant(dex_pc); in BuildTypeCheck()
H A Dnodes.h629 HNullConstant* GetNullConstant(uint32_t dex_pc = kNoDexPc);