Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h183 bool isDstAligned(Align AlignCheck) const { in isDstAligned() function
187 return isSrcAligned(AlignCheck) && isDstAligned(AlignCheck); in isAligned()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1815 Op.isDstAligned(Align(4))) // XXX: Should only do for global in getOptimalMemOpType()
1818 if (Op.size() >= 8 && Op.isDstAligned(Align(4))) in getOptimalMemOpType()