Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp7597 static bool shouldLowerMemFuncForSize(const MachineFunction &MF) { in shouldLowerMemFuncForSize() function
7725 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemset()
7987 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemmove()
8130 bool OptSize = shouldLowerMemFuncForSize(MF); in lowerMemCpyFamily()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6941 static bool shouldLowerMemFuncForSize(const MachineFunction &MF, in shouldLowerMemFuncForSize() function
6998 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemcpyLoadsAndStores()
7199 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemmoveLoadsAndStores()
7320 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemsetStores()