Searched refs:COND_P (Results 1 – 4 of 4) sorted by relevance
48 COND_P = 14, enumerator
3667 case X86::JP_1: return X86::COND_P; in getCondFromBranchOpc()3692 case X86::SETPr: case X86::SETPm: return X86::COND_P; in getCondFromSETOpc()3745 return X86::COND_P; in getCondFromCMovOpc()3767 case X86::COND_P: return X86::JP_1; in GetCondBranchFromCond()3791 case X86::COND_P: return X86::COND_NP; in GetOppositeBranchCondition()3792 case X86::COND_NP: return X86::COND_P; in GetOppositeBranchCondition()4032 else if ((OldBranchCode == X86::COND_P && in AnalyzeBranchImpl()4035 BranchCode == X86::COND_P)) in AnalyzeBranchImpl()
193 case CmpInst::FCMP_UNO: CC = X86::COND_P; break; in getX86ConditionCode()
4129 case ISD::SETUO: return X86::COND_P; in TranslateX86CC()4146 case X86::COND_P: in hasFPCMov()15663 CC = DAG.getConstant(X86::COND_P, dl, MVT::i8); in LowerBRCOND()25168 (cc0 == X86::COND_NE && cc1 == X86::COND_P)) { in CMPEQCombine()