Lines Matching refs:Fast
1712 Align Alignment, MachineMemOperand::Flags Flags, bool *Fast) const { in allowsMemoryAccessForAlignment()
1721 if (Fast != nullptr) in allowsMemoryAccessForAlignment()
1722 *Fast = true; in allowsMemoryAccessForAlignment()
1727 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, Fast); in allowsMemoryAccessForAlignment()
1732 const MachineMemOperand &MMO, bool *Fast) const { in allowsMemoryAccessForAlignment()
1734 MMO.getAlign(), MMO.getFlags(), Fast); in allowsMemoryAccessForAlignment()
1741 bool *Fast) const { in allowsMemoryAccess()
1743 Flags, Fast); in allowsMemoryAccess()
1749 bool *Fast) const { in allowsMemoryAccess()
1751 MMO.getFlags(), Fast); in allowsMemoryAccess()
1757 bool *Fast) const { in allowsMemoryAccess()
1760 MMO.getFlags(), Fast); in allowsMemoryAccess()