Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp103 Type llvmInt32Type = IntegerType::get(context, 32); member in __anon6cc9e7020111::ConvertOpToGpuRuntimeCallPattern
132 llvmInt32Type, /* unsigned int sharedMemBytes */
185 {llvmPointerType /* void *dst */, llvmInt32Type /* unsigned int value */,
191 {llvmInt32Type /* uint32_t devIndex */}};
648 auto one = builder.create<LLVM::ConstantOp>(loc, llvmInt32Type, in generateParamsArray()
653 loc, llvmInt32Type, builder.getI32IntegerAttr(numArguments)); in generateParamsArray()
656 auto zero = builder.create<LLVM::ConstantOp>(loc, llvmInt32Type, in generateParamsArray()
660 loc, llvmInt32Type, builder.getI32IntegerAttr(en.index())); in generateParamsArray()
762 auto zero = rewriter.create<LLVM::ConstantOp>(loc, llvmInt32Type, in matchAndRewrite()
855 rewriter.create<LLVM::BitcastOp>(loc, llvmInt32Type, adaptor.value()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp64 llvmInt32Type = IntegerType::get(&getContext(), 32); in initializeCachedTypes()
94 Type getInt32Type() { return llvmInt32Type; } in getInt32Type()
158 Type llvmInt32Type; member in __anon6bce53480111::VulkanLaunchFuncToVulkanCallsPass