Searched refs:ICGPR_All (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 114 enum ICmpInGPRType { ICGPR_All, ICGPR_None, ICGPR_I32, ICGPR_I64, enumerator 119 "ppc-gpr-icmps", cl::Hidden, cl::init(ICGPR_All), 122 clEnumValN(ICGPR_All, "all", "All possible int comparisons in GPRs."),
|