Home | History | Annotate | Download | only in X86

Lines Matching refs:ShVal

4723                                bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4749 ShVal = SVOp->getOperand(OpSrc);
4756 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4782 ShVal = SVOp->getOperand(OpSrc);
4789 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4795 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||
4796 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt))
6629 SDValue ShVal;
6631 isVectorShift(SVOp, DAG, isLeft, ShVal, ShAmt);
6632 if (isShift && ShVal.hasOneUse()) {
6637 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
6678 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);