Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Lower/OpenMP/
H A DUtils.cpp196 addChildIndexAndMapToParent(const omp::Object & object,std::map<const semantics::Symbol *,llvm::SmallVector<OmpMapMemberIndicesData>> & parentMemberIndices,mlir::omp::MapInfoOp & mapOp,semantics::SemanticsContext & semaCtx) addChildIndexAndMapToParent() argument
273 auto mapOp = llvm::cast<mlir::omp::MapInfoOp>( insertChildMapInfoIntoParent() local
306 mlir::Value mapOp = createMapInfoOp( insertChildMapInfoIntoParent() local
[all...]
H A DClauseProcessor.cpp984 mlir::omp::MapInfoOp mapOp = createMapInfoOp( in processMap() local
H A DOpenMP.cpp920 mlir::Value mapOp = createMapInfoOp( genBodyOfTargetOp() local
1745 mlir::Value mapOp = createMapInfoOp( genTargetOp() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp2045 if (auto mapOp = mlir::dyn_cast_if_present<mlir::omp::MapInfoOp>( collectMapDataFromMapOperands() local
2112 if (auto mapOp = mlir::dyn_cast<mlir::omp::MapInfoOp>( getFirstOrLastMappedMemberPtr() local
2298 auto mapOp = mapParentWithMembers() local
2357 checkIfPointerMap(mlir::omp::MapInfoOp mapOp) checkIfPointerMap() argument
2497 auto mapOp = createAlteredByCaptureMap() local
3018 if (auto mapOp = mlir::dyn_cast_if_present<mlir::omp::MapInfoOp>( createDeviceArgumentAccessor() local
3098 for (auto &mapOp : mapOperands) { convertOmpTarget() local
[all...]
/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp1188 for (const auto &mapOp : mapOperands) { printMapEntries() local
1298 for (auto mapOp : mapOperands) { verifyMapClause() local