Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:SRA_PARTS

158   setOperationAction(ISD::SRA_PARTS, MVT::i32  , Custom);
161 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom);
1276 /// LowerShiftRightParts - Lower SRL_PARTS, SRA_PARTS, which
1284 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
1292 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL;
1419 case ISD::SRA_PARTS: