Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp35 static constexpr const char *kSetEntryPoint = "setEntryPoint"; variable
294 if (!module.lookupSymbol(kSetEntryPoint)) { in declareVulkanFunctions()
296 loc, kSetEntryPoint, in declareVulkanFunctions()
403 builder.create<LLVM::CallOp>(loc, TypeRange(), kSetEntryPoint, in translateVulkanLaunchCall()