Searched refs:CC_AF (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVE.h52 CC_AF = 0 + 6, // Never enumerator in enum:llvm::VECC::CondCode
93 case VECC::CC_AF: return "af";
122 .Case("af", VECC::CC_AF)
144 .Case("af", VECC::CC_AF)
164 case VECC::CC_AF:
205 return VECC::CC_AF;
224 return VECC::CC_AF;
H A DVEISelDAGToDAG.cpp60 return VECC::CC_AF;
H A DVEInstrInfo.cpp41 static bool IsIntegerCC(unsigned CC) { return (CC < VECC::CC_AF); }
57 case VECC::CC_AF:
88 return VECC::CC_AF;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp859 // If OmitCC is enabled, CC_AT and CC_AF is treated as a part of mnemonic.
861 (!OmitCC || (CondCode != VECC::CC_AT && CondCode != VECC::CC_AF))) {

Completed in 293 milliseconds