Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Lower/OpenMP/
H A DUtils.cpp124 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 DClauseProcessor.cpp921 const auto &mapType = std::get<std::optional<Map::MapType>>(clause.t); processMap() local
/llvm-project/flang/include/flang/Semantics/
H A Dscope.h59 using mapType = std::map<SourceName, MutableSymbolRef>; variable
[all...]
/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp966 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 Dcheck-omp-structure.cpp2893 __anonf97c7e3b2f02(const parser::OmpMapType::Type &mapType) CheckAllowedMapTypes() argument