Searched refs:COND_B (Results 1 – 10 of 10) sorted by relevance
156 EmitCondJumpTarget(X86::COND_B, FirstTarget); in INITIALIZE_PASS()163 EmitCondJumpTarget(X86::COND_B, FirstTarget); in INITIALIZE_PASS()171 EmitCondJump(X86::COND_B, ThenMBB); in INITIALIZE_PASS()
348 return X86::COND_B; in getCondFromFCMOV()810 Cond = X86::COND_B; // CF == 1 in rewriteArithmetic()
2734 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition()2737 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition()2760 case X86::COND_B: return X86::COND_A; in getSwappedCondition()2762 case X86::COND_A: return X86::COND_B; in getSwappedCondition()2780 case CmpInst::FCMP_ULT: CC = X86::COND_B; break; in getX86ConditionCode()4225 return X86::COND_B; in isUseDefConvertible()4233 return X86::COND_B; in isUseDefConvertible()4248 return X86::COND_B; in isUseDefConvertible()4462 case X86::COND_B: case X86::COND_BE: in optimizeCompareInstr()4516 case X86::COND_B: // x <u (C + 1) --> x <=u C in optimizeCompareInstr()[all …]
1005 .addImm(X86::COND_B); in emitStackProbeInlineWindowsCoreCLR64()1300 .addImm(X86::COND_B) in BuildStackAlignAND()1332 .addImm(X86::COND_B) in BuildStackAlignAND()
253 case Intrinsic::usub_with_overflow: TmpCC = X86::COND_B; break; in foldX86XALUIntrinsic()2882 BaseOpc = ISD::ADD; CondCode = X86::COND_B; break; in fastLowerIntrinsicCall()2886 BaseOpc = ISD::SUB; CondCode = X86::COND_B; break; in fastLowerIntrinsicCall()
5432 case X86::COND_B: in isX86CCSigned()5549 case X86::COND_B: in hasFPCMov()24971 Cond = X86::COND_B; in getX86XALUOOp()27189 X86CC = X86::COND_B; in LowerINTRINSIC_WO_CHAIN()27218 X86CC = X86::COND_B; in LowerINTRINSIC_WO_CHAIN()27264 X86CC = X86::COND_B; in LowerINTRINSIC_WO_CHAIN()27268 X86CC = X86::COND_B; in LowerINTRINSIC_WO_CHAIN()45409 case X86::COND_B: in combinePTESTCC()45419 InvCC = X86::COND_B; in combinePTESTCC()45743 if (CC == X86::COND_B) in combineSetCCEFLAGS()[all …]
3011 case X86::COND_B: case X86::COND_BE: in hasNoSignFlagUses()
83 COND_B = 2, enumerator310 case X86::COND_B: in classifySecondCondCodeInMacroFusion()
119 case X86::COND_B: return X86::COND_AE; in getInvertedCondCode()122 case X86::COND_AE: return X86::COND_B; in getInvertedCondCode()152 case X86::COND_B: return DCC_LESSER | DCC_UNSIGNED; in getCondCodesLogicalOr()180 case DCC_LESSER | DCC_UNSIGNED: return X86::COND_B; in getCondCodesLogicalOr()2974 case X86::COND_B: return X86::COND_B; in getCanonicalBranchCondCode()2975 case X86::COND_AE: return X86::COND_B; in getCanonicalBranchCondCode()
2751 .Cases("b", "nae", X86::COND_B) // Below/Neither Above nor Equal in ParseConditionCode()