Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.h35 COND_AE = 1, enumerator
DX86InstrInfo.cpp3664 case X86::JAE_1: return X86::COND_AE; in getCondFromBranchOpc()
3679 case X86::SETAEr: case X86::SETAEm: return X86::COND_AE; in getCondFromSETOpc()
3706 return X86::COND_AE; in getCondFromCMovOpc()
3764 case X86::COND_AE: return X86::JAE_1; in GetCondBranchFromCond()
3785 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition()
3788 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition()
3810 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition()
3812 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition()
5100 case X86::COND_A: case X86::COND_AE: in optimizeCompareInstr()
DX86IntrinsicsInfo.h1908 return std::make_tuple(true, X86::COND_AE); in TranslateX86ConstCondToX86CC()
1911 return std::make_tuple(false, X86::COND_AE); in TranslateX86ConstCondToX86CC()
DX86FastISel.cpp187 case CmpInst::FCMP_OGE: CC = X86::COND_AE; break; in getX86ConditionCode()
202 case CmpInst::ICMP_UGE: CC = X86::COND_AE; break; in getX86ConditionCode()
DX86ISelLowering.cpp4040 case X86::COND_AE: return true; in isX86CCUnsigned()
4056 case ISD::SETUGE: return X86::COND_AE; in TranslateIntegerX86CC()
4120 case ISD::SETGE: return X86::COND_AE; in TranslateX86CC()
4148 case X86::COND_AE: in hasFPCMov()
13774 case X86::COND_A: case X86::COND_AE: in EmitTest()
14189 X86::CondCode Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in LowerToBT()
15054 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) && in LowerSELECT()
21145 BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE))) in EmitVAARG64WithCustomInserter()