Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h33 COND_A = 0, enumerator
DX86InstrInfo.cpp1849 case X86::JA_4: return X86::COND_A; in GetCondFromBranchOpc()
1871 case X86::COND_A: return X86::JA_4; in GetCondBranchFromCond()
1894 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition()
1895 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()
DX86ISelLowering.cpp3004 case ISD::SETUGT: return X86::COND_A; in TranslateX86CC()
3041 case ISD::SETGT: return X86::COND_A; in TranslateX86CC()
3071 case X86::COND_A: in hasFPCMov()
8161 case X86::COND_A: case X86::COND_AE: in EmitTest()
9301 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h34 COND_A = 0, enumerator
DX86InstrInfo.cpp3697 case X86::JA_1: return X86::COND_A; in getCondFromBranchOpc()
3712 case X86::SETAr: case X86::SETAm: return X86::COND_A; in getCondFromSETOpc()
3737 return X86::COND_A; in getCondFromCMovOpc()
3797 case X86::COND_A: return X86::JA_1; in GetCondBranchFromCond()
3820 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition()
3821 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()
3845 case X86::COND_B: return X86::COND_A; in getSwappedCondition()
3847 case X86::COND_A: return X86::COND_B; in getSwappedCondition()
5226 case X86::COND_A: case X86::COND_AE: in optimizeCompareInstr()
DX86FastISel.cpp186 case CmpInst::FCMP_OGT: CC = X86::COND_A; break; in getX86ConditionCode()
202 case CmpInst::ICMP_UGT: CC = X86::COND_A; break; in getX86ConditionCode()