Searched defs:isKernel (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/tools/llvm-profgen/ | ||
H A D | ProfiledBinary.h | 434 bool isKernel() const { return IsKernel; } isKernel() function |
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ | ||
H A D | NVVMDialect.cpp | 1091 bool isKernel = op->hasAttr(NVVMDialect::getKernelFuncAttrName()); verifyRegionArgAttribute() local |
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ | ||
H A D | AMDGPUBaseInfo.h | 1256 inline bool isKernel(CallingConv::ID CC) { isKernel() function |
/llvm-project/mlir/lib/Dialect/GPU/IR/ | ||
H A D | GPUDialect.cpp | 184 bool GPUDialect::isKernel(Operation *op) { isKernel() function in GPUDialect |
/llvm-project/flang/lib/Semantics/ | ||
H A D | expression.cpp | 3151 bool isKernel{false}; Analyze() local |