Lines Matching refs:SHL
86 setOperationAction(ISD::SHL, MVT::i8, Custom); in AVRTargetLowering()
89 setOperationAction(ISD::SHL, MVT::i16, Custom); in AVRTargetLowering()
92 setOperationAction(ISD::SHL, MVT::i32, Custom); in AVRTargetLowering()
292 case ISD::SHL: { in LowerShifts()
307 case ISD::SHL: in LowerShifts()
327 case ISD::SHL: in LowerShifts()
371 case ISD::SHL: in LowerShifts()
380 if (Op.getOpcode() == ISD::SHL && 4 <= ShiftAmount && ShiftAmount < 7) { in LowerShifts()
393 } else if (Op.getOpcode() == ISD::SHL && ShiftAmount == 7) { in LowerShifts()
465 case ISD::SHL: in LowerShifts()
480 case ISD::SHL: in LowerShifts()
506 case ISD::SHL: in LowerShifts()
982 case ISD::SHL: in LowerOperation()
1911 const bool ShiftLeft = Opc == ISD::SHL; in insertMultibyteShift()
1974 insertMultibyteShift(MI, BB, ShiftRegs, ISD::SHL, 1); in insertMultibyteShift()
2001 insertMultibyteShift(MI, BB, ShiftRegs, ISD::SHL, 1); in insertMultibyteShift()
2181 Opc = ISD::SHL; in insertWideShift()
2213 if (Opc != ISD::SHL && in insertWideShift()