Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1258 bool AlignedBy4 = (Align % 4 == 0); in allowsMisalignedMemoryAccessesImpl() local
1260 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1262 return AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1271 bool AlignedBy4 = Align >= 4; in allowsMisalignedMemoryAccessesImpl() local
1273 *IsFast = AlignedBy4; in allowsMisalignedMemoryAccessesImpl()
1275 return AlignedBy4; in allowsMisalignedMemoryAccessesImpl()