Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.h434 bool isKernel() const { return IsKernel; } isKernel() function
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DNVVMDialect.cpp1091 bool isKernel = op->hasAttr(NVVMDialect::getKernelFuncAttrName()); verifyRegionArgAttribute() local
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1256 inline bool isKernel(CallingConv::ID CC) { isKernel() function
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp184 bool GPUDialect::isKernel(Operation *op) { isKernel() function in GPUDialect
/llvm-project/flang/lib/Semantics/
H A Dexpression.cpp3151 bool isKernel{false}; Analyze() local