Searched refs:COND_B (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 80 COND_B = 2, enumerator 271 case X86::COND_B: // JB,JC in classifySecondCondCodeInMacroFusion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ExpandPseudo.cpp | 154 EmitCondJumpTarget(X86::COND_B, FirstTarget); in INITIALIZE_PASS() 161 EmitCondJumpTarget(X86::COND_B, FirstTarget); in INITIALIZE_PASS() 169 EmitCondJump(X86::COND_B, ThenMBB); in INITIALIZE_PASS()
|
| H A D | X86InstrInfo.cpp | 3250 case X86::COND_B: in getCCMPCondFlagsFromCondCode() 3318 case X86::COND_B: in GetOppositeBranchCondition() 3325 return X86::COND_B; in GetOppositeBranchCondition() 3363 case X86::COND_B: in getSwappedCondition() 3368 return X86::COND_B; in getSwappedCondition() 3401 CC = X86::COND_B; in getX86ConditionCode() 3438 CC = X86::COND_B; in getX86ConditionCode() 5242 return std::make_pair(X86::COND_B, 1U); in isUseDefConvertible() 5250 return std::make_pair(X86::COND_B, 1U); in isUseDefConvertible() 5265 return std::make_pair(X86::COND_B, 1U); in isUseDefConvertible() [all …]
|
| H A D | X86FlagsCopyLowering.cpp | 847 X86::CondCode Cond = X86::COND_B; // CF == 1 in rewriteArithmetic()
|
| H A D | X86FastISel.cpp | 254 case Intrinsic::usub_with_overflow: TmpCC = X86::COND_B; break; in foldX86XALUIntrinsic() 2915 BaseOpc = ISD::ADD; CondCode = X86::COND_B; break; in fastLowerIntrinsicCall() 2919 BaseOpc = ISD::SUB; CondCode = X86::COND_B; break; in fastLowerIntrinsicCall()
|
| H A D | X86FrameLowering.cpp | 1072 .addImm(X86::COND_B); in emitStackProbeInlineWindowsCoreCLR64() 1390 .addImm(X86::COND_B) in BuildStackAlignAND() 1421 .addImm(X86::COND_B) in BuildStackAlignAND()
|
| H A D | X86ISelLowering.cpp | 2949 case X86::COND_B: in isX86CCSigned() 2972 case ISD::SETULT: return X86::COND_B; in TranslateIntegerX86CC() 3049 case ISD::SETLT: return X86::COND_B; in TranslateX86CC() 3070 case X86::COND_B: in hasFPCMov() 23340 case X86::COND_B: case X86::COND_BE: in EmitTest() 23774 X86CC = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in LowerAndToBT() 24483 X86Cond = CC == ISD::SETEQ ? X86::COND_B : X86::COND_AE; in EmitAVX512Test() 24589 X86CondCode = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in emitFlagsForSetcc() 24746 Cond = isOneConstant(RHS) ? X86::COND_E : X86::COND_B; in getX86XALUOOp() 24754 Cond = X86::COND_B; in getX86XALUOOp() [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/AsmParser/ |
| H A D | X86AsmParser.cpp | 2850 .Cases("b", "nae", X86::COND_B) // Below/Neither Above nor Equal in ParseConditionCode()
|