Searched defs:ReductionGenCBKind (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1255 enum class ReductionGenCBKind { Clang, MLIR }; global() enum
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3203 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...] |