Home | History | Annotate | Download | only in MSP430

Lines Matching refs:SHL

96   setOperationAction(ISD::SHL,              MVT::i8,    Custom);
99 setOperationAction(ISD::SHL, MVT::i16, Custom);
183 case ISD::SHL: // FALLTHROUGH
597 case ISD::SHL:
598 return DAG.getNode(MSP430ISD::SHL, dl,
623 Victim = DAG.getNode((Opc == ISD::SHL ? MSP430ISD::RLA : MSP430ISD::RRA),
979 case MSP430ISD::SHL: return "MSP430ISD::SHL";