Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h36 COND_BE = 3, enumerator
DX86InstrInfo.cpp1848 case X86::JBE_4: return X86::COND_BE; in GetCondFromBranchOpc()
1870 case X86::COND_BE: return X86::JBE_4; in GetCondBranchFromCond()
1894 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition()
1895 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()
DX86ISelLowering.cpp3005 case ISD::SETULE: return X86::COND_BE; in TranslateX86CC()
3050 case ISD::SETLE: return X86::COND_BE; in TranslateX86CC()
3068 case X86::COND_BE: in hasFPCMov()
8162 case X86::COND_B: case X86::COND_BE: in EmitTest()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h37 COND_BE = 3, enumerator
DX86InstrInfo.cpp3696 case X86::JBE_1: return X86::COND_BE; in getCondFromBranchOpc()
3715 case X86::SETBEr: case X86::SETBEm: return X86::COND_BE; in getCondFromSETOpc()
3746 return X86::COND_BE; in getCondFromCMovOpc()
3796 case X86::COND_BE: return X86::JBE_1; in GetCondBranchFromCond()
3820 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition()
3821 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()
3846 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition()
3848 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition()
5227 case X86::COND_B: case X86::COND_BE: in optimizeCompareInstr()
DX86FastISel.cpp192 case CmpInst::FCMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
205 case CmpInst::ICMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h45 COND_BE = 3, enumerator
DX86InstrInfo.cpp2131 case X86::JBE_1: return X86::COND_BE; in getCondFromBranchOpc()
2150 case X86::SETBEr: case X86::SETBEm: return X86::COND_BE; in getCondFromSETOpc()
2181 return X86::COND_BE; in getCondFromCMovOpc()
2231 case X86::COND_BE: return X86::JBE_1; in GetCondBranchFromCond()
2255 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition()
2256 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()
2281 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition()
2283 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition()
2302 case CmpInst::FCMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
2315 case CmpInst::ICMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
[all …]
DX86ISelLowering.cpp4491 case X86::COND_BE: in isX86CCUnsigned()
4513 case ISD::SETULE: return X86::COND_BE; in TranslateIntegerX86CC()
4585 case ISD::SETLE: return X86::COND_BE; in TranslateX86CC()
4603 case X86::COND_BE: in hasFPCMov()
17696 case X86::COND_B: case X86::COND_BE: in EmitTest()
33022 case X86::COND_B: case X86::COND_BE: in combineSetCCAtomicArith()
38598 if ((!IsSub && CC == X86::COND_BE && ConstantX->isAllOnesValue()) || in combineAddOrSubToADCOrSBB()