Home
last modified time | relevance | path

Searched refs:getKernelModuleName (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp171 StringRef kernelModuleName = launchOp.getKernelModuleName().getValue(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp737 launchOp, launchOp.getKernelModuleName()); in matchAndRewrite()
758 launchOp.getKernelModuleName().getValue(), in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp220 StringAttr kernelModuleName = launchOp.getKernelModuleName(); in verifyOperationAttribute()
715 StringAttr LaunchFuncOp::getKernelModuleName() { in getKernelModuleName() function in LaunchFuncOp
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUOps.td437 StringAttr getKernelModuleName();