Lines Matching refs:SRL
87 setOperationAction(ISD::SRL, MVT::i8, Custom); in AVRTargetLowering()
90 setOperationAction(ISD::SRL, MVT::i16, Custom); in AVRTargetLowering()
93 setOperationAction(ISD::SRL, MVT::i32, Custom); in AVRTargetLowering()
296 case ISD::SRL: { in LowerShifts()
310 case ISD::SRL: in LowerShifts()
330 case ISD::SRL: in LowerShifts()
368 case ISD::SRL: in LowerShifts()
386 } else if (Op.getOpcode() == ISD::SRL && 4 <= ShiftAmount && in LowerShifts()
398 } else if (Op.getOpcode() == ISD::SRL && ShiftAmount == 7) { in LowerShifts()
470 case ISD::SRL: in LowerShifts()
487 case ISD::SRL: in LowerShifts()
513 case ISD::SRL: in LowerShifts()
984 case ISD::SRL: in LowerOperation()
1935 insertMultibyteShift(MI, BB, ShiftRegs, ISD::SRL, 1); in insertMultibyteShift()
1944 insertMultibyteShift(MI, BB, ShiftRegs, ISD::SRL, 1); in insertMultibyteShift()
2184 Opc = ISD::SRL; in insertWideShift()