Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp99 Type llvmPointerType = member in __anon6cc9e7020111::ConvertOpToGpuRuntimeCallPattern
110 llvmPointerType /* void *module */,
111 {llvmPointerType /* void *cubin */}};
116 llvmPointerType /* void *function */,
148 {llvmPointerType /* void *stream */, llvmPointerType /* void *event */}};
156 {llvmPointerType /* void *event */}};
160 {llvmPointerType /* void *event */, llvmPointerType /* void *stream */}};
169 llvmPointerType /* void * */,
175 {llvmPointerType /* void *ptr */, llvmPointerType /* void *stream */}};
179 {llvmPointerType /* void *dst */, llvmPointerType /* void *src */,
[all …]
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp62 llvmPointerType = in initializeCachedTypes()
93 Type getPointerType() { return llvmPointerType; } in getPointerType()
157 Type llvmPointerType; member in __anon6bce53480111::VulkanLaunchFuncToVulkanCallsPass