Lines Matching refs:Shamt
915 unsigned Shamt = CN->getZExtValue(); in performORCombine() local
920 if ((Shamt != SMPos0) || (SMPos0 + SMSize0 > ValTy.getSizeInBits())) in performORCombine()
2608 SDValue Shamt = Op.getOperand(2); in lowerShiftLeftParts() local
2616 DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftLeftParts()
2621 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, Hi, Shamt); in lowerShiftLeftParts()
2623 SDValue ShiftLeftLo = DAG.getNode(ISD::SHL, DL, VT, Lo, Shamt); in lowerShiftLeftParts()
2624 SDValue Cond = DAG.getNode(ISD::AND, DL, MVT::i32, Shamt, in lowerShiftLeftParts()
2638 SDValue Shamt = Op.getOperand(2); in lowerShiftRightParts() local
2655 DAG.getNode(ISD::XOR, DL, MVT::i32, Shamt, in lowerShiftRightParts()
2660 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, Lo, Shamt); in lowerShiftRightParts()
2663 DL, VT, Hi, Shamt); in lowerShiftRightParts()
2664 SDValue Cond = DAG.getNode(ISD::AND, DL, MVT::i32, Shamt, in lowerShiftRightParts()
4474 unsigned Shamt; in passByValArg() local
4477 Shamt = TotalBytesLoaded * 8; in passByValArg()
4479 Shamt = (RegSizeInBytes - (TotalBytesLoaded + LoadSizeInBytes)) * 8; in passByValArg()
4482 DAG.getConstant(Shamt, DL, MVT::i32)); in passByValArg()