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.h1255 enum class ReductionGenCBKind { Clang, MLIR }; enum
1580 ReductionGenCBKind ReductionGenCBKind = ReductionGenCBKind::MLIR,
1850 ReductionGenCBKind ReductionGenCBKind = ReductionGenCBKind::MLIR,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3269 ReductionGenCBKind ReductionGenCBKind, AttributeList FuncAttrs) { in createReductionFunction() argument
3326 if (ReductionGenCBKind == ReductionGenCBKind::Clang) { in createReductionFunction()
3340 if (ReductionGenCBKind == ReductionGenCBKind::Clang) in createReductionFunction()
3390 ReductionGenCBKind ReductionGenCBKind, std::optional<omp::GV> GridValue, in createReductionsGPU() argument
3420 ReductionInfos, ReductionGenCBKind, FuncAttrs); in createReductionsGPU()
3545 if (ReductionGenCBKind == ReductionGenCBKind::Clang) { in createReductionsGPU()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1759 DistributeReduction, llvm::OpenMPIRBuilder::ReductionGenCBKind::Clang, in emitReduction()