Searched defs:structured (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/ |
H A D | LvlTypeParser.cpp | 38 SmallVector<unsigned> structured; in parseLvlType() local
|
/llvm-project/flang/lib/Lower/ |
H A D | OpenACC.cpp | 83 createDataEntryOp(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value baseAddr,std::stringstream & name,mlir::SmallVector<mlir::Value> bounds,bool structured,bool implicit,mlir::acc::DataClause dataClause,mlir::Type retTy,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes,mlir::Value isPresent={}) createDataEntryOp() argument 325 genDataOperandOperations(const Fortran::parser::AccObjectList & objectList,Fortran::lower::AbstractConverter & converter,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,llvm::SmallVectorImpl<mlir::Value> & dataOperands,mlir::acc::DataClause dataClause,bool structured,bool implicit,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes,bool setDeclareAttr=false) genDataOperandOperations() argument 368 genDeclareDataOperandOperations(const Fortran::parser::AccObjectList & objectList,Fortran::lower::AbstractConverter & converter,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,llvm::SmallVectorImpl<mlir::Value> & dataOperands,mlir::acc::DataClause dataClause,bool structured,bool implicit) genDeclareDataOperandOperations() argument 430 genDataExitOperations(fir::FirOpBuilder & builder,llvm::SmallVector<mlir::Value> operands,bool structured) genDataExitOperations() argument [all...] |