Searched refs:COND_G (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp154 assert(CC == X86::COND_L || CC == X86::COND_G || CC == X86::COND_E);
157 (CmpValue > PredCmpValue && CC == X86::COND_G) ||
169 (CmpValue == PredCmpValue + 1 && CC == X86::COND_G))
312 NewCC = X86::COND_G;
314 case X86::COND_G:
516 case X86::COND_G:
557 CC = X86::COND_G;
H A DX86InstrInfo.cpp2707 case X86::COND_LE: return X86::COND_G;
2708 case X86::COND_G: return X86::COND_LE;
2732 case X86::COND_L: return X86::COND_G;
2734 case X86::COND_G: return X86::COND_L;
2772 case CmpInst::ICMP_SGT: CC = X86::COND_G; break;
4216 case X86::COND_G: case X86::COND_GE:
H A DX86ISelDAGToDAG.cpp2834 case X86::COND_G: case X86::COND_LE:
H A DX86ISelLowering.cpp4896 case X86::COND_G:
4908 case ISD::SETGT: return X86::COND_G;
21623 case X86::COND_G: case X86::COND_GE:
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h91 COND_G = 15, enumerator in enum:llvm::X86::CondCode
92 LAST_VALID_COND = COND_G,
298 case X86::COND_G:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2282 .Cases("g", "nle", X86::COND_G) // Greater/Neither Less nor Equal

Completed in 315 milliseconds