Searched defs:deviceTypeAttrs (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/OpenACC/IR/ |
H A D | OpenACC.cpp | 1044 llvm::SmallVector<mlir::Attribute> deviceTypeAttrs, keywordAttrs, devnum; parseWaitClause() local 2449 llvm::SmallVector<mlir::Attribute> deviceTypeAttrs; parseBindName() local
|
/llvm-project/flang/lib/Lower/ |
H A D | OpenACC.cpp | 1518 genAsyncClause(Fortran::lower::AbstractConverter & converter,const Fortran::parser::AccClause::Async * asyncClause,llvm::SmallVector<mlir::Value> & async,llvm::SmallVector<mlir::Attribute> & asyncDeviceTypes,llvm::SmallVector<mlir::Attribute> & asyncOnlyDeviceTypes,llvm::SmallVector<mlir::Attribute> & deviceTypeAttrs,Fortran::lower::StatementContext & stmtCtx) genAsyncClause() argument 1612 genWaitClauseWithDeviceType(Fortran::lower::AbstractConverter & converter,const Fortran::parser::AccClause::Wait * waitClause,llvm::SmallVector<mlir::Value> & waitOperands,llvm::SmallVector<mlir::Attribute> & waitOperandsDeviceTypes,llvm::SmallVector<mlir::Attribute> & waitOnlyDeviceTypes,llvm::SmallVector<bool> & hasDevnums,llvm::SmallVector<int32_t> & waitOperandsSegments,llvm::SmallVector<mlir::Attribute> deviceTypeAttrs,Fortran::lower::StatementContext & stmtCtx) genWaitClauseWithDeviceType() argument
|