Home
last modified time | relevance | path

Searched full:createinstcompare (Results 1 – 3 of 3) 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…
209 …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()