Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp4714 unsigned BytesPerElt = DstTy.getElementType().getSizeInBits() / 8; in selectShuffleVector() local
4721 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in selectShuffleVector()
4722 unsigned Offset = Byte + Val * BytesPerElt; in selectShuffleVector()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp8604 unsigned BytesPerElt = in EmitSVEGatherLoad() local
8606 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEGatherLoad()
8664 unsigned BytesPerElt = in EmitSVEScatterStore() local
8666 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEScatterStore()
8696 unsigned BytesPerElt = MemEltTy->getPrimitiveSizeInBits() / 8; in EmitSVEGatherPrefetch() local
8697 Value *Scale = ConstantInt::get(Int64Ty, BytesPerElt); in EmitSVEGatherPrefetch()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9217 unsigned BytesPerElt = EltVT.getSizeInBits() / 8; in GenerateTBL() local
9221 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in GenerateTBL()
9222 unsigned Offset = Byte + Val * BytesPerElt; in GenerateTBL()