Searched refs:COND_A (Results 1 – 6 of 6) sorted by relevance
33 COND_A = 0, enumerator
1849 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()
3004 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()
34 COND_A = 0, enumerator
3697 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()
186 case CmpInst::FCMP_OGT: CC = X86::COND_A; break; in getX86ConditionCode()202 case CmpInst::ICMP_UGT: CC = X86::COND_A; break; in getX86ConditionCode()