Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h181 bool isDstAligned(Align AlignCheck) const { in isDstAligned() function
185 return isSrcAligned(AlignCheck) && isDstAligned(AlignCheck); in isAligned()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp1569 Op.isDstAligned(Align(4))) // XXX: Should only do for global in getOptimalMemOpType()
1572 if (Op.size() >= 8 && Op.isDstAligned(Align(4))) in getOptimalMemOpType()