Lines Matching refs:Fast
1706 Align Alignment, MachineMemOperand::Flags Flags, bool *Fast) const { in allowsMemoryAccessForAlignment()
1715 if (Fast != nullptr) in allowsMemoryAccessForAlignment()
1716 *Fast = true; in allowsMemoryAccessForAlignment()
1721 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, Fast); in allowsMemoryAccessForAlignment()
1726 const MachineMemOperand &MMO, bool *Fast) const { in allowsMemoryAccessForAlignment()
1728 MMO.getAlign(), MMO.getFlags(), Fast); in allowsMemoryAccessForAlignment()
1735 bool *Fast) const { in allowsMemoryAccess()
1737 Flags, Fast); in allowsMemoryAccess()
1743 bool *Fast) const { in allowsMemoryAccess()
1745 MMO.getFlags(), Fast); in allowsMemoryAccess()
1751 bool *Fast) const { in allowsMemoryAccess()
1753 MMO.getAlign(), MMO.getFlags(), Fast); in allowsMemoryAccess()