Searched defs:mapSymLocs (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | Utils.cpp | 261 insertChildMapInfoIntoParent(lower::AbstractConverter & converter,std::map<const semantics::Symbol *,llvm::SmallVector<OmpMapMemberIndicesData>> & parentMemberIndices,llvm::SmallVectorImpl<mlir::Value> & mapOperands,llvm::SmallVectorImpl<const semantics::Symbol * > & mapSyms,llvm::SmallVectorImpl<mlir::Type> * mapSymTypes,llvm::SmallVectorImpl<mlir::Location> * mapSymLocs) insertChildMapInfoIntoParent() argument
|
H A D | ClauseProcessor.cpp | 904 processMap(mlir::Location currentLocation,lower::StatementContext & stmtCtx,mlir::omp::MapClauseOps & result,llvm::SmallVectorImpl<const semantics::Symbol * > * mapSyms,llvm::SmallVectorImpl<mlir::Location> * mapSymLocs,llvm::SmallVectorImpl<mlir::Type> * mapSymTypes) const processMap() argument
|
H A D | OpenMP.cpp | 793 genBodyOfTargetOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::omp::TargetOp & targetOp,llvm::ArrayRef<const semantics::Symbol * > mapSyms,llvm::ArrayRef<mlir::Location> mapSymLocs,llvm::ArrayRef<mlir::Type> mapSymTypes,DataSharingProcessor & dsp,const mlir::Location & currentLocation,const ConstructQueue & queue,ConstructQueue::iterator item) genBodyOfTargetOp() argument
|