Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.h37 COND_BE = 3, enumerator
DX86InstrInfo.cpp3662 case X86::JBE_1: return X86::COND_BE; in getCondFromBranchOpc()
3681 case X86::SETBEr: case X86::SETBEm: return X86::COND_BE; in getCondFromSETOpc()
3712 return X86::COND_BE; in getCondFromCMovOpc()
3762 case X86::COND_BE: return X86::JBE_1; in GetCondBranchFromCond()
3786 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition()
3787 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()
3810 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition()
3812 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition()
5101 case X86::COND_B: case X86::COND_BE: in optimizeCompareInstr()
DX86IntrinsicsInfo.h1896 return std::make_tuple(true, X86::COND_BE); in TranslateX86ConstCondToX86CC()
1899 return std::make_tuple(false, X86::COND_BE); in TranslateX86ConstCondToX86CC()
DX86FastISel.cpp191 case CmpInst::FCMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
204 case CmpInst::ICMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
DX86ISelLowering.cpp4039 case X86::COND_BE: return true; in isX86CCUnsigned()
4055 case ISD::SETULE: return X86::COND_BE; in TranslateIntegerX86CC()
4126 case ISD::SETLE: return X86::COND_BE; in TranslateX86CC()
4144 case X86::COND_BE: in hasFPCMov()
13775 case X86::COND_B: case X86::COND_BE: in EmitTest()