Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SRA

18 // expanded.  Similarly, suppose we have an ISD::SRA of type v16i8 on PowerPC;
75 /// \brief Implement expansion for SIGN_EXTEND_INREG using SRL and SRA.
254 case ISD::SRA:
550 Lo = DAG.getNode(ISD::SRA, dl, WideVT, Lo, ShAmt);
723 // Make sure that the SRA and SHL instructions are available.
724 if (TLI.getOperationAction(ISD::SRA, VT) == TargetLowering::Expand ||
737 return DAG.getNode(ISD::SRA, DL, VT, Op, ShiftSz);
781 return DAG.getNode(ISD::SRA, DL, VT,