Home
last modified time | relevance | path

Searched defs:kernelFunc (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenSYCL/
H A Dconvergent.cpp12 __attribute__((sycl_kernel)) void kernel_single_task(const Func &kernelFunc) { in kernel_single_task()
H A Dfunctionptr-addrspace.cpp6 __attribute__((sycl_kernel)) void kernel_single_task(const Func &kernelFunc) { in kernel_single_task()
H A Dunique_stable_name.cpp64 [[clang::sycl_kernel]] void kernel_single_task(KernelType kernelFunc) { in kernel_single_task()
/llvm-project-15.0.7/clang/test/SemaSYCL/
H A Dprohibit-thread-local.cpp42 kernel_single_task(Func kernelFunc) { kernelFunc(); } in kernel_single_task()
H A Dfloat128.cpp71 __attribute__((sycl_kernel)) void kernel(Func kernelFunc) { in kernel()
H A Dint128.cpp70 __attribute__((sycl_kernel)) void kernel(Func kernelFunc) { in kernel()
H A Dzero-length-arrays.cpp7 __attribute__((sycl_kernel)) void kernel(const Func &kernelFunc) { in kernel()
H A Dunique_stable_name.cpp5 [[clang::sycl_kernel]] void kernel_single_task(KernelType kernelFunc) { // #kernelSingleTask in kernel_single_task()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DKernelOutlining.cpp223 gpu::GPUFuncOp kernelFunc, in convertToLaunchFuncOp()
335 gpu::GPUModuleOp createKernelModule(gpu::GPUFuncOp kernelFunc, in createKernelModule()
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp188 auto kernelFunc = module.lookupSymbol<LLVM::LLVMFuncOp>( in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp228 Operation *kernelFunc = module.lookupSymbol(launchOp.kernelAttr()); in verifyOperationAttribute() local
688 GPUFuncOp kernelFunc, KernelDim3 gridSize, in build()