Searched refs:COND_A (Results 1 – 5 of 5) sorted by relevance
34 COND_A = 0, enumerator
3663 case X86::JA_1: return X86::COND_A; in getCondFromBranchOpc()3678 case X86::SETAr: case X86::SETAm: return X86::COND_A; in getCondFromSETOpc()3703 return X86::COND_A; in getCondFromCMovOpc()3763 case X86::COND_A: return X86::JA_1; in GetCondBranchFromCond()3786 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition()3787 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()3809 case X86::COND_B: return X86::COND_A; in getSwappedCondition()3811 case X86::COND_A: return X86::COND_B; in getSwappedCondition()5100 case X86::COND_A: case X86::COND_AE: in optimizeCompareInstr()
1902 return std::make_tuple(true, X86::COND_A); in TranslateX86ConstCondToX86CC()1905 return std::make_tuple(false, X86::COND_A); in TranslateX86ConstCondToX86CC()
185 case CmpInst::FCMP_OGT: CC = X86::COND_A; break; in getX86ConditionCode()201 case CmpInst::ICMP_UGT: CC = X86::COND_A; break; in getX86ConditionCode()
4038 case X86::COND_A: return true; in isX86CCUnsigned()4054 case ISD::SETUGT: return X86::COND_A; in TranslateIntegerX86CC()4117 case ISD::SETGT: return X86::COND_A; in TranslateX86CC()4147 case X86::COND_A: in hasFPCMov()13774 case X86::COND_A: case X86::COND_AE: in EmitTest()16809 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN()16848 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN()16852 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN()27331 if (CC == X86::COND_A) { in PerformSETCCCombine()