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