Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4587 unsigned BytesPerElt = DstTy.getElementType().getSizeInBits() / 8; in selectShuffleVector() local
4594 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in selectShuffleVector()
4595 unsigned Offset = Byte + Val * BytesPerElt; in selectShuffleVector()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp8523 unsigned BytesPerElt = in EmitSVEGatherLoad() local
8525 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEGatherLoad()
8583 unsigned BytesPerElt = in EmitSVEScatterStore() local
8585 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEScatterStore()
8615 unsigned BytesPerElt = MemEltTy->getPrimitiveSizeInBits() / 8; in EmitSVEGatherPrefetch() local
8616 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEGatherPrefetch()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8881 unsigned BytesPerElt = EltVT.getSizeInBits() / 8; in GenerateTBL() local
8885 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in GenerateTBL()
8886 unsigned Offset = Byte + Val * BytesPerElt; in GenerateTBL()