Searched refs:LdStMI (Results 1 – 2 of 2) sorted by relevance
5288 LegalizerHelper::reduceLoadStoreWidth(GLoadStore &LdStMI, unsigned TypeIdx, in reduceLoadStoreWidth() argument5301 if (LdStMI.isAtomic()) in reduceLoadStoreWidth()5304 bool IsLoad = isa<GLoad>(LdStMI); in reduceLoadStoreWidth()5305 Register ValReg = LdStMI.getReg(0); in reduceLoadStoreWidth()5306 Register AddrReg = LdStMI.getPointerReg(); in reduceLoadStoreWidth()5310 if (ValTy.getSizeInBits() != 8 * LdStMI.getMemSize().getValue()) { in reduceLoadStoreWidth()5342 auto MMO = LdStMI.getMMO(); in reduceLoadStoreWidth()5383 LdStMI.eraseFromParent(); in reduceLoadStoreWidth()
4836 auto *LdStMI = dyn_cast<GLoadStore>(ConvUseMI); in reassociationCanBreakAddressingModePattern() local4837 if (!LdStMI) in reassociationCanBreakAddressingModePattern()4845 unsigned AS = MRI.getType(LdStMI->getPointerReg()).getAddressSpace(); in reassociationCanBreakAddressingModePattern()4846 Type *AccessTy = getTypeForLLT(LdStMI->getMMO().getMemoryType(), in reassociationCanBreakAddressingModePattern()