Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5553 unsigned MemSizeBits = ExtLd.getMMO().getMemoryType().getSizeInBits(); in selectIndexedExtLoad() local
5570 if (MemSizeBits == 8) { in selectIndexedExtLoad()
5580 NewLdDstTy = LLT::scalar(MemSizeBits); in selectIndexedExtLoad()
5586 } else if (MemSizeBits == 16) { in selectIndexedExtLoad()
5596 NewLdDstTy = LLT::scalar(MemSizeBits); in selectIndexedExtLoad()
5602 } else if (MemSizeBits == 32) { in selectIndexedExtLoad()
5609 NewLdDstTy = LLT::scalar(MemSizeBits); in selectIndexedExtLoad()