Home
last modified time | relevance | path

Searched defs:cmpType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp85 auto cmpType = loopExitCmp->CastToCompare()->GetOperandsType(); in ParseLoopExit() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp323 auto cmpType = inst->CastToSelect()->GetOperandsType(); in PopulateSelect() local
337 auto cmpType = inst->CastToSelectImm()->GetOperandsType(); in PopulateSelectI() local
1043 auto cmpType = opcodeXPossibleTypes_[opCode][i]; in GenerateOperations() local
1067 auto cmpType = opcodeXPossibleTypes_[opCode][i]; in GenerateOperationsImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp926 ArenaString cmpType(ArenaString(DataType::ToString(GetOperandsType()), adapter).append(" ")); in DumpOpcode() local
939 ArenaString cmpType(ArenaString(DataType::ToString(GetOperandsType()), adapter).append(" ")); in DumpOpcode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp2235 auto cmpType = inst->CastToSelect()->GetOperandsType(); in VisitSelect() local
2252 auto cmpType = inst->CastToSelectImm()->GetOperandsType(); in VisitSelectImm() local