Searched refs:OMPInteropType (Results 1 – 4 of 4) sorted by relevance
205 enum class OMPInteropType { Unknown, Target, TargetSync }; enum
1163 omp::OMPInteropType InteropType, Value *Device,
6976 llvm::omp::OMPInteropType InteropType = llvm::omp::OMPInteropType::Unknown; in EmitOMPInteropDirective()6978 InteropType = llvm::omp::OMPInteropType::Target; in EmitOMPInteropDirective()6981 InteropType = llvm::omp::OMPInteropType::TargetSync; in EmitOMPInteropDirective()
3560 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit()