Searched refs:getVoidType (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/ |
| H A D | ConvertLaunchFuncToVulkanCalls.cpp | 92 Type getVoidType() { return llvmVoidType; } in getVoidType() function in __anon6bce53480111::VulkanLaunchFuncToVulkanCallsPass 297 LLVM::LLVMFunctionType::get(getVoidType(), in declareVulkanFunctions() 304 LLVM::LLVMFunctionType::get(getVoidType(), in declareVulkanFunctions() 313 getVoidType(), in declareVulkanFunctions() 320 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions() 335 getVoidType(), in declareVulkanFunctions() 352 LLVM::LLVMFunctionType::get(getVoidType(), {getPointerType()})); in declareVulkanFunctions()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ControlFlowToLLVM/ |
| H A D | ControlFlowToLLVM.cpp | 50 auto abortFuncTy = LLVM::LLVMFunctionType::get(getVoidType(), {}); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/ |
| H A D | Pattern.h | 55 Type getVoidType() const;
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | Serializer.h | 157 Type getVoidType() { return mlirBuilder.getNoneType(); } in getVoidType() function
|
| H A D | SerializeOps.cpp | 194 (resultTypes.empty() ? getVoidType() : resultTypes[0]), in processFuncOp() 643 Type resultTy = op.getNumResults() ? *op.result_type_begin() : getVoidType(); in processOp()
|
| H A D | Serializer.cpp | 621 loc, type.getNumResults() == 1 ? type.getResult(0) : getVoidType(), in prepareFunctionType()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/ |
| H A D | Pattern.cpp | 46 Type ConvertToLLVMPattern::getVoidType() const { in getVoidType() function in ConvertToLLVMPattern
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 986 const VoidType *getVoidType() { return &Void; } in getVoidType() function in __anondd1c47770111::EmitterBase 1077 return getVoidType(); in getType() 1481 const Type *Param = getType(RParam, getVoidType()); in EmitterBase()
|