Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml66 …auto inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), ConditionC…
79 …auto inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), <%= get_cc…
213 …auto cmp_inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), Condit…
/arkcompiler/runtime_core/compiler/tests/
Drpo_test.cpp124 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F()
244 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F()
Ddom_tree_test.cpp151 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dloop_unroll.cpp290 …auto overflow_compare = GetGraph()->CreateInstCompare(compiler::DataType::BOOL, pre_header_cmp->Ge… in FixCompareInst()