Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8124 static bool shouldLowerMemFuncForSize(const MachineFunction &MF) { in shouldLowerMemFuncForSize() function
8252 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemset()
8512 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemmove()
8653 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemCpyFamily()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7403 static bool shouldLowerMemFuncForSize(const MachineFunction &MF, in shouldLowerMemFuncForSize() function
7460 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemcpyLoadsAndStores()
7661 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemmoveLoadsAndStores()
7782 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemsetStores()