Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h182 bool isDstAligned(Align AlignCheck) const { in isDstAligned() function
186 return isSrcAligned(AlignCheck) && isDstAligned(AlignCheck); in isAligned()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1589 Op.isDstAligned(Align(4))) // XXX: Should only do for global in getOptimalMemOpType()
1592 if (Op.size() >= 8 && Op.isDstAligned(Align(4))) in getOptimalMemOpType()