Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h719 inline bool isKernel(CallingConv::ID CC) { in isKernel() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1707 bool isKernel(Function &F) { return OMPInfoCache.Kernels.count(&F); } in isKernel() function