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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.h52 CC_G = 1 + 6, // Greater enumerator in enum:llvm::VECC::CondCode
93 case VECC::CC_G: return "gt";
129 .Case("gt", VECC::CC_G)
165 case VECC::CC_G:
225 return VECC::CC_G;
H A DVEInstrInfo.cpp59 case VECC::CC_G:
86 return VECC::CC_G;
H A DVEISelDAGToDAG.cpp72 return VECC::CC_G;

Completed in 82 milliseconds