Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1208 StringRef ReducerName, SourceLocation Loc, llvm::Type *ArgsElemType,
H A DCGOpenMPRuntime.cpp4821 StringRef ReducerName, SourceLocation Loc, llvm::Type *ArgsElemType, in emitReductionFunction() argument
4836 std::string Name = getReductionFuncName(ReducerName); in emitReductionFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1579 StringRef ReducerName, ArrayRef<ReductionInfo> ReductionInfos,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3268 StringRef ReducerName, ArrayRef<ReductionInfo> ReductionInfos, in createReductionFunction() argument
3273 std::string Name = getReductionFuncName(ReducerName); in createReductionFunction()