Home
last modified time | relevance | path

Searched defs:ReductionGenCBKind (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1255 enum class ReductionGenCBKind { Clang, MLIR }; global() enum
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3203 createReductionFunction(StringRef ReducerName,ArrayRef<ReductionInfo> ReductionInfos,ReductionGenCBKind ReductionGenCBKind,AttributeList FuncAttrs) createReductionFunction() argument
3324 createReductionsGPU(const LocationDescription & Loc,InsertPointTy AllocaIP,InsertPointTy CodeGenIP,ArrayRef<ReductionInfo> ReductionInfos,bool IsNoWait,bool IsTeamsReduction,bool HasDistribute,ReductionGenCBKind ReductionGenCBKind,std::optional<omp::GV> GridValue,unsigned ReductionBufNum,Value * SrcLocInfo) createReductionsGPU() argument
[all...]