Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp297 auto cmpType = inst->CastToSelect()->GetOperandsType(); in GenerateOperation() local
308 auto cmpType = inst->CastToSelectImm()->GetOperandsType(); in GenerateOperation() local
912 auto cmpType = opcodeXPossibleTypes_[opCode][i]; in GenerateOperations() local
939 auto cmpType = opcodeXPossibleTypes_[opCode][i]; in GenerateOperationsImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp60 auto cmpType = loopExitCmp->CastToCompare()->GetOperandsType(); in Parse() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp838 ArenaString cmpType(ArenaString(DataType::ToString(GetOperandsType()), adapter).append(" ")); in DumpOpcode() local
850 ArenaString cmpType(ArenaString(DataType::ToString(GetOperandsType()), adapter).append(" ")); in DumpOpcode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp5042 auto cmpType = inst->CastToSelect()->GetOperandsType(); in VisitSelect() local
5063 auto cmpType = inst->CastToSelectImm()->GetOperandsType(); in VisitSelectImm() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp6164 PrimType cmpType = static_cast<CompareNode *>(expr.Opnd(0))->GetOpndType(); in SelectSelect() local