Lines Matching refs:COND_NE
3200 case X86::COND_NE: in getCCMPCondFlagsFromCondCode()
3249 return X86::COND_NE; in GetOppositeBranchCondition()
3250 case X86::COND_NE: in GetOppositeBranchCondition()
3295 case X86::COND_NE: in getSwappedCondition()
3296 return X86::COND_NE; in getSwappedCondition()
3352 CC = X86::COND_NE; in getX86ConditionCode()
3371 CC = X86::COND_NE; in getX86ConditionCode()
3840 ((OldBranchCode == X86::COND_P && BranchCode == X86::COND_NE) || in analyzeBranchImpl()
3841 (OldBranchCode == X86::COND_NE && BranchCode == X86::COND_P))) { in analyzeBranchImpl()
3843 } else if ((OldBranchCode == X86::COND_NP && BranchCode == X86::COND_NE) || in analyzeBranchImpl()
4004 (Cond[0].getImm() == X86::COND_NE || Cond[0].getImm() == X86::COND_E)) { in analyzeBranchPredicate()
4007 MBP.Predicate = Cond[0].getImm() == X86::COND_NE in analyzeBranchPredicate()
4066 BuildMI(&MBB, DL, get(X86::JCC_1)).addMBB(TBB).addImm(X86::COND_NE); in insertBranch()
4079 BuildMI(&MBB, DL, get(X86::JCC_1)).addMBB(FBB).addImm(X86::COND_NE); in insertBranch()
5445 case X86::COND_NE: in optimizeCompareInstr()