Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.h33 COND_A = 0, enumerator
DX86InstrInfo.cpp3214 case X86::JA_1: return X86::COND_A; in getCondFromBranchOpc()
3229 case X86::SETAr: case X86::SETAm: return X86::COND_A; in getCondFromSETOpc()
3254 return X86::COND_A; in getCondFromCMovOpc()
3314 case X86::COND_A: return X86::JA_1; in GetCondBranchFromCond()
3337 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition()
3338 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()
3360 case X86::COND_B: return X86::COND_A; in getSwappedCondition()
3362 case X86::COND_A: return X86::COND_B; in getSwappedCondition()
4455 case X86::COND_A: case X86::COND_AE: in optimizeCompareInstr()
DX86FastISel.cpp181 case CmpInst::FCMP_OGT: CC = X86::COND_A; break; in getX86ConditionCode()
197 case CmpInst::ICMP_UGT: CC = X86::COND_A; break; in getX86ConditionCode()
DX86ISelLowering.cpp3624 case X86::COND_A: return true; in isX86CCUnsigned()
3663 case ISD::SETUGT: return X86::COND_A; in TranslateX86CC()
3700 case ISD::SETGT: return X86::COND_A; in TranslateX86CC()
3730 case X86::COND_A: in hasFPCMov()
12486 case X86::COND_A: case X86::COND_AE: in EmitTest()
14966 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN()
15005 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN()
15009 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN()
23533 if (CC == X86::COND_A) { in PerformSETCCCombine()