Lines Matching refs:getShiftAmountConstant

4388                         DAG.getShiftAmountConstant(Log2Val, VT, DL)));  in visitMUL()
5089 DAG.getShiftAmountConstant(N0.getScalarValueSizeInBits() - 1, VT, DL)); in visitMULHS()
5107 DAG.getShiftAmountConstant(SimpleSize, NewVT, DL)); in visitMULHS()
5177 DAG.getShiftAmountConstant(SimpleSize, NewVT, DL)); in visitMULHU()
5226 DAG.getShiftAmountConstant(1, VT, DL)); in visitAVG()
5229 DAG.getShiftAmountConstant(1, VT, DL)); in visitAVG()
5388 DAG.getShiftAmountConstant(SimpleSize, NewVT, DL)); in visitSMUL_LOHI()
5441 DAG.getShiftAmountConstant(SimpleSize, NewVT, DL)); in visitUMUL_LOHI()
7466 DAG.getShiftAmountConstant(OpSizeInBits - 16, VT, DL)); in MatchBSwapHWordLow()
7616 SDValue ShAmt = DAG.getShiftAmountConstant(16, VT, DL); in matchBSwapHWordOrAndAnd()
7677 SDValue ShAmt = DAG.getShiftAmountConstant(16, VT, DL); in MatchBSwapHWord()
7828 DAG.getShiftAmountConstant(BW / 2, VT, DL)); in visitORCommutative()
8086 DAG.getShiftAmountConstant(1, ShiftedVT, DL)); in extractShiftForRotate()
9281 DAG.getShiftAmountConstant(ZeroExtendedBytes * 8, in MatchLoadCombine()
10408 SDValue Amt = DAG.getShiftAmountConstant(ShiftAmt, VT, DL); in visitSRA()
10658 DAG.getShiftAmountConstant(ShiftAmt, SmallVT, DL0)); in visitSRL()
10702 DAG.getShiftAmountConstant(ShAmt, VT, DL)); in visitSRL()
11061 DAG.getShiftAmountConstant(NewShAmt, VT, DL)); in visitBSWAP()
11473 DAG.getShiftAmountConstant(C1Val.exactLogBase2(), VT, DL); in foldSelectOfConstants()
12341 DAG.getShiftAmountConstant(VT.getScalarSizeInBits() - 1, VT, DL)); in visitVSELECT()
14653 DAG.getShiftAmountConstant(ShLeftAmt, VT, DL)); in reduceLoadWidth()
16931 DAG.getShiftAmountConstant(*Mantissa, NewIntVT, DL); in combineFMulOrFDivWithIntPow2()
19846 DAG.getShiftAmountConstant(ByteShift * 8, IVal.getValueType(), DL)); in ShrinkLoadReplaceStoreWithStore()
21105 DAG.getShiftAmountConstant(LoadWidth / 2, JointMemOpVT, LoadDL); in tryStoreMergeOfLoads()
27471 SDValue ShiftAmt = DAG.getShiftAmountConstant(ShCt, XType, DL); in foldSelectCCToShiftAnd()
27491 SDValue ShiftAmt = DAG.getShiftAmountConstant(ShCt, XType, DL); in foldSelectCCToShiftAnd()
27705 SDValue ShlAmt = DAG.getShiftAmountConstant(AndMask.countl_zero(), VT, in SimplifySelectCC()
27711 SDValue ShrAmt = DAG.getShiftAmountConstant(ShCt, VT, SDLoc(Shl)); in SimplifySelectCC()
27761 DAG.getShiftAmountConstant(ShCt, N2.getValueType(), SDLoc(Temp))); in SimplifySelectCC()