Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp802 Cond = X86::COND_B; // CF == 1 in rewriteArithmetic()
979 unsigned &CondReg = CondRegs[X86::COND_B]; in rewriteSetCarryExtended()
981 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, X86::COND_B); in rewriteSetCarryExtended()
DX86InstrInfo.h44 COND_B = 2, enumerator
DX86InstrInfo.cpp2130 case X86::JB_1: return X86::COND_B; in getCondFromBranchOpc()
2149 case X86::SETBr: case X86::SETBm: return X86::COND_B; in getCondFromSETOpc()
2178 return X86::COND_B; in getCondFromCMovOpc()
2230 case X86::COND_B: return X86::JB_1; in GetCondBranchFromCond()
2254 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition()
2257 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition()
2280 case X86::COND_B: return X86::COND_A; in getSwappedCondition()
2282 case X86::COND_A: return X86::COND_B; in getSwappedCondition()
2300 case CmpInst::FCMP_ULT: CC = X86::COND_B; break; in getX86ConditionCode()
2314 case CmpInst::ICMP_ULT: CC = X86::COND_B; break; in getX86ConditionCode()
[all …]
DX86ISelLowering.cpp4489 case X86::COND_B: in isX86CCUnsigned()
4511 case ISD::SETULT: return X86::COND_B; in TranslateIntegerX86CC()
4582 case ISD::SETLT: return X86::COND_B; in TranslateX86CC()
4602 case X86::COND_B: in hasFPCMov()
17696 case X86::COND_B: case X86::COND_BE: in EmitTest()
18132 X86::CondCode Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in getBitTestCondition()
18685 X86CC = CC == ISD::SETEQ ? X86::COND_B : X86::COND_AE; in EmitKTEST()
18970 DAG.getConstant(X86::COND_B, DL, MVT::i8), in LowerSELECT()
18981 DAG.getConstant(X86::COND_B, DL, MVT::i8), Cmp); in LowerSELECT()
19066 case ISD::UADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_B; break; in LowerSELECT()
[all …]
DX86FastISel.cpp266 case Intrinsic::usub_with_overflow: TmpCC = X86::COND_B; break; in foldX86XALUIntrinsic()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h36 COND_B = 2, enumerator
DX86InstrInfo.cpp3695 case X86::JB_1: return X86::COND_B; in getCondFromBranchOpc()
3714 case X86::SETBr: case X86::SETBm: return X86::COND_B; in getCondFromSETOpc()
3743 return X86::COND_B; in getCondFromCMovOpc()
3795 case X86::COND_B: return X86::JB_1; in GetCondBranchFromCond()
3819 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition()
3822 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition()
3845 case X86::COND_B: return X86::COND_A; in getSwappedCondition()
3847 case X86::COND_A: return X86::COND_B; in getSwappedCondition()
5029 return X86::COND_B; in isUseDefConvertible()
5037 return X86::COND_B; in isUseDefConvertible()
[all …]
DX86ISelLowering.cpp3944 case X86::COND_B: in isX86CCUnsigned()
3966 case ISD::SETULT: return X86::COND_B; in TranslateIntegerX86CC()
4037 case ISD::SETLT: return X86::COND_B; in TranslateX86CC()
4057 case X86::COND_B: in hasFPCMov()
14628 case X86::COND_B: case X86::COND_BE: in EmitTest()
15051 X86::CondCode Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in LowerToBT()
15854 DAG.getConstant(X86::COND_B, DL, MVT::i8), in LowerSELECT()
15865 DAG.getConstant(X86::COND_B, DL, MVT::i8), Cmp); in LowerSELECT()
15913 case ISD::UADDO: X86Opcode = X86ISD::ADD; X86Cond = X86::COND_B; break; in LowerSELECT()
15915 case ISD::USUBO: X86Opcode = X86ISD::SUB; X86Cond = X86::COND_B; break; in LowerSELECT()
[all …]
DX86FastISel.cpp190 case CmpInst::FCMP_ULT: CC = X86::COND_B; break; in getX86ConditionCode()
204 case CmpInst::ICMP_ULT: CC = X86::COND_B; break; in getX86ConditionCode()
294 case Intrinsic::usub_with_overflow: TmpCC = X86::COND_B; break; in foldX86XALUIntrinsic()