Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/OpenMP/
H A Dcopyin02.f907 subroutine copyin() subroutine
16 subroutine copyin_clause() argument
18 !$omp parallel copyin(/cmn/) argument
H A Dcopyin05.f907 subroutine copyin() subroutine
12 subroutine copyin_clause() argument
H A Dcopying.f9032 subroutine copyin() subroutine
37 !$omp parallel copyin(x) argument
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp154 llvm::SmallVector<mlir::Value> create, copyin; in processDataOperands() local
297 llvm::SmallVector<mlir::Value> copyin, copyout, create, present, in convertDataOp() local