Home
last modified time | relevance | path

Searched refs:COND_AE (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrInfo.h34 COND_AE = 1, enumerator
DX86InstrInfo.cpp3215 case X86::JAE_1: return X86::COND_AE; in getCondFromBranchOpc()
3230 case X86::SETAEr: case X86::SETAEm: return X86::COND_AE; in getCondFromSETOpc()
3257 return X86::COND_AE; in getCondFromCMovOpc()
3315 case X86::COND_AE: return X86::JAE_1; in GetCondBranchFromCond()
3336 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition()
3339 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition()
3361 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition()
3363 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition()
4455 case X86::COND_A: case X86::COND_AE: in optimizeCompareInstr()
DX86FastISel.cpp183 case CmpInst::FCMP_OGE: CC = X86::COND_AE; break; in getX86ConditionCode()
198 case CmpInst::ICMP_UGE: CC = X86::COND_AE; break; in getX86ConditionCode()
DX86ISelLowering.cpp3626 case X86::COND_AE: return true; in isX86CCUnsigned()
3665 case ISD::SETUGE: return X86::COND_AE; in TranslateX86CC()
3703 case ISD::SETGE: return X86::COND_AE; in TranslateX86CC()
3731 case X86::COND_AE: in hasFPCMov()
12486 case X86::COND_A: case X86::COND_AE: in EmitTest()
12904 X86::CondCode Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in LowerToBT()
13625 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) && in LowerSELECT()
18171 BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE))) in EmitVAARG64WithCustomInserter()