Home | History | Annotate | Download | only in MSP430

Lines Matching refs:SETCC

108   setOperationAction(ISD::SETCC,            MVT::i8,    Custom);
109 setOperationAction(ISD::SETCC, MVT::i16, Custom);
188 case ISD::SETCC: return LowerSETCC(Op, DAG);
1127 case MSP430ISD::SETCC: return "MSP430ISD::SETCC";