Lines Matching refs:Fast
1698 Align Alignment, MachineMemOperand::Flags Flags, unsigned *Fast) const { in allowsMemoryAccessForAlignment()
1707 if (Fast != nullptr) in allowsMemoryAccessForAlignment()
1708 *Fast = 1; in allowsMemoryAccessForAlignment()
1713 return allowsMisalignedMemoryAccesses(VT, AddrSpace, Alignment, Flags, Fast); in allowsMemoryAccessForAlignment()
1718 const MachineMemOperand &MMO, unsigned *Fast) const { in allowsMemoryAccessForAlignment()
1720 MMO.getAlign(), MMO.getFlags(), Fast); in allowsMemoryAccessForAlignment()
1727 unsigned *Fast) const { in allowsMemoryAccess()
1729 Flags, Fast); in allowsMemoryAccess()
1735 unsigned *Fast) const { in allowsMemoryAccess()
1737 MMO.getFlags(), Fast); in allowsMemoryAccess()
1743 unsigned *Fast) const { in allowsMemoryAccess()
1746 MMO.getFlags(), Fast); in allowsMemoryAccess()
2214 unsigned Fast = 0; in isLoadBitCastBeneficial() local
2216 MMO, &Fast) && in isLoadBitCastBeneficial()
2217 Fast; in isLoadBitCastBeneficial()