Home
last modified time | relevance | path

Searched full:setoperandstype (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml58 inst->SetOperandsType(<%= get_type(inst.type(0)) %>);
72 inst->SetOperandsType(<%= get_type(inst.type(0)) %>);
80 inst->SetOperandsType(<%= get_type(inst.type(0)) %>);
88 inst_jump->SetOperandsType(DataType::BOOL);
210 cmp_inst->SetOperandsType(DataType::ANY);
214 jmp_inst->SetOperandsType(DataType::BOOL);
/arkcompiler/runtime_core/compiler/tests/
Drpo_test.cpp128 cmp->SetOperandsType(DataType::Type::INT64); in TEST_F()
131 if_inst->SetOperandsType(DataType::BOOL); in TEST_F()
248 cmp->SetOperandsType(DataType::Type::INT64); in TEST_F()
251 if_inst->SetOperandsType(DataType::BOOL); in TEST_F()
Ddom_tree_test.cpp155 cmp->SetOperandsType(DataType::Type::INT64); in TEST_F()
158 if_inst->SetOperandsType(DataType::BOOL); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h800 inst->CastToCmp()->SetOperandsType(type); in SrcType()
803 inst->CastToCompare()->SetOperandsType(type); in SrcType()
806 inst->CastToIf()->SetOperandsType(type); in SrcType()
809 inst->CastToIfImm()->SetOperandsType(type); in SrcType()
879 inst->CastToCmp()->SetOperandsType(type); in CheckInputType()
882 inst->CastToCompare()->SetOperandsType(type); in CheckInputType()
885 inst->CastToIf()->SetOperandsType(type); in CheckInputType()
888 inst->CastToIfImm()->SetOperandsType(type); in CheckInputType()
891 inst->CastToSelect()->SetOperandsType(type); in CheckInputType()
894 inst->CastToSelectImm()->SetOperandsType(type); in CheckInputType()
Dinst.cpp297 clone->CastToCompare()->SetOperandsType(GetOperandsType()); in Clone()
304 clone->CastToCmp()->SetOperandsType(GetOperandsType()); in Clone()
312 static_cast<IfInst *>(clone)->SetOperandsType(GetOperandsType()); in Clone()
Dinst.h1444 void SetOperandsType(DataType::Type type) in SetOperandsType() function
2753 clone->CastToIfImm()->SetOperandsType(GetOperandsType()); in Clone()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp124 replace->SetOperandsType(input->CastToCompare()->GetOperandsType()); in LowerIf()
140 inst->SetOperandsType(input->CastToCompare()->GetOperandsType()); in InPlaceLowerIfImm()