Searched refs:OMPInteropType (Results 1 – 4 of 4) sorted by relevance
267 enum class OMPInteropType { Unknown, Target, TargetSync }; enum
2806 omp::OMPInteropType InteropType,
7304 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()
6224 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit()