Home
last modified time | relevance | path

Searched refs:OMPInteropType (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h253 enum class OMPInteropType { Unknown, Target, TargetSync }; enum
H A DOMPIRBuilder.h1412 omp::OMPInteropType InteropType, Value *Device,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6952 llvm::omp::OMPInteropType InteropType = llvm::omp::OMPInteropType::Unknown; in EmitOMPInteropDirective()
6954 InteropType = llvm::omp::OMPInteropType::Target; in EmitOMPInteropDirective()
6957 InteropType = llvm::omp::OMPInteropType::TargetSync; in EmitOMPInteropDirective()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3768 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit()