Searched refs:isUnalignedMem32Slow (Results 1 – 7 of 7) sorted by relevance
432 bool isUnalignedMem32Slow() const { return IsUAMem32Slow; } in isUnalignedMem32Slow() function
1122 if (LT.second.getStoreSize() == 32 && ST->isUnalignedMem32Slow()) in getMemoryOpCost()
891 def HasFastMem32 : Predicate<"!Subtarget->isUnalignedMem32Slow()">;
603 bool isUnalignedMem32Slow() const { return IsUAMem32Slow; } in isUnalignedMem32Slow() function
1944 if (LT.second.getStoreSize() == 32 && ST->isUnalignedMem32Slow()) in getMemoryOpCost()
953 def HasFastMem32 : Predicate<"!Subtarget->isUnalignedMem32Slow()">;
1973 *Fast = !Subtarget.isUnalignedMem32Slow(); in allowsMisalignedMemoryAccesses()