Lines Matching refs:SETUNE
302 // SETOEQ and SETUNE require checking two conditions.
306 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand);
307 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand);
308 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand);
3475 case ISD::SETUNE: return X86::COND_INVALID;
9622 case ISD::SETUNE:
10428 cast<CondCodeSDNode>(Cond.getOperand(2))->get() == ISD::SETUNE) {