Home
last modified time | relevance | path

Searched refs:BytesPerElt (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5148 unsigned BytesPerElt = DstTy.getElementType().getSizeInBits() / 8; in selectShuffleVector() local
5155 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in selectShuffleVector()
5156 unsigned Offset = Byte + Val * BytesPerElt; in selectShuffleVector()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp8733 unsigned BytesPerElt = in EmitSVEGatherLoad() local
8735 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEGatherLoad()
8793 unsigned BytesPerElt = in EmitSVEScatterStore() local
8795 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEScatterStore()
8825 unsigned BytesPerElt = MemEltTy->getPrimitiveSizeInBits() / 8; in EmitSVEGatherPrefetch() local
8826 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEGatherPrefetch()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10230 unsigned BytesPerElt = EltVT.getSizeInBits() / 8; in GenerateTBL() local
10251 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in GenerateTBL()
10252 unsigned Offset = Byte + Val * BytesPerElt; in GenerateTBL()