Lines Matching refs:ROTL
883 setOperationAction(ISD::ROTL, VT, Expand); in PPCTargetLowering()
934 setOperationAction(ISD::ROTL, MVT::v1i128, Custom); in PPCTargetLowering()
938 setOperationAction(ISD::ROTL, VT, Legal); in PPCTargetLowering()
941 setOperationAction(ISD::ROTL, MVT::v2i64, Legal); in PPCTargetLowering()
980 setOperationAction(ISD::ROTL, MVT::v1i128, Legal); in PPCTargetLowering()
10117 assert(Op.getOpcode() == ISD::ROTL && "Should only be called for ISD::ROTL"); in LowerROTL()
10880 return DAG.getNode(ISD::ROTL, dl, MVT::i64, Src, Op.getOperand(3)); in LowerINTRINSIC_WO_CHAIN()
10887 Src = DAG.getNode(ISD::ROTL, dl, MVT::i64, Src, in LowerINTRINSIC_WO_CHAIN()
10890 Src = DAG.getNode(ISD::ROTL, dl, MVT::i64, Src, in LowerINTRINSIC_WO_CHAIN()
10906 return DAG.getNode(ISD::ROTL, dl, MVT::i32, Op.getOperand(1), in LowerINTRINSIC_WO_CHAIN()
11863 case ISD::ROTL: return LowerROTL(Op, DAG); in LowerOperation()
15798 NarrowOp.getOpcode() != ISD::ROTL && NarrowOp.getOpcode() != ISD::ROTR) in PerformDAGCombine()