Home
last modified time | relevance | path

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

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