Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp141 EmitCondJumpTarget(X86::COND_B, FirstTarget); in INITIALIZE_PASS()
148 EmitCondJumpTarget(X86::COND_B, FirstTarget); in INITIALIZE_PASS()
156 EmitCondJump(X86::COND_B, ThenMBB); in INITIALIZE_PASS()
DX86FlagsCopyLowering.cpp347 return X86::COND_B; in getCondFromFCMOV()
824 Cond = X86::COND_B; // CF == 1 in rewriteArithmetic()
1042 unsigned &CondReg = CondRegs[X86::COND_B]; in rewriteSetCarryExtended()
1044 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, X86::COND_B); in rewriteSetCarryExtended()
DX86InstrInfo.cpp2226 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition()
2229 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition()
2252 case X86::COND_B: return X86::COND_A; in getSwappedCondition()
2254 case X86::COND_A: return X86::COND_B; in getSwappedCondition()
2272 case CmpInst::FCMP_ULT: CC = X86::COND_B; break; in getX86ConditionCode()
2286 case CmpInst::ICMP_ULT: CC = X86::COND_B; break; in getX86ConditionCode()
3519 return X86::COND_B; in isUseDefConvertible()
3527 return X86::COND_B; in isUseDefConvertible()
3542 return X86::COND_B; in isUseDefConvertible()
3733 case X86::COND_B: case X86::COND_BE: in optimizeCompareInstr()
DX86FastISel.cpp266 case Intrinsic::usub_with_overflow: TmpCC = X86::COND_B; break; in foldX86XALUIntrinsic()
2895 BaseOpc = ISD::ADD; CondCode = X86::COND_B; break; in fastLowerIntrinsicCall()
2899 BaseOpc = ISD::SUB; CondCode = X86::COND_B; break; in fastLowerIntrinsicCall()
DX86ISelLowering.cpp4817 case X86::COND_B: in isX86CCSigned()
4839 case ISD::SETULT: return X86::COND_B; in TranslateIntegerX86CC()
4914 case ISD::SETLT: return X86::COND_B; in TranslateX86CC()
4934 case X86::COND_B: in hasFPCMov()
20718 case X86::COND_B: case X86::COND_BE: in EmitTest()
21146 X86CC = DAG.getTargetConstant(CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B, in LowerAndToBT()
21780 X86Cond = CC == ISD::SETEQ ? X86::COND_B : X86::COND_AE; in EmitAVX512Test()
21870 X86::CondCode CCode = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in emitFlagsForSetcc()
21978 Cond = isOneConstant(RHS) ? X86::COND_E : X86::COND_B; in getX86XALUOOp()
21986 Cond = X86::COND_B; in getX86XALUOOp()
[all …]
DX86FrameLowering.cpp659 .addImm(X86::COND_B); in emitStackProbeInline()
DX86ISelDAGToDAG.cpp2783 case X86::COND_B: case X86::COND_BE: in hasNoSignFlagUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h78 COND_B = 2, enumerator
303 case X86::COND_B: in classifySecondCondCodeInMacroFusion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2085 .Cases("b", "nae", X86::COND_B) // Below/Neither Above nor Equal in ParseConditionCode()