Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h168 bool isMemcpyWithFixedDstAlign() const { in isMemcpyWithFixedDstAlign() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8139 if (Op.isMemcpyWithFixedDstAlign() && Op.getSrcAlign() < Op.getDstAlign()) in findGISelOptimalMemOpLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp201 if (Limit != ~unsigned(0) && Op.isMemcpyWithFixedDstAlign() && in findOptimalMemOpLowering()