Searched defs:useDeviceSyms (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | ClauseProcessor.cpp | 171 addUseDeviceClause(lower::AbstractConverter & converter,const omp::ObjectList & objects,llvm::SmallVectorImpl<mlir::Value> & operands,llvm::SmallVectorImpl<mlir::Type> & useDeviceTypes,llvm::SmallVectorImpl<mlir::Location> & useDeviceLocs,llvm::SmallVectorImpl<const semantics::Symbol * > & useDeviceSyms) addUseDeviceClause() argument
|
H A D | OpenMP.cpp | 1154 genTargetDataClauses(lower::AbstractConverter & converter,semantics::SemanticsContext & semaCtx,lower::StatementContext & stmtCtx,const List<Clause> & clauses,mlir::Location loc,mlir::omp::TargetDataClauseOps & clauseOps,llvm::SmallVectorImpl<mlir::Type> & useDeviceTypes,llvm::SmallVectorImpl<mlir::Location> & useDeviceLocs,llvm::SmallVectorImpl<const semantics::Symbol * > & useDeviceSyms) genTargetDataClauses() argument 1778 llvm::SmallVector<const semantics::Symbol *> useDeviceSyms; genTargetDataOp() local
|