Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp410 genDeclareDataOperandOperationsWithModifier(const Clause * x,Fortran::lower::AbstractConverter & converter,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,Fortran::parser::AccDataModifier::Modifier mod,llvm::SmallVectorImpl<mlir::Value> & dataClauseOperands,const mlir::acc::DataClause clause,const mlir::acc::DataClause clauseWithModifier) genDeclareDataOperandOperationsWithModifier() argument
2122 genDataOperandOperationsWithModifier(const Clause * x,Fortran::lower::AbstractConverter & converter,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,Fortran::parser::AccDataModifier::Modifier mod,llvm::SmallVectorImpl<mlir::Value> & dataClauseOperands,const mlir::acc::DataClause clause,const mlir::acc::DataClause clauseWithModifier,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes,bool setDeclareAttr=false) genDataOperandOperationsWithModifier() argument
2159 dataClauseOperands, numGangs, numWorkers, vectorLength, async; createComputeOp() local
2519 copyEntryOperands, copyoutEntryOperands, dataClauseOperands, waitOperands, genACCDataOp() local
2855 llvm::SmallVector<mlir::Value> waitOperands, dataClauseOperands; genACCEnterDataOp() local
2966 llvm::SmallVector<mlir::Value> waitOperands, dataClauseOperands, genACCExitDataOp() local
3191 llvm::SmallVector<mlir::Value> dataClauseOperands, updateHostOperands, genACCUpdateOp() local
3663 llvm::SmallVector<mlir::Value> dataClauseOperands, copyEntryOperands, genDeclareInFunction() local
[all...]