Searched refs:COND_BE (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/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 | X86FlagsCopyLowering.cpp | 346 return X86::COND_BE; in getCondFromFCMOV()
|
| H A D | X86InstrInfo.cpp | 2735 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition() 2736 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition() 2761 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition() 2763 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition() 2782 case CmpInst::FCMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode() 2795 case CmpInst::ICMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode() 4462 case X86::COND_B: case X86::COND_BE: in optimizeCompareInstr() 4519 ReplacementCC = X86::COND_BE; in optimizeCompareInstr() 4546 case X86::COND_BE: // x <=u (C - 1) --> x <u C in optimizeCompareInstr()
|
| H A D | X86ScheduleBdVer2.td | 487 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_BE">>, [PdWriteCMOVm]>,
|
| H A D | X86ISelLowering.cpp | 5434 case X86::COND_BE: in isX86CCSigned() 5456 case ISD::SETULE: return X86::COND_BE; in TranslateIntegerX86CC() 5532 case ISD::SETLE: return X86::COND_BE; in TranslateX86CC() 5550 case X86::COND_BE: in hasFPCMov() 23638 case X86::COND_B: case X86::COND_BE: in EmitTest() 45426 case X86::COND_BE: in combinePTESTCC() 52804 case X86::COND_B: case X86::COND_BE: in needCarryOrOverflowFlag() 52884 if ((!IsSub && CC == X86::COND_BE && ConstantX->isAllOnes()) || in combineAddOrSubToADCOrSBB() 52942 if (CC == X86::COND_BE) { in combineAddOrSubToADCOrSBB() 55472 .Case("{@ccbe}", X86::COND_BE) in parseConstraintCode() [all …]
|
| H A D | X86ISelDAGToDAG.cpp | 3011 case X86::COND_B: case X86::COND_BE: in hasNoSignFlagUses()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 87 COND_BE = 6, enumerator 312 case X86::COND_BE: in classifySecondCondCodeInMacroFusion()
|
| /llvm-project-15.0.7/bolt/lib/Target/X86/ |
| H A D | X86MCPlusBuilder.cpp | 120 case X86::COND_BE: return X86::COND_A; in getInvertedCondCode() 121 case X86::COND_A: return X86::COND_BE; in getInvertedCondCode() 153 case X86::COND_BE: return DCC_EQUAL | DCC_LESSER | DCC_UNSIGNED; in getCondCodesLogicalOr() 170 case DCC_EQUAL | DCC_LESSER | DCC_UNSIGNED: return X86::COND_BE; in getCondCodesLogicalOr() 2977 case X86::COND_BE: return X86::COND_A; in getCanonicalBranchCondCode()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2755 .Cases("be", "na", X86::COND_BE) // Below or Equal/Not Above in ParseConditionCode()
|