Home
last modified time | relevance | path

Searched refs:LLVMVoidType (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DFunctionCallUtils.cpp59 LLVM::LLVMVoidType::get(moduleOp->getContext())); in lookupOrCreatePrintI64Fn()
65 LLVM::LLVMVoidType::get(moduleOp->getContext())); in lookupOrCreatePrintU64Fn()
71 LLVM::LLVMVoidType::get(moduleOp->getContext())); in lookupOrCreatePrintF32Fn()
77 LLVM::LLVMVoidType::get(moduleOp->getContext())); in lookupOrCreatePrintF64Fn()
82 LLVM::LLVMVoidType::get(moduleOp->getContext())); in lookupOrCreatePrintOpenFn()
87 LLVM::LLVMVoidType::get(moduleOp->getContext())); in lookupOrCreatePrintCloseFn()
92 LLVM::LLVMVoidType::get(moduleOp->getContext())); in lookupOrCreatePrintCommaFn()
97 LLVM::LLVMVoidType::get(moduleOp->getContext())); in lookupOrCreatePrintNewlineFn()
118 LLVM::LLVMVoidType::get(moduleOp->getContext())); in lookupOrCreateFreeFn()
140 LLVM::LLVMVoidType::get(moduleOp->getContext())); in lookupOrCreateGenericFreeFn()
[all …]
H A DLLVMTypes.cpp35 return !type.isa<LLVMVoidType, LLVMLabelType, LLVMMetadataType, in isValidElementType()
105 return !type.isa<LLVMVoidType, LLVMFunctionType>(); in isValidArgumentType()
187 ? !type.isa<LLVMVoidType, LLVMTokenType, LLVMMetadataType, in isValidElementType()
397 return !type.isa<LLVMVoidType, LLVMLabelType, LLVMMetadataType, in isValidElementType()
778 LLVMVoidType, in isCompatibleOuterType()
842 LLVMVoidType, in isCompatibleImpl()
994 assert((ty.isa<LLVMVoidType, LLVMLabelType, LLVMMetadataType, in getPrimitiveTypeSizeInBits()
H A DLLVMDialect.cpp1011 llvmResultType = LLVM::LLVMVoidType::get(builder.getContext()); in parse()
1223 !funcType.getReturnType().isa<LLVM::LLVMVoidType>()) in verify()
1227 funcType.getReturnType().isa<LLVM::LLVMVoidType>()) in verify()
1301 !funcType.getResult(0).isa<LLVM::LLVMVoidType>()) in parse()
1307 llvmResultType = LLVM::LLVMVoidType::get(builder.getContext()); in parse()
1338 if (!llvmResultType.isa<LLVM::LLVMVoidType>()) in parse()
1691 if (expectedType.isa<LLVMVoidType>()) { in verify()
1699 if (expectedType.isa<LLVMVoidType>()) in verify()
2318 if (!returnType.isa<LLVMVoidType>()) in print()
2348 if (getFunctionType().getReturnType().isa<LLVMVoidType>() && in verify()
[all …]
H A DLLVMTypeSyntax.cpp35 .Case<LLVMVoidType>([&](Type) { return "void"; }) in getTypeKeyword()
461 .Case("void", [&] { return LLVMVoidType::get(ctx); }) in dispatchParse()
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DLLVM.cpp24 return wrap(LLVMVoidType::get(unwrap(ctx))); in mlirLLVMVoidTypeGet()
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp229 ? LLVM::LLVMVoidType::get(&getContext()) in convertFunctionSignature()
245 ? LLVM::LLVMVoidType::get(&getContext()) in convertFunctionTypeCWrapper()
254 resultType = LLVM::LLVMVoidType::get(&getContext()); in convertFunctionTypeCWrapper()
H A DPattern.cpp47 return LLVM::LLVMVoidType::get(&getTypeConverter()->getContext()); in getVoidType()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp192 LLVMFunctionType(LLVMVoidType(), stackmapParamTypes, 2, 1); in buildFunctionThatUsesStackmap()
247 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0)); in buildModuleWithCodeAndData()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DTypeFromLLVM.cpp53 return LLVM::LLVMVoidType::get(&context); in translatePrimitiveType()
H A DTypeToLLVM.cpp39 .Case([this](LLVM::LLVMVoidType) { in translateType() argument
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp195 LLVM::LLVMFunctionType::get(LLVM::LLVMVoidType::get(context), in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h59 DEFINE_TRIVIAL_LLVM_TYPE(LLVMVoidType);
H A DLLVMOpBase.td98 CPred<"!$_self.isa<::mlir::LLVM::LLVMVoidType, "
426 assert(resultType.isa<LLVMVoidType>() &&
H A DLLVMOps.td664 if (!resultType.isa<LLVM::LLVMVoidType>())
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp61 llvmVoidType = LLVM::LLVMVoidType::get(&getContext()); in initializeCachedTypes()
/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp192 auto voidTy = LLVM::LLVMVoidType::get(ctx); in resumeFunctionType()
255 auto voidTy = LLVM::LLVMVoidType::get(ctx); in addResumeFunction()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp311 resultType = LLVM::LLVMVoidType::get(&moduleTranslation.getContext()); in convertOperationImpl()
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp98 Type llvmVoidType = LLVM::LLVMVoidType::get(context);
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DLLVM.md245 - `!llvm.void` (`LLVMVoidType`) - does not represent any value; can only
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1559 LLVMTypeRef LLVMVoidType(void);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go698 func VoidType() (t Type) { t.C = C.LLVMVoidType(); return }
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp1073 auto voidType = mlir::LLVM::LLVMVoidType::get(op.getContext()); in getFree()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp855 LLVMTypeRef LLVMVoidType(void) { in LLVMVoidType() function