Home
last modified time | relevance | path

Searched refs:COND_B (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp156 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()
H A DX86InstrInfo.cpp3210 case X86::COND_B: in getCCMPCondFlagsFromCondCode()
3260 case X86::COND_B: in GetOppositeBranchCondition()
3267 return X86::COND_B; in GetOppositeBranchCondition()
3305 case X86::COND_B: in getSwappedCondition()
3310 return X86::COND_B; in getSwappedCondition()
3343 CC = X86::COND_B; in getX86ConditionCode()
3380 CC = X86::COND_B; in getX86ConditionCode()
5172 return X86::COND_B; in isUseDefConvertible()
5180 return X86::COND_B; in isUseDefConvertible()
5195 return X86::COND_B; in isUseDefConvertible()
[all …]
H A DX86FlagsCopyLowering.cpp817 X86::CondCode Cond = X86::COND_B; // CF == 1 in rewriteArithmetic()
H A DX86FrameLowering.cpp1018 .addImm(X86::COND_B); in emitStackProbeInlineWindowsCoreCLR64()
1329 .addImm(X86::COND_B) in BuildStackAlignAND()
1360 .addImm(X86::COND_B) in BuildStackAlignAND()
H A DX86FastISel.cpp253 case Intrinsic::usub_with_overflow: TmpCC = X86::COND_B; break; in foldX86XALUIntrinsic()
2879 BaseOpc = ISD::ADD; CondCode = X86::COND_B; break; in fastLowerIntrinsicCall()
2883 BaseOpc = ISD::SUB; CondCode = X86::COND_B; break; in fastLowerIntrinsicCall()
H A DX86ISelLowering.cpp2804 case X86::COND_B: in isX86CCSigned()
2827 case ISD::SETULT: return X86::COND_B; in TranslateIntegerX86CC()
2904 case ISD::SETLT: return X86::COND_B; in TranslateX86CC()
2925 case X86::COND_B: in hasFPCMov()
22605 case X86::COND_B: case X86::COND_BE: in EmitTest()
23032 X86CC = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in LowerAndToBT()
23719 X86Cond = CC == ISD::SETEQ ? X86::COND_B : X86::COND_AE; in EmitAVX512Test()
23825 X86CondCode = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in emitFlagsForSetcc()
23971 Cond = isOneConstant(RHS) ? X86::COND_E : X86::COND_B; in getX86XALUOOp()
23979 Cond = X86::COND_B; in getX86XALUOOp()
[all …]
H A DX86ISelDAGToDAG.cpp3337 case X86::COND_B: case X86::COND_BE: in hasNoSignFlagUses()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h80 COND_B = 2, enumerator
271 case X86::COND_B: // JB,JC in classifySecondCondCodeInMacroFusion()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2828 .Cases("b", "nae", X86::COND_B) // Below/Neither Above nor Equal in ParseConditionCode()