Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1096 static bool shouldLowerMemFuncForSize(const MachineFunction &MF) { in shouldLowerMemFuncForSize() function
1223 bool OptSize = shouldLowerMemFuncForSize(MF); in optimizeMemset()
1482 bool OptSize = shouldLowerMemFuncForSize(MF); in optimizeMemmove()
1622 bool OptSize = shouldLowerMemFuncForSize(MF); in tryCombineMemCpyFamily()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6357 static bool shouldLowerMemFuncForSize(const MachineFunction &MF, in shouldLowerMemFuncForSize() function
6414 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemcpyLoadsAndStores()
6607 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemmoveLoadsAndStores()
6718 bool OptSize = shouldLowerMemFuncForSize(MF, DAG); in getMemsetStores()