Searched refs:getMemSize (Results 1 – 6 of 6) sorted by relevance
116 LocationSize Size1 = LdSt1->getMemSize(); in aliasIsKnownForLoadStore()117 LocationSize Size2 = LdSt2->getMemSize(); in aliasIsKnownForLoadStore()
1625 if (8 * LoadMI.getMemSize().getValue() != DstTy.getSizeInBits()) { in narrowScalar()1676 if (8 * StoreMI.getMemSize().getValue() != SrcTy.getSizeInBits()) { in narrowScalar()5310 if (ValTy.getSizeInBits() != 8 * LdStMI.getMemSize().getValue()) { in reduceLoadStoreWidth()
73 LocationSize getMemSize() const { return getMMO().getSize(); } in getMemSize() function
1014 return LdSt.getAlign() >= LdSt.getMemSize().getValue();1025 return LdSt.getAlign() >= LdSt.getMemSize().getValue();
340 if (Load->getMemSize() != MFI.getObjectSize(StoreFI)) in shouldLowerTailCallStackArg()
3018 uint64_t MemSizeInBytes = LdSt.getMemSize().getValue(); in select()