Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4612 LegalizerHelper::reduceLoadStoreWidth(GLoadStore &LdStMI, unsigned TypeIdx, in reduceLoadStoreWidth() argument
4620 if (LdStMI.isAtomic()) in reduceLoadStoreWidth()
4623 bool IsLoad = isa<GLoad>(LdStMI); in reduceLoadStoreWidth()
4624 Register ValReg = LdStMI.getReg(0); in reduceLoadStoreWidth()
4625 Register AddrReg = LdStMI.getPointerReg(); in reduceLoadStoreWidth()
4629 if (ValTy.getSizeInBits() != 8 * LdStMI.getMemSize().getValue()) { in reduceLoadStoreWidth()
4661 auto MMO = LdStMI.getMMO(); in reduceLoadStoreWidth()
4702 LdStMI.eraseFromParent(); in reduceLoadStoreWidth()
H A DCombinerHelper.cpp4708 auto *LdStMI = dyn_cast<GLoadStore>(ConvUseMI); in reassociationCanBreakAddressingModePattern() local
4709 if (!LdStMI) in reassociationCanBreakAddressingModePattern()
4717 unsigned AS = MRI.getType(LdStMI->getPointerReg()).getAddressSpace(); in reassociationCanBreakAddressingModePattern()
4718 Type *AccessTy = getTypeForLLT(LdStMI->getMMO().getMemoryType(), in reassociationCanBreakAddressingModePattern()