Lines Matching refs:IsFast
1692 MachineMemOperand::Flags Flags, unsigned *IsFast) const { in allowsMisalignedMemoryAccessesImpl()
1693 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1694 *IsFast = 0; in allowsMisalignedMemoryAccessesImpl()
1743 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1744 *IsFast = (Alignment >= RequiredAlignment) ? 64 in allowsMisalignedMemoryAccessesImpl()
1766 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1767 *IsFast = (Alignment >= RequiredAlignment) ? 96 in allowsMisalignedMemoryAccessesImpl()
1791 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1792 *IsFast = (Alignment >= RequiredAlignment) ? 128 in allowsMisalignedMemoryAccessesImpl()
1809 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1810 *IsFast = (Alignment >= RequiredAlignment) ? Size : 0; in allowsMisalignedMemoryAccessesImpl()
1818 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1819 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1832 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1833 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1841 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1842 *IsFast = Size; in allowsMisalignedMemoryAccessesImpl()
1855 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1856 *IsFast = 1; in allowsMisalignedMemoryAccessesImpl()
1863 unsigned *IsFast) const { in allowsMisalignedMemoryAccesses()
1865 Alignment, Flags, IsFast); in allowsMisalignedMemoryAccesses()