Home
last modified time | relevance | path

Searched refs:changeElementCount (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizeMutations.cpp53 return std::make_pair(TypeIdx, OldTy.changeElementCount(NewEltCount)); in changeElementCountTo()
63 return std::make_pair(TypeIdx, OldTy.changeElementCount(NewEltCount)); in changeElementCountTo()
H A DCallLowering.cpp419 .changeElementCount(PartLLT.getElementCount() * 2); in buildCopyFromRegs()
H A DLegalizerHelper.cpp4680 DstTy.changeElementCount(DstTy.getElementCount().divideCoefficientBy(2)); in fewerElementsVectorShuffle()
6356 LLT EltTy = MidTy.changeElementCount( in lowerEXT()
6361 LLT ZExtResTy = DstTy.changeElementCount( in lowerEXT()
6400 LLT SplitSrcTy = SrcTy.changeElementCount( in lowerTRUNC()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h220 constexpr LLT changeElementCount(ElementCount EC) const { in changeElementCount() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h433 LLT UnmergeTy = CastSrcTy.changeElementCount( in tryFoldUnmergeCast()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp1198 DstTy.changeElementCount( in applyExtMulToMULL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp59 return Ty.changeElementCount(ElementCount::getFixed(Pow2NElts)); in getPow2VectorType()
2963 return Ty.changeElementCount( in widenToNextPowerOf2()
6335 : Ty.changeElementCount(ElementCount::getFixed(AdjustedNumElts)); in legalizeImageIntrinsic()