Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h262 enum class OMPInteropType { Unknown, Target, TargetSync }; enum
H A DOMPIRBuilder.h2004 omp::OMPInteropType InteropType, Value *Device,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7026 llvm::omp::OMPInteropType InteropType = llvm::omp::OMPInteropType::Unknown; in EmitOMPInteropDirective()
7028 InteropType = llvm::omp::OMPInteropType::Target; in EmitOMPInteropDirective()
7031 InteropType = llvm::omp::OMPInteropType::TargetSync; in EmitOMPInteropDirective()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4343 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit()