Searched refs:LdStMI (Results 1 – 2 of 2) sorted by relevance
4612 LegalizerHelper::reduceLoadStoreWidth(GLoadStore &LdStMI, unsigned TypeIdx, in reduceLoadStoreWidth() argument4620 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()
4708 auto *LdStMI = dyn_cast<GLoadStore>(ConvUseMI); in reassociationCanBreakAddressingModePattern() local4709 if (!LdStMI) in reassociationCanBreakAddressingModePattern()4717 unsigned AS = MRI.getType(LdStMI->getPointerReg()).getAddressSpace(); in reassociationCanBreakAddressingModePattern()4718 Type *AccessTy = getTypeForLLT(LdStMI->getMMO().getMemoryType(), in reassociationCanBreakAddressingModePattern()