Searched refs:getPreferredShiftAmountTy (Results 1 – 4 of 4) sorted by relevance
2157 LLT ShiftAmtTy = getTargetLowering().getPreferredShiftAmountTy(SrcTy); in matchCombineShlOfExtend()2710 {NewShiftTy, TL.getPreferredShiftAmountTy(NewShiftTy)}})) in matchCombineTruncOfShift()4630 LLT ExtractTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in matchBitfieldExtractFromSExtInReg()4658 LLT ExtractTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in matchBitfieldExtractFromAnd()4704 LLT ExtractTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in matchBitfieldExtractFromShr()4748 LLT ExtractTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in matchBitfieldExtractFromShrAnd()5313 LLT ShiftAmtTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in buildUDivorURemUsingMul()5582 LLT ShiftAmtTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in buildSDivUsingMul()5732 LLT ShiftAmtTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in applySDivByPow2()5791 LLT ShiftAmtTy = getTargetLowering().getPreferredShiftAmountTy(Ty); in applyUDivByPow2()[all …]
466 LLT getPreferredShiftAmountTy(LLT Ty) const override;
5924 LLT SITargetLowering::getPreferredShiftAmountTy(LLT Ty) const { in getPreferredShiftAmountTy() function in SITargetLowering
414 virtual LLT getPreferredShiftAmountTy(LLT ShiftValueTy) const { in getPreferredShiftAmountTy() function