Searched refs:ReducerName (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 1208 StringRef ReducerName, SourceLocation Loc, llvm::Type *ArgsElemType,
|
H A D | CGOpenMPRuntime.cpp | 4821 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 D | OMPIRBuilder.h | 1579 StringRef ReducerName, ArrayRef<ReductionInfo> ReductionInfos,
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3268 StringRef ReducerName, ArrayRef<ReductionInfo> ReductionInfos, in createReductionFunction() argument 3273 std::string Name = getReductionFuncName(ReducerName); in createReductionFunction()
|