Searched refs:OMPInteropType (Results 1 – 4 of 4) sorted by relevance
253 enum class OMPInteropType { Unknown, Target, TargetSync }; enum
1412 omp::OMPInteropType InteropType, Value *Device,
6952 llvm::omp::OMPInteropType InteropType = llvm::omp::OMPInteropType::Unknown; in EmitOMPInteropDirective()6954 InteropType = llvm::omp::OMPInteropType::Target; in EmitOMPInteropDirective()6957 InteropType = llvm::omp::OMPInteropType::TargetSync; in EmitOMPInteropDirective()
3768 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit()