Home
last modified time | relevance | path

Searched refs:COND_B (Results 1 – 11 of 11) 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/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h35 COND_B = 2, enumerator
DX86ISelLowering.cpp3003 case ISD::SETULT: return X86::COND_B; in TranslateX86CC()
3047 case ISD::SETLT: return X86::COND_B; in TranslateX86CC()
3067 case X86::COND_B: in hasFPCMov()
8162 case X86::COND_B: case X86::COND_BE: in EmitTest()
8362 unsigned Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in LowerToBT()
8661 DAG.getConstant(X86::COND_B, MVT::i8), Cmp); in LowerSELECT()
8732 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) && in LowerSELECT()
8735 DAG.getConstant(X86::COND_B, MVT::i8), Cond); in LowerSELECT()
8736 if (isAllOnes(Op1) != (CondCode == X86::COND_B)) in LowerSELECT()
8821 case X86::COND_B: in LowerBRCOND()
[all …]
DX86InstrInfo.cpp1847 case X86::JB_4: return X86::COND_B; in GetCondFromBranchOpc()
1869 case X86::COND_B: return X86::JB_4; in GetCondBranchFromCond()
1893 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition()
1896 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition()
/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 …]
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()