Searched defs:mapSymTypes (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | Utils.cpp | 260 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 | OpenMP.cpp | 794 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
|