Searched refs:COND_BE (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86SchedPredicates.td | 64 // A predicate to check for COND_A and COND_BE CMOVs which have an extra uop 68 CheckImmOperand_s<3, "X86::COND_BE"> 73 CheckImmOperand_s<7, "X86::COND_BE"> 76 // A predicate to check for COND_A and COND_BE SETCCs which have an extra uop 80 CheckImmOperand_s<1, "X86::COND_BE"> 85 CheckImmOperand_s<5, "X86::COND_BE">
|
H A D | X86InstrInfo.cpp | 3211 case X86::COND_BE: in getCCMPCondFlagsFromCondCode() 3262 case X86::COND_BE: in GetOppositeBranchCondition() 3265 return X86::COND_BE; in GetOppositeBranchCondition() 3307 case X86::COND_BE: in getSwappedCondition() 3312 return X86::COND_BE; in getSwappedCondition() 3349 CC = X86::COND_BE; in getX86ConditionCode() 3383 CC = X86::COND_BE; in getX86ConditionCode() 5409 case X86::COND_BE: in optimizeCompareInstr() 5470 ReplacementCC = X86::COND_BE; in optimizeCompareInstr() 5497 case X86::COND_BE: // x <=u (C - 1) --> x <u C in optimizeCompareInstr()
|
H A D | X86ScheduleBdVer2.td | 480 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_BE">>, [PdWriteCMOVm]>,
|
H A D | X86ISelLowering.cpp | 2806 case X86::COND_BE: in isX86CCSigned() 2829 case ISD::SETULE: return X86::COND_BE; in TranslateIntegerX86CC() 2907 case ISD::SETLE: return X86::COND_BE; in TranslateX86CC() 2926 case X86::COND_BE: in hasFPCMov() 22605 case X86::COND_B: case X86::COND_BE: in EmitTest() 36062 .addImm(X86::COND_BE); in emitLongJmpShadowStackFix() 46856 case X86::COND_BE: in combinePTESTCC() 50467 if ((!IsSub && CC == X86::COND_BE && ConstantX->isAllOnes()) || in combineAddOrSubToADCOrSBB() 50525 if (CC == X86::COND_BE) { in combineAddOrSubToADCOrSBB() 55109 case X86::COND_B: case X86::COND_BE: in needCarryOrOverflowFlag() [all …]
|
H A D | X86ISelDAGToDAG.cpp | 3337 case X86::COND_B: case X86::COND_BE: in hasNoSignFlagUses()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 84 COND_BE = 6, enumerator 272 case X86::COND_BE: // JNA,JBE in classifySecondCondCodeInMacroFusion()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2832 .Cases("be", "na", X86::COND_BE) // Below or Equal/Not Above in ParseConditionCode()
|