Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp779 allocByValReductionVars(T loop,ArrayRef<BlockArgument> reductionArgs,llvm::IRBuilderBase & builder,LLVM::ModuleTranslation & moduleTranslation,llvm::OpenMPIRBuilder::InsertPointTy & allocaIP,SmallVectorImpl<omp::DeclareReductionOp> & reductionDecls,SmallVectorImpl<llvm::Value * > & privateReductionVariables,DenseMap<Value,llvm::Value * > & reductionVariableMap,llvm::ArrayRef<bool> isByRefs) allocByValReductionVars() argument
801 mapInitializationArg(T loop,LLVM::ModuleTranslation & moduleTranslation,SmallVectorImpl<omp::DeclareReductionOp> & reductionDecls,unsigned i) mapInitializationArg() argument
821 collectReductionInfo(T loop,llvm::IRBuilderBase & builder,LLVM::ModuleTranslation & moduleTranslation,SmallVector<omp::DeclareReductionOp> & reductionDecls,SmallVector<OwningReductionGen> & owningReductionGens,SmallVector<OwningAtomicReductionGen> & owningAtomicReductionGens,const SmallVector<llvm::Value * > & privateReductionVariables,SmallVector<llvm::OpenMPIRBuilder::ReductionInfo> & reductionInfos) collectReductionInfo() argument
921 SmallVector<omp::DeclareReductionOp> reductionDecls; convertOmpWsloop() local
1157 SmallVector<omp::DeclareReductionOp> reductionDecls; convertOmpParallel() local
[all...]