Lines Matching refs:IsFast
1440 MachineMemOperand::Flags Flags, bool *IsFast) const { in allowsMisalignedMemoryAccessesImpl()
1441 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1442 *IsFast = false; in allowsMisalignedMemoryAccessesImpl()
1450 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1451 *IsFast = Alignment != Align(2); in allowsMisalignedMemoryAccessesImpl()
1465 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1466 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1474 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1475 *IsFast = AlignedBy16; in allowsMisalignedMemoryAccessesImpl()
1484 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1485 *IsFast = AlignedBy8; in allowsMisalignedMemoryAccessesImpl()
1493 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1494 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1507 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1508 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1518 if (IsFast) { in allowsMisalignedMemoryAccessesImpl()
1521 *IsFast = (AddrSpace == AMDGPUAS::CONSTANT_ADDRESS || in allowsMisalignedMemoryAccessesImpl()
1536 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1537 *IsFast = true; in allowsMisalignedMemoryAccessesImpl()
1544 bool *IsFast) const { in allowsMisalignedMemoryAccesses()
1545 if (IsFast) in allowsMisalignedMemoryAccesses()
1546 *IsFast = false; in allowsMisalignedMemoryAccesses()
1558 Alignment, Flags, IsFast); in allowsMisalignedMemoryAccesses()