Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp74 static constexpr unsigned kVulkanLaunchNumConfigOperands = 3; member in __anon00041bec0111::ConvertGpuLaunchFuncToVulkanLaunchFunc
111 kVulkanLaunchNumConfigOperands); in declareVulkanLaunchFunc()
119 llvm::drop_begin(vulkanLaunchTypes, kVulkanLaunchNumConfigOperands)) { in declareVulkanLaunchFunc()
167 gpuLaunchOperands.begin() + kVulkanLaunchNumConfigOperands); in convertGpuLaunchFunc()
H A DConvertLaunchFuncToVulkanCalls.cpp107 callOp.getNumOperands() >= kVulkanLaunchNumConfigOperands); in isVulkanLaunchCallOp()
115 callOp.getNumOperands() >= kVulkanLaunchNumConfigOperands); in isCInterfaceVulkanLaunchCallOp()
165 static constexpr unsigned kVulkanLaunchNumConfigOperands = 3; member in __anon6bce53480111::VulkanLaunchFuncToVulkanCallsPass
213 kVulkanLaunchNumConfigOperands) in createBindMemRefCalls()
226 kVulkanLaunchNumConfigOperands))) { in createBindMemRefCalls()