Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1756 bool AlignedBy4 = Alignment >= Align(4); in allowsMisalignedMemoryAccessesImpl() local
1758 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1760 return AlignedBy4 || in allowsMisalignedMemoryAccessesImpl()
1770 bool AlignedBy4 = Alignment >= Align(4); in allowsMisalignedMemoryAccessesImpl() local
1772 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1774 return AlignedBy4; in allowsMisalignedMemoryAccessesImpl()