Home | History | Annotate | Download | only in X86

Lines Matching defs:isLeft

4802                                bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4826 isLeft = false;
4835 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4859 isLeft = true;
4868 bool &isLeft, SDValue &ShVal, unsigned &ShAmt) {
4874 if (isVectorShiftLeft(SVOp, DAG, isLeft, ShVal, ShAmt) ||
4875 isVectorShiftRight(SVOp, DAG, isLeft, ShVal, ShAmt))
4963 static SDValue getVShift(bool isLeft, EVT VT, SDValue SrcOp,
4968 unsigned Opc = isLeft ? X86ISD::VSHLDQ : X86ISD::VSRLDQ;
6869 bool isLeft = false;
6872 bool isShift = HasSSE2 && isVectorShift(SVOp, DAG, isLeft, ShVal, ShAmt);
6878 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);
6917 return getVShift(isLeft, VT, ShVal, ShAmt, DAG, *this, dl);