Searched refs:COND_G (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 93 COND_G = 15, enumerator 94 LAST_VALID_COND = COND_G, 268 case X86::COND_G: // JG,JNLE in classifySecondCondCodeInMacroFusion()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleBdVer2.td | 485 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_G">>, [PdWriteCMOVm]>, 503 SchedVar<MCSchedPredicate<CheckImmOperand_s<5, "X86::COND_G">>, [PdWriteSETGEmSETGmSETLEmSETLm]>,
|
H A D | X86InstrInfo.cpp | 3202 case X86::COND_G: in getCCMPCondFlagsFromCondCode() 3255 return X86::COND_G; in GetOppositeBranchCondition() 3256 case X86::COND_G: in GetOppositeBranchCondition() 3298 return X86::COND_G; in getSwappedCondition() 3301 case X86::COND_G: in getSwappedCondition() 3386 CC = X86::COND_G; in getX86ConditionCode() 5412 case X86::COND_G: in optimizeCompareInstr() 5475 ReplacementCC = X86::COND_G; in optimizeCompareInstr() 5482 case X86::COND_G: // x >s (C - 1) --> x >=s C in optimizeCompareInstr()
|
H A D | X86ISelLowering.cpp | 2809 case X86::COND_G: in isX86CCSigned() 2822 case ISD::SETGT: return X86::COND_G; in TranslateIntegerX86CC() 22608 case X86::COND_G: case X86::COND_GE: in EmitTest() 24223 (CondCode == X86::COND_G && hasAndNot(Op1)))) { // smax(x, 0) in LowerSELECT() 24233 if (CondCode == X86::COND_G) in LowerSELECT() 35398 BuildMI(BB, MIMD, TII->get(X86::JCC_1)).addMBB(mallocMBB).addImm(X86::COND_G); in EmitLoweredSegAlloca() 46514 CC = X86::COND_G; in combineSetCCAtomicArith() 46515 else if (CC == X86::COND_G && Addend == -1) in combineSetCCAtomicArith() 55111 case X86::COND_G: case X86::COND_GE: in needCarryOrOverflowFlag() 58247 .Case("{@ccg}", X86::COND_G) in parseConstraintCode() [all …]
|
H A D | X86ISelDAGToDAG.cpp | 3359 case X86::COND_G: case X86::COND_LE: in mayUseCarryFlag()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2841 .Cases("g", "nle", X86::COND_G) // Greater/Neither Less nor Equal in ParseConditionCode()
|