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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.h51 CC_AF = 0 + 6, // Never enumerator in enum:llvm::VECC::CondCode
92 case VECC::CC_AF: return "af";
121 .Case("af", VECC::CC_AF)
143 .Case("af", VECC::CC_AF)
163 case VECC::CC_AF:
204 return VECC::CC_AF;
223 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;
H A DVEISelDAGToDAG.cpp60 return VECC::CC_AF;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp832 // If OmitCC is enabled, CC_AT and CC_AF is treated as a part of mnemonic.
834 (!OmitCC || (CondCode != VECC::CC_AT && CondCode != VECC::CC_AF))) {

Completed in 160 milliseconds