Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h267 enum class OMPInteropType { Unknown, Target, TargetSync }; enum
H A DOMPIRBuilder.h2806 omp::OMPInteropType InteropType,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7304 llvm::omp::OMPInteropType InteropType = in EmitOMPInteropDirective()
7305 llvm::omp::OMPInteropType::Unknown; in EmitOMPInteropDirective()
7307 InteropType = llvm::omp::OMPInteropType::Target; in EmitOMPInteropDirective()
7311 InteropType = llvm::omp::OMPInteropType::TargetSync; in EmitOMPInteropDirective()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6224 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit()