Lines Matching refs:IsFast
1631 MachineMemOperand::Flags Flags, unsigned *IsFast) const { in allowsMisalignedMemoryAccessesImpl()
1632 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1633 *IsFast = 0; in allowsMisalignedMemoryAccessesImpl()
1682 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1683 *IsFast = (Alignment >= RequiredAlignment) ? 64 in allowsMisalignedMemoryAccessesImpl()
1705 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1706 *IsFast = (Alignment >= RequiredAlignment) ? 96 in allowsMisalignedMemoryAccessesImpl()
1730 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1731 *IsFast = (Alignment >= RequiredAlignment) ? 128 in allowsMisalignedMemoryAccessesImpl()
1748 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1749 *IsFast = (Alignment >= RequiredAlignment) ? Size : 0; in allowsMisalignedMemoryAccessesImpl()
1757 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1758 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1771 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1772 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1780 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1781 *IsFast = Size; in allowsMisalignedMemoryAccessesImpl()
1794 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1795 *IsFast = 1; in allowsMisalignedMemoryAccessesImpl()
1802 unsigned *IsFast) const { in allowsMisalignedMemoryAccesses()
1804 Alignment, Flags, IsFast); in allowsMisalignedMemoryAccesses()