Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h350 std::string getReductionFuncName(StringRef Name) const;
H A DCGOpenMPRuntime.cpp1258 std::string CGOpenMPRuntime::getReductionFuncName(StringRef Name) const { in getReductionFuncName() function in CGOpenMPRuntime
4836 std::string Name = getReductionFuncName(ReducerName); in emitReductionFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1567 std::string getReductionFuncName(StringRef Name) const;
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3261 std::string OpenMPIRBuilder::getReductionFuncName(StringRef Name) const { in getReductionFuncName() function in OpenMPIRBuilder
3273 std::string Name = getReductionFuncName(ReducerName); in createReductionFunction()