Home | History | Annotate | Download | only in X86

Lines Matching refs:isLeft

4566                                bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4590 isLeft = false;
4599 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4623 isLeft = true;
4632 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4638 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||
4639 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt))
4727 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp,
4732 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ;
6481 bool isLeft = false;
6484 bool isShift = HasSSE2 && isVectorShift(SVOp, DAG, isLeft, ShVal, ShAmt);
6490 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
6529 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);