Searched refs:BytesPerElt (Results 1 – 3 of 3) sorted by relevance
4714 unsigned BytesPerElt = DstTy.getElementType().getSizeInBits() / 8; in selectShuffleVector() local4721 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in selectShuffleVector()4722 unsigned Offset = Byte + Val * BytesPerElt; in selectShuffleVector()
8604 unsigned BytesPerElt = in EmitSVEGatherLoad() local8606 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEGatherLoad()8664 unsigned BytesPerElt = in EmitSVEScatterStore() local8666 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEScatterStore()8696 unsigned BytesPerElt = MemEltTy->getPrimitiveSizeInBits() / 8; in EmitSVEGatherPrefetch() local8697 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEGatherPrefetch()
9217 unsigned BytesPerElt = EltVT.getSizeInBits() / 8; in GenerateTBL() local9221 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in GenerateTBL()9222 unsigned Offset = Byte + Val * BytesPerElt; in GenerateTBL()