Lines Matching refs:getShiftAmountTy
776 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon9a86f9870111::DAGCombiner
778 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout(), LegalTypes); in getShiftAmountTy()
3719 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL()
3734 getShiftAmountTy(N0.getValueType())))); in visitMUL()
4102 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in visitSDIVLike()
4220 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike()
4356 getShiftAmountTy(N0.getValueType()))); in visitMULHS()
4375 getShiftAmountTy(N1.getValueType()))); in visitMULHS()
4414 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU()
4432 getShiftAmountTy(N1.getValueType()))); in visitMULHU()
4509 getShiftAmountTy(Lo.getValueType()))); in visitSMUL_LOHI()
4552 getShiftAmountTy(Lo.getValueType()))); in visitUMUL_LOHI()
5024 EVT ShiftVT = TLI.getShiftAmountTy(HalfVT, DAG.getDataLayout()); in visitANDLike()
5904 getShiftAmountTy(VT))); in MatchBSwapHWordLow()
6075 getShiftAmountTy(VT))) in MatchBSwapHWord()
6080 getShiftAmountTy(VT))) in MatchBSwapHWord()
6116 SDValue ShAmt = DAG.getConstant(16, DL, getShiftAmountTy(VT)); in MatchBSwapHWord()
8444 getShiftAmountTy(N0.getOperand(0).getValueType())); in visitSRA()
8510 getShiftAmountTy(LargeVT)); in visitSRA()
8657 getShiftAmountTy(SmallVT))); in visitSRL()
8701 getShiftAmountTy(Op.getValueType()))); in visitSRL()
9696 DL, getShiftAmountTy(VT))); in visitVSELECT()
11476 EVT ShImmTy = getShiftAmountTy(Result.getValueType()); in ReduceLoadWidth()
11808 EVT AmtVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in visitTRUNCATE()
16097 DC->getShiftAmountTy(IVal.getValueType()))); in ShrinkLoadReplaceStoreWithStore()
21695 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in foldSelectCCToShiftAnd()
21881 getShiftAmountTy(AndLHS.getValueType())); in SimplifySelectCC()
21888 getShiftAmountTy(Shl.getValueType())); in SimplifySelectCC()
21941 getShiftAmountTy(Temp.getValueType()))); in SimplifySelectCC()