Home
last modified time | relevance | path

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

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