Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h811 inline bool isKernel(CallingConv::ID CC) { in isKernel() function
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp100 bool GPUDialect::isKernel(Operation *op) { in isKernel() function in GPUDialect
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2007 bool isKernel(Function &F) { return OMPInfoCache.Kernels.count(&F); } in isKernel() function