Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1000 const int MVCFastLen = 16; in findOptimalMemOpLowering() local
1004 if (Op.isMemcpy() && Op.allowOverlap() && Op.size() <= MVCFastLen) in findOptimalMemOpLowering()
1006 if (Op.isMemset() && Op.size() - 1 <= MVCFastLen) in findOptimalMemOpLowering()