Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1526 bool AlignedBy4 = Alignment >= Align(4); in allowsMisalignedMemoryAccessesImpl() local
1528 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1530 return AlignedBy4 || in allowsMisalignedMemoryAccessesImpl()
1540 bool AlignedBy4 = Alignment >= Align(4); in allowsMisalignedMemoryAccessesImpl() local
1542 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1544 return AlignedBy4; in allowsMisalignedMemoryAccessesImpl()