Home
last modified time | relevance | path

Searched refs:COND_LE (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrInfo.h42 COND_LE = 8, enumerator
DX86InstrInfo.cpp3692 case X86::JLE_1: return X86::COND_LE; in getCondFromBranchOpc()
3720 case X86::SETLEr: case X86::SETLEm: return X86::COND_LE; in getCondFromSETOpc()
3761 return X86::COND_LE; in getCondFromCMovOpc()
3792 case X86::COND_LE: return X86::JLE_1; in GetCondBranchFromCond()
3816 case X86::COND_LE: return X86::COND_G; in GetOppositeBranchCondition()
3817 case X86::COND_G: return X86::COND_LE; in GetOppositeBranchCondition()
3842 case X86::COND_LE: return X86::COND_GE; in getSwappedCondition()
3844 case X86::COND_GE: return X86::COND_LE; in getSwappedCondition()
5229 case X86::COND_L: case X86::COND_LE: in optimizeCompareInstr()
DX86FastISel.cpp209 case CmpInst::ICMP_SLE: CC = X86::COND_LE; break; in getX86ConditionCode()
DX86ISelLowering.cpp3952 case X86::COND_LE: in isX86CCUnsigned()
3964 case ISD::SETLE: return X86::COND_LE; in TranslateIntegerX86CC()
3993 return X86::COND_LE; in TranslateX86CC()
14632 case X86::COND_L: case X86::COND_LE: in EmitTest()
26984 CC = X86::COND_LE; in combineSetCCAtomicArith()
26989 else if (CC == X86::COND_LE && Addend == -1) in combineSetCCAtomicArith()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h50 COND_LE = 8, enumerator
DX86InstrInfo.cpp2127 case X86::JLE_1: return X86::COND_LE; in getCondFromBranchOpc()
2155 case X86::SETLEr: case X86::SETLEm: return X86::COND_LE; in getCondFromSETOpc()
2196 return X86::COND_LE; in getCondFromCMovOpc()
2227 case X86::COND_LE: return X86::JLE_1; in GetCondBranchFromCond()
2251 case X86::COND_LE: return X86::COND_G; in GetOppositeBranchCondition()
2252 case X86::COND_G: return X86::COND_LE; in GetOppositeBranchCondition()
2277 case X86::COND_LE: return X86::COND_GE; in getSwappedCondition()
2279 case X86::COND_GE: return X86::COND_LE; in getSwappedCondition()
2319 case CmpInst::ICMP_SLE: CC = X86::COND_LE; break; in getX86ConditionCode()
3806 case X86::COND_L: case X86::COND_LE: in optimizeCompareInstr()
DX86ISelLowering.cpp4497 case X86::COND_LE: in isX86CCUnsigned()
4509 case ISD::SETLE: return X86::COND_LE; in TranslateIntegerX86CC()
4538 return X86::COND_LE; in TranslateX86CC()
17700 case X86::COND_L: case X86::COND_LE: in EmitTest()
33039 CC = X86::COND_LE; in combineSetCCAtomicArith()
33044 else if (CC == X86::COND_LE && Addend == -1) in combineSetCCAtomicArith()