Lines Matching refs:Amt2
20127 SDValue Amt2 = (VT == MVT::v4i32) ? Amt->getOperand(1) : Amt->getOperand(2); in LowerShift() local
20133 CanBeSimplified = Amt2 == Amt->getOperand(2) && in LowerShift()
20134 Amt2 == Amt->getOperand(3); in LowerShift()
20140 Amt2 = Amt->getOperand(2); in LowerShift()
20147 CanBeSimplified = Amt2 == Amt->getOperand(i); in LowerShift()
20152 Amt2 = Amt->getOperand(4); in LowerShift()
20156 CanBeSimplified = Amt2 == Amt->getOperand(j); in LowerShift()
20161 isa<ConstantSDNode>(Amt2)) { in LowerShift()
20168 DAG.getConstant(cast<ConstantSDNode>(Amt2)->getAPIntValue(), dl, VT); in LowerShift()
20187 SDValue Amt0, Amt1, Amt2, Amt3; in LowerShift() local
20191 Amt2 = DAG.getVectorShuffle(VT, dl, Amt, DAG.getUNDEF(VT), {2, 2, 2, 2}); in LowerShift()
20214 Amt2 = DAG.getVectorShuffle(VT, dl, Amt, Z, {2, 6, -1, -1}); in LowerShift()
20220 SDValue R2 = DAG.getNode(Opc, dl, VT, R, Amt2); in LowerShift()