Lines Matching refs:Fast
1777 Align Alignment, MachineMemOperand::Flags Flags, unsigned *Fast) const { in allowsMemoryAccessForAlignment()
1786 if (Fast != nullptr) in allowsMemoryAccessForAlignment()
1787 *Fast = 1; in allowsMemoryAccessForAlignment()
1792 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, Fast); in allowsMemoryAccessForAlignment()
1797 const MachineMemOperand &MMO, unsigned *Fast) const { in allowsMemoryAccessForAlignment()
1799 MMO.getAlign(), MMO.getFlags(), Fast); in allowsMemoryAccessForAlignment()
1806 unsigned *Fast) const { in allowsMemoryAccess()
1808 Flags, Fast); in allowsMemoryAccess()
1814 unsigned *Fast) const { in allowsMemoryAccess()
1816 MMO.getFlags(), Fast); in allowsMemoryAccess()
1822 unsigned *Fast) const { in allowsMemoryAccess()
1825 MMO.getFlags(), Fast); in allowsMemoryAccess()
2288 unsigned Fast = 0; in isLoadBitCastBeneficial() local
2290 MMO, &Fast) && in isLoadBitCastBeneficial()
2291 Fast; in isLoadBitCastBeneficial()