Home
last modified time | relevance | path

Searched full:createinstcmp (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/
Dinst_templates.yaml60 … auto inst = graph_->CreateInstCmp(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml68 … auto inst = graph_->CreateInstCmp(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml103 …auto inst = graph_->CreateInstCmp(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()), G…
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dir_static_instr_1.cpp2329 …graph->impl->CreateInstCmp(compiler::DataType::INT32, 0, input0->impl, input1->impl, input0->impl-… in IcreateCmpStatic()