Lines Matching refs:getShiftAmountTy
779 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon54f00e400111::DAGCombiner
781 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout(), LegalTypes); in getShiftAmountTy()
4007 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL()
4021 getShiftAmountTy(N0.getValueType())))); in visitMUL()
4397 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in visitSDIVLike()
4514 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike()
4684 getShiftAmountTy(N0.getValueType()))); in visitMULHS()
4703 getShiftAmountTy(N1.getValueType()))); in visitMULHS()
4755 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU()
4773 getShiftAmountTy(N1.getValueType()))); in visitMULHU()
4903 getShiftAmountTy(Lo.getValueType()))); in visitSMUL_LOHI()
4953 getShiftAmountTy(Lo.getValueType()))); in visitUMUL_LOHI()
5633 EVT ShiftVT = TLI.getShiftAmountTy(HalfVT, DAG.getDataLayout()); in visitANDLike()
6630 getShiftAmountTy(VT))); in MatchBSwapHWordLow()
6801 getShiftAmountTy(VT))) in MatchBSwapHWord()
6806 getShiftAmountTy(VT))) in MatchBSwapHWord()
6843 SDValue ShAmt = DAG.getConstant(16, DL, getShiftAmountTy(VT)); in MatchBSwapHWord()
9330 getShiftAmountTy(N0.getOperand(0).getValueType())); in visitSRA()
9408 EVT LargeShiftVT = getShiftAmountTy(LargeVT); in visitSRA()
9587 getShiftAmountTy(SmallVT))); in visitSRL()
9631 getShiftAmountTy(Op.getValueType()))); in visitSRL()
9941 DAG.getConstant(NewShAmt, DL, getShiftAmountTy(VT))); in visitBSWAP()
10884 DL, getShiftAmountTy(VT))); in visitVSELECT()
12945 EVT ShImmTy = getShiftAmountTy(Result.getValueType()); in reduceLoadWidth()
13278 EVT AmtVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in visitTRUNCATE()
17562 DC->getShiftAmountTy(IVal.getValueType()))); in ShrinkLoadReplaceStoreWithStore()
23914 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in foldSelectCCToShiftAnd()
24152 getShiftAmountTy(AndLHS.getValueType())); in SimplifySelectCC()
24159 getShiftAmountTy(Shl.getValueType())); in SimplifySelectCC()
24212 getShiftAmountTy(Temp.getValueType()))); in SimplifySelectCC()