Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp369 SmallVector<Attribute> reductionDeclSymbols; matchAndRewrite() local
/llvm-project/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPClauseOperands.h192 llvm::SmallVector<Attribute> reductionDeclSymbols; global() member
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp685 addDeclareReduction(mlir::Location currentLocation,lower::AbstractConverter & converter,const omp::clause::Reduction & reduction,llvm::SmallVectorImpl<mlir::Value> & reductionVars,llvm::SmallVectorImpl<bool> & reduceVarByRef,llvm::SmallVectorImpl<mlir::Attribute> & reductionDeclSymbols,llvm::SmallVectorImpl<const semantics::Symbol * > * reductionSymbols) addDeclareReduction() argument
H A DClauseProcessor.cpp1021 llvm::SmallVector<mlir::Attribute> reductionDeclSymbols; processReduction() local