Home
last modified time | relevance | path

Searched full:getorcreateundefinedinst (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_templates.yaml27 UpdateDefinitionAcc(graph_->GetOrCreateUndefinedInst());
29 …ateDefinition(instruction->GetVReg<<%=inst.get_format%>, 0>(), graph_->GetOrCreateUndefinedInst());
31 auto undef_inst = graph_->GetOrCreateUndefinedInst();
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp230 …ph->CreateInstCompare(DataType::BOOL, intrinsic->GetPc(), input, graph->GetOrCreateUndefinedInst(), in ReplaceWithCompareNullish()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp121 Inst *Graph::GetOrCreateUndefinedInst() in GetOrCreateUndefinedInst() function in ark::compiler::Graph
Dgraph.h658 Inst *GetOrCreateUndefinedInst();
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1495 auto exisingUndefined = GetGraph()->GetOrCreateUndefinedInst(); in MoveConstants()