Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2506 ArrayRef<ReductionInfo> ReductionInfos, Value *SrcBase, Value *DestBase, in emitReductionListCopy()
2618 const LocationDescription &Loc, ArrayRef<ReductionInfo> ReductionInfos, in emitInterWarpCopyFunction()
2853 ArrayRef<ReductionInfo> ReductionInfos, Function *ReduceFn, in emitShuffleAndReduceFunction()
3020 ArrayRef<ReductionInfo> ReductionInfos, Type *ReductionsBufferTy, in emitListToGlobalCopyFunction()
3130 ArrayRef<ReductionInfo> ReductionInfos, Function *ReduceFn, in emitListToGlobalReduceFunction()
3213 ArrayRef<ReductionInfo> ReductionInfos, Type *ReductionsBufferTy, in emitGlobalToListCopyFunction()
3321 ArrayRef<ReductionInfo> ReductionInfos, Function *ReduceFn, in emitGlobalToListReduceFunction()
3410 StringRef ReducerName, ArrayRef<ReductionInfo> ReductionInfos, in createReductionFunction()
3514 checkReductionInfos(ArrayRef<OpenMPIRBuilder::ReductionInfo> ReductionInfos, in checkReductionInfos()
3535 InsertPointTy CodeGenIP, ArrayRef<ReductionInfo> ReductionInfos, in createReductionsGPU()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1698 llvm::SmallVector<llvm::OpenMPIRBuilder::ReductionInfo> ReductionInfos; in emitReduction() local