Home
last modified time | relevance | path

Searched refs:changeElementSize (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizeMutations.cpp62 return std::make_pair(TypeIdx, Ty.changeElementSize(NewEltSizeInBits)); in widenScalarOrEltToNextPow2()
H A DLegalizerHelper.cpp5664 CmpInst::ICMP_EQ, SrcTy.changeElementSize(1), SrcReg, ZeroSrc); in lowerBitCount()
5715 CmpInst::ICMP_EQ, DstTy.changeElementSize(1), SrcReg, Zero); in lowerBitCount()
6400 LLT CmpType = MRI.getType(Dst).changeElementSize(1); in lowerMinMax()
6503 const LLT CondTy = Ty.changeElementSize(1); in lowerIntrinsicRound()
6536 const LLT CondTy = Ty.changeElementSize(1); in lowerFFloor()
6990 LLT BoolTy = Ty.changeElementSize(1); in lowerAddSubSatToAddoSubo()
7062 LLT BoolTy = Ty.changeElementSize(1); in lowerShlSat()
7196 LLT WideTy = OrigTy.changeElementSize(SizeInBits * 2); in lowerSMULH_UMULH()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h181 LLT changeElementSize(unsigned NewEltSize) const { in changeElementSize() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp877 LLT InterTy = SplitSrcTy.changeElementSize(DstTy.getScalarSizeInBits() * 2); in legalizeVectorTrunc()
882 DstTy.changeElementSize(DstTy.getScalarSizeInBits() * 2), SplitSrcs); in legalizeVectorTrunc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3966 LLT UnpackedTy = Ty.changeElementSize(32); in legalizeBufferLoad()
H A DSIISelLowering.cpp4404 ? Ty.changeElementSize(16) in getPreferredShiftAmountTy()
4405 : Ty.changeElementSize(32); in getPreferredShiftAmountTy()