Home
last modified time | relevance | path

Searched refs:isOpenMPDevice (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h30 bool isOpenMPDevice(Module &M);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp289 OMPBuilder.Config.IsTargetDevice = isOpenMPDevice(OMPBuilder.M); in OMPInformationCache()
634 if (isOpenMPDevice(M)) { in initializeRuntimeFunctions()
5538 if (!isOpenMPDevice(M)) in registerAAs()
5752 if (isOpenMPDevice(M)) { in run()
5795 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in run()
5815 if (AlwaysInlineDeviceFunctions && isOpenMPDevice(M)) in run()
5875 (isOpenMPDevice(M)) ? SetFixpointIterations : 32; in run()
5930 bool llvm::omp::isOpenMPDevice(Module &M) { in isOpenMPDevice() function in llvm::omp