Searched refs:CC_IEQ (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.h46 CC_IEQ = 3, // Equal enumerator in enum:llvm::VECC::CondCode
89 case VECC::CC_IEQ: return "eq";
118 .Case("eq", VECC::CC_IEQ)
157 case VECC::CC_IEQ:
212 return VECC::CC_IEQ;
H A DVEInstrInfo.cpp50 return VECC::CC_IEQ;
51 case VECC::CC_IEQ:
H A DVEISelDAGToDAG.cpp32 return VECC::CC_IEQ;

Completed in 101 milliseconds