Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86InstrInfo.h34 COND_AE = 1, enumerator
DX86InstrInfo.cpp2467 case X86::JAE_4: return X86::COND_AE; in getCondFromBranchOpc()
2482 case X86::SETAEr: case X86::SETAEm: return X86::COND_AE; in getCondFromSETOpc()
2509 return X86::COND_AE; in getCondFromCMovOpc()
2567 case X86::COND_AE: return X86::JAE_4; in GetCondBranchFromCond()
2588 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition()
2591 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition()
2614 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition()
2616 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition()
3647 case X86::COND_A: case X86::COND_AE: in optimizeCompareInstr()
DX86ISelLowering.cpp3452 case ISD::SETUGE: return X86::COND_AE; in TranslateX86CC()
3490 case ISD::SETGE: return X86::COND_AE; in TranslateX86CC()
3518 case X86::COND_AE: in hasFPCMov()
9453 case X86::COND_A: case X86::COND_AE: in EmitTest()
9764 X86::CondCode Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in LowerToBT()
10357 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) && in LowerSELECT()
15063 BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE))) in EmitVAARG64WithCustomInserter()