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