Searched defs:mapType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | Utils.cpp | 124 createMapInfoOp(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value baseAddr,mlir::Value varPtrPtr,std::string name,llvm::ArrayRef<mlir::Value> bounds,llvm::ArrayRef<mlir::Value> members,mlir::DenseIntElementsAttr membersIndex,uint64_t mapType,mlir::omp::VariableCaptureKind mapCaptureType,mlir::Type retTy,bool partialMap) createMapInfoOp() argument 297 uint64_t mapType = indices.second[0].memberMap.getMapType().value_or(0); insertChildMapInfoIntoParent() local
|
H A D | ClauseProcessor.cpp | 921 const auto &mapType = std::get<std::optional<Map::MapType>>(clause.t); processMap() local
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | scope.h | 59 using mapType = std::map<SourceName, MutableSymbolRef>; variable [all...] |
/llvm-project/mlir/lib/Dialect/OpenMP/IR/ |
H A D | OpenMPDialect.cpp | 966 parseMapClause(OpAsmParser & parser,IntegerAttr & mapType) parseMapClause() argument 1018 printMapClause(OpAsmPrinter & p,Operation * op,IntegerAttr mapType) printMapClause() argument 1201 for (const auto &mapType : mapOperandTypes) { printMapEntries() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-omp-structure.cpp | 2893 __anonf97c7e3b2f02(const parser::OmpMapType::Type &mapType) CheckAllowedMapTypes() argument
|