Home
last modified time | relevance | path

Searched refs:getVoidType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp92 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 DControlFlowToLLVM.cpp50 auto abortFuncTy = LLVM::LLVMFunctionType::get(getVoidType(), {}); in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DPattern.h55 Type getVoidType() const;
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h157 Type getVoidType() { return mlirBuilder.getNoneType(); } in getVoidType() function
H A DSerializeOps.cpp194 (resultTypes.empty() ? getVoidType() : resultTypes[0]), in processFuncOp()
643 Type resultTy = op.getNumResults() ? *op.result_type_begin() : getVoidType(); in processOp()
H A DSerializer.cpp621 loc, type.getNumResults() == 1 ? type.getResult(0) : getVoidType(), in prepareFunctionType()
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp46 Type ConvertToLLVMPattern::getVoidType() const { in getVoidType() function in ConvertToLLVMPattern
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp986 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()