Home
last modified time | relevance | path

Searched refs:AlignedBy4 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1470 bool AlignedBy4 = Alignment >= Align(4); in allowsMisalignedMemoryAccessesImpl() local
1472 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1474 return AlignedBy4 || in allowsMisalignedMemoryAccessesImpl()
1484 bool AlignedBy4 = Alignment >= Align(4); in allowsMisalignedMemoryAccessesImpl() local
1486 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1488 return AlignedBy4; in allowsMisalignedMemoryAccessesImpl()