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 | 3251 case X86::COND_BE: in getCCMPCondFlagsFromCondCode() 3320 case X86::COND_BE: in GetOppositeBranchCondition() 3323 return X86::COND_BE; in GetOppositeBranchCondition() 3365 case X86::COND_BE: in getSwappedCondition() 3370 return X86::COND_BE; in getSwappedCondition() 3407 CC = X86::COND_BE; in getX86ConditionCode() 3441 CC = X86::COND_BE; in getX86ConditionCode() 5500 case X86::COND_BE: in optimizeCompareInstr() 5561 ReplacementCC = X86::COND_BE; in optimizeCompareInstr() 5588 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 | 2951 case X86::COND_BE: in isX86CCSigned() 2974 case ISD::SETULE: return X86::COND_BE; in TranslateIntegerX86CC() 3052 case ISD::SETLE: return X86::COND_BE; in TranslateX86CC() 3071 case X86::COND_BE: in hasFPCMov() 23340 case X86::COND_B: case X86::COND_BE: in EmitTest() 37280 .addImm(X86::COND_BE); in emitLongJmpShadowStackFix() 48608 case X86::COND_BE: in combinePTESTCC() 52199 if ((!IsSub && CC == X86::COND_BE && ConstantX->isAllOnes()) || in combineAddOrSubToADCOrSBB() 52257 if (CC == X86::COND_BE) { in combineAddOrSubToADCOrSBB() 57228 case X86::COND_B: case X86::COND_BE: in needCarryOrOverflowFlag() [all …]
|
| H A D | X86ISelDAGToDAG.cpp | 3405 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 | 2854 .Cases("be", "na", X86::COND_BE) // Below or Equal/Not Above in ParseConditionCode()
|