Searched refs:BytesPerElt (Results 1 – 3 of 3) sorted by relevance
5148 unsigned BytesPerElt = DstTy.getElementType().getSizeInBits() / 8; in selectShuffleVector() local5155 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in selectShuffleVector()5156 unsigned Offset = Byte + Val * BytesPerElt; in selectShuffleVector()
8733 unsigned BytesPerElt = in EmitSVEGatherLoad() local8735 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEGatherLoad()8793 unsigned BytesPerElt = in EmitSVEScatterStore() local8795 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEScatterStore()8825 unsigned BytesPerElt = MemEltTy->getPrimitiveSizeInBits() / 8; in EmitSVEGatherPrefetch() local8826 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEGatherPrefetch()
10230 unsigned BytesPerElt = EltVT.getSizeInBits() / 8; in GenerateTBL() local10251 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in GenerateTBL()10252 unsigned Offset = Byte + Val * BytesPerElt; in GenerateTBL()