Lines Matching refs:CondCode
98 const DebugLoc &TestLoc, X86::CondCode Cond);
101 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs);
719 X86::CondCode Cond = X86::getCondFromSETCC(MI);
737 const DebugLoc &TestLoc, X86::CondCode Cond) {
749 const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) {
776 X86::CondCode Cond = X86::getCondFromSETCC(MI);
814 X86::CondCode Cond = X86::COND_B; // CF == 1
841 static X86::CondCode getImplicitCondFromMI(unsigned Opc) {
863 static unsigned getOpcodeWithCC(unsigned Opc, X86::CondCode CC) {
891 X86::CondCode CC = X86::getCondFromMI(MI);
907 X86::CondCode NewCC = Inverted ? X86::COND_E : X86::COND_NE;