Home
last modified time | relevance | path

Searched refs:CC_AT (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/lib/Target/VE/
DVE.h67 CC_AT = 15 + 6, // Always enumerator
108 case VECC::CC_AT: return "at"; in VECondCodeToString()
123 .Case("at", VECC::CC_AT) in stringToVEICondCode()
124 .Case("", VECC::CC_AT) in stringToVEICondCode()
145 .Case("at", VECC::CC_AT) in stringToVEFCondCode()
146 .Case("", VECC::CC_AT) in stringToVEFCondCode()
194 case VECC::CC_AT: in VECondCodeToVal()
219 return VECC::CC_AT; in VEValToCondCode()
254 return VECC::CC_AT; in VEValToCondCode()
DVEISelDAGToDAG.cpp96 return VECC::CC_AT; in fpCondCode2Fcc()
DVEInstrInfo.cpp58 return VECC::CC_AT; in GetOppositeBranchCondition()
87 case VECC::CC_AT: in GetOppositeBranchCondition()
DVEInstrInfo.td493 def CC_AT : CC_VAL<21>; // Always true
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVE.h65 CC_AT = 15 + 6, // Always enumerator
92 case VECC::CC_AT: return "at"; in VECondCodeToString()
DVEInstrInfo.td107 def CC_AT : CC_VAL<21>; // Always true
/external/llvm-project/llvm/lib/Target/VE/AsmParser/
DVEAsmParser.cpp861 (!OmitCC || (CondCode != VECC::CC_AT && CondCode != VECC::CC_AF))) { in parseCC()