Lines Matching refs:SrcOp
5294 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp, in getVShift() argument
5300 SrcOp = DAG.getBitcast(ShVT, SrcOp); in getVShift()
5304 return DAG.getBitcast(VT, DAG.getNode(Opc, dl, ShVT, SrcOp, ShiftVal)); in getVShift()
5308 LowerAsSplatVectorLoad(SDValue SrcOp, MVT VT, SDLoc dl, SelectionDAG &DAG) { in LowerAsSplatVectorLoad() argument
5313 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(SrcOp)) { in LowerAsSplatVectorLoad()
15973 SDValue SrcOp, uint64_t ShiftAmt, in getTargetVShiftByConstNode() argument
15979 return SrcOp; in getTargetVShiftByConstNode()
15994 if (VT == SrcOp.getSimpleValueType() && in getTargetVShiftByConstNode()
15995 ISD::isBuildVectorOfConstantSDNodes(SrcOp.getNode())) { in getTargetVShiftByConstNode()
15997 unsigned NumElts = SrcOp->getNumOperands(); in getTargetVShiftByConstNode()
16004 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode()
16016 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode()
16028 SDValue CurrentOp = SrcOp->getOperand(i); in getTargetVShiftByConstNode()
16043 return DAG.getNode(Opc, dl, VT, SrcOp, in getTargetVShiftByConstNode()
16050 SDValue SrcOp, SDValue ShAmt, in getTargetVShiftNode() argument
16057 return getTargetVShiftByConstNode(Opc, dl, VT, SrcOp, in getTargetVShiftNode()
16097 return DAG.getNode(Opc, dl, VT, SrcOp, ShAmt); in getTargetVShiftNode()