Lines Matching refs:IsFast

1369     MachineMemOperand::Flags Flags, bool *IsFast) const {  in allowsMisalignedMemoryAccessesImpl()
1370 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1371 *IsFast = false; in allowsMisalignedMemoryAccessesImpl()
1409 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1410 *IsFast = true; in allowsMisalignedMemoryAccessesImpl()
1428 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1429 *IsFast = Alignment >= RequiredAlignment || Alignment < Align(4); in allowsMisalignedMemoryAccessesImpl()
1449 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1450 *IsFast = Alignment >= RequiredAlignment || Alignment < Align(4); in allowsMisalignedMemoryAccessesImpl()
1462 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1463 *IsFast = Alignment >= RequiredAlignment; in allowsMisalignedMemoryAccessesImpl()
1471 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1472 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1485 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1486 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1494 if (IsFast) { in allowsMisalignedMemoryAccessesImpl()
1497 *IsFast = (AddrSpace == AMDGPUAS::CONSTANT_ADDRESS || in allowsMisalignedMemoryAccessesImpl()
1512 if (IsFast) in allowsMisalignedMemoryAccessesImpl()
1513 *IsFast = true; in allowsMisalignedMemoryAccessesImpl()
1520 bool *IsFast) const { in allowsMisalignedMemoryAccesses()
1522 Alignment, Flags, IsFast); in allowsMisalignedMemoryAccesses()
1524 if (Allow && IsFast && Subtarget->hasUnalignedDSAccessEnabled() && in allowsMisalignedMemoryAccesses()
1533 *IsFast = true; in allowsMisalignedMemoryAccesses()