Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp82 auto cmpType = loopExitCmp->CastToCompare()->GetOperandsType(); in ParseLoopExit() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp320 auto cmpType = inst->CastToSelect()->GetOperandsType(); in PopulateSelect() local
334 auto cmpType = inst->CastToSelectImm()->GetOperandsType(); in PopulateSelectI() local
1038 auto cmpType = opcodeXPossibleTypes_[opCode][i]; in GenerateOperations() local
1062 auto cmpType = opcodeXPossibleTypes_[opCode][i]; in GenerateOperationsImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp929 ArenaString cmpType(ArenaString(DataType::ToString(GetOperandsType()), adapter).append(" ")); in DumpOpcode() local
941 ArenaString cmpType(ArenaString(DataType::ToString(GetOperandsType()), adapter).append(" ")); in DumpOpcode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp2243 auto cmpType = inst->CastToSelect()->GetOperandsType(); in VisitSelect() local
2260 auto cmpType = inst->CastToSelectImm()->GetOperandsType(); in VisitSelectImm() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5574 PrimType cmpType = static_cast<CompareNode *>(expr.Opnd(0))->GetOpndType(); in SelectSelect() local