Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DConvertLaunchFuncToRuntimeCalls.cpp78 LLVM::LLVMType llvmPointerType = LLVM::LLVMType::getInt8PtrTy(context); member in __anonde5c78970111::ConvertOpToGpuRuntimeCallPattern
79 LLVM::LLVMType llvmPointerPointerType = llvmPointerType.getPointerTo();
88 llvmPointerType /* void *module */,
89 {llvmPointerType /* void *cubin */}};
91 "mgpuModuleUnload", llvmVoidType, {llvmPointerType /* void *module */}};
94 llvmPointerType /* void *function */,
96 llvmPointerType, /* void *module */
97 llvmPointerType /* char *name */
103 llvmPointerType, /* void* f */
111 llvmPointerType, /* void *hstream */
[all …]
/external/llvm-project/mlir/lib/Conversion/GPUToVulkan/
DConvertLaunchFuncToVulkanCalls.cpp62 llvmPointerType = LLVM::LLVMType::getInt8PtrTy(&getContext()); in initializeCachedTypes()
92 LLVM::LLVMType getPointerType() { return llvmPointerType; } in getPointerType()
154 LLVM::LLVMType llvmPointerType; member in __anon816ed0ef0111::VulkanLaunchFuncToVulkanCallsPass