Home
last modified time | relevance | path

Searched defs:isKernel (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h715 inline bool isKernel(CallingConv::ID CC) { in isKernel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1529 bool isKernel(Function &F) { return OMPInfoCache.Kernels.count(&F); } in isKernel() function