Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.h34 COND_AE = 1, enumerator
DX86InstrInfo.cpp2282 case X86::JAE_4: return X86::COND_AE; in getCondFromBranchOpc()
2297 case X86::SETAEr: case X86::SETAEm: return X86::COND_AE; in getCondFromSETOpc()
2324 return X86::COND_AE; in getCondFromCMovOpc()
2382 case X86::COND_AE: return X86::JAE_4; in GetCondBranchFromCond()
2403 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition()
2406 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition()
2429 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition()
2431 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition()
3371 case X86::COND_A: case X86::COND_AE: in optimizeCompareInstr()
DX86ISelLowering.cpp3223 case ISD::SETUGE: return X86::COND_AE; in TranslateX86CC()
3261 case ISD::SETGE: return X86::COND_AE; in TranslateX86CC()
3289 case X86::COND_AE: in hasFPCMov()
8880 case X86::COND_A: case X86::COND_AE: in EmitTest()
9199 X86::CondCode Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in LowerToBT()
9650 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) && in LowerSELECT()
13699 BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE))) in EmitVAARG64WithCustomInserter()