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.h264 enum class OMPInteropType { Unknown, Target, TargetSync }; enum
H A DOMPIRBuilder.h2604 omp::OMPInteropType InteropType, Value *Device,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7085 llvm::omp::OMPInteropType InteropType = in EmitOMPInteropDirective()
7086 llvm::omp::OMPInteropType::Unknown; in EmitOMPInteropDirective()
7088 InteropType = llvm::omp::OMPInteropType::Target; in EmitOMPInteropDirective()
7092 InteropType = llvm::omp::OMPInteropType::TargetSync; in EmitOMPInteropDirective()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5898 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit()