Lines Matching refs:CondCode
100 const DebugLoc &TestLoc, X86::CondCode Cond);
103 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs);
722 X86::CondCode Cond = X86::getCondFromSETCC(MI); in collectCondsInRegs()
740 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg()
752 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg()
779 X86::CondCode Cond = X86::getCondFromSETCC(MI); in rewriteSetCC()
817 X86::CondCode Cond = X86::COND_B; // CF == 1 in rewriteArithmetic()
844 static X86::CondCode getImplicitCondFromMI(unsigned Opc) { in getImplicitCondFromMI()
866 static unsigned getOpcodeWithCC(unsigned Opc, X86::CondCode CC) { in getOpcodeWithCC()
894 X86::CondCode CC = X86::getCondFromMI(MI); in rewriteMI()
910 X86::CondCode NewCC = Inverted ? X86::COND_E : X86::COND_NE; in rewriteMI()