Lines Matching refs:Shamt
765 unsigned Shamt = CN->getZExtValue(); in performORCombine() local
770 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits())) in performORCombine()
2179 SDValue Shamt = Op.getOperand(2); in lowerShiftLeftParts() local
2186 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftLeftParts()
2191 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, Hi, Shamt); in lowerShiftLeftParts()
2193 SDValue ShiftLeftLo = DAG.getNode(ISD::SHL, DL, VT, Lo, Shamt); in lowerShiftLeftParts()
2194 SDValue Cond = DAG.getNode(ISD::AND, DL, MVT::i32, Shamt, in lowerShiftLeftParts()
2208 SDValue Shamt = Op.getOperand(2); in lowerShiftRightParts() local
2224 SDValue Not = DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftRightParts()
2229 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, Lo, Shamt); in lowerShiftRightParts()
2232 DL, VT, Hi, Shamt); in lowerShiftRightParts()
2233 SDValue Cond = DAG.getNode(ISD::AND, DL, MVT::i32, Shamt, in lowerShiftRightParts()
3827 unsigned Shamt; in passByValArg() local
3830 Shamt = TotalBytesLoaded * 8; in passByValArg()
3832 Shamt = (RegSizeInBytes - (TotalBytesLoaded + LoadSizeInBytes)) * 8; in passByValArg()
3835 DAG.getConstant(Shamt, DL, MVT::i32)); in passByValArg()