Home
last modified time | relevance | path

Searched refs:ReductionGenCBKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1352 enum class ReductionGenCBKind { Clang, MLIR }; enum
1675 ReductionGenCBKind ReductionGenCBKind = ReductionGenCBKind::MLIR,
1942 ReductionGenCBKind ReductionGenCBKind = ReductionGenCBKind::MLIR,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3411 ReductionGenCBKind ReductionGenCBKind, AttributeList FuncAttrs) { in createReductionFunction() argument
3470 if (ReductionGenCBKind == ReductionGenCBKind::Clang) { in createReductionFunction()
3487 if (ReductionGenCBKind == ReductionGenCBKind::Clang) in createReductionFunction()
3536 bool IsNoWait, bool IsTeamsReduction, ReductionGenCBKind ReductionGenCBKind, in createReductionsGPU() argument
3556 if (ReductionGenCBKind != ReductionGenCBKind::Clang) { in createReductionsGPU()
3576 ReductionInfos, ReductionGenCBKind, FuncAttrs); in createReductionsGPU()
3704 if (ReductionGenCBKind == ReductionGenCBKind::Clang) { in createReductionsGPU()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1758 llvm::OpenMPIRBuilder::ReductionGenCBKind::Clang, in emitReduction()