| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | FunctionCallUtils.cpp | 59 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 D | LLVMTypes.cpp | 35 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 D | LLVMDialect.cpp | 1011 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 D | LLVMTypeSyntax.cpp | 35 .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 D | LLVM.cpp | 24 return wrap(LLVMVoidType::get(unwrap(ctx))); in mlirLLVMVoidTypeGet()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/ |
| H A D | TypeConverter.cpp | 229 ? LLVM::LLVMVoidType::get(&getContext()) in convertFunctionSignature() 245 ? LLVM::LLVMVoidType::get(&getContext()) in convertFunctionTypeCWrapper() 254 resultType = LLVM::LLVMVoidType::get(&getContext()); in convertFunctionTypeCWrapper()
|
| H A D | Pattern.cpp | 47 return LLVM::LLVMVoidType::get(&getTypeConverter()->getContext()); in getVoidType()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITCAPITest.cpp | 192 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 D | TypeFromLLVM.cpp | 53 return LLVM::LLVMVoidType::get(&context); in translatePrimitiveType()
|
| H A D | TypeToLLVM.cpp | 39 .Case([this](LLVM::LLVMVoidType) { in translateType() argument
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/ |
| H A D | ConvertLaunchFuncToLLVMCalls.cpp | 195 LLVM::LLVMFunctionType::get(LLVM::LLVMVoidType::get(context), in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMTypes.h | 59 DEFINE_TRIVIAL_LLVM_TYPE(LLVMVoidType);
|
| H A D | LLVMOpBase.td | 98 CPred<"!$_self.isa<::mlir::LLVM::LLVMVoidType, " 426 assert(resultType.isa<LLVMVoidType>() &&
|
| H A D | LLVMOps.td | 664 if (!resultType.isa<LLVM::LLVMVoidType>())
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/ |
| H A D | ConvertLaunchFuncToVulkanCalls.cpp | 61 llvmVoidType = LLVM::LLVMVoidType::get(&getContext()); in initializeCachedTypes()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/ |
| H A D | AsyncToLLVM.cpp | 192 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 D | LLVMToLLVMIRTranslation.cpp | 311 resultType = LLVM::LLVMVoidType::get(&moduleTranslation.getContext()); in convertOperationImpl()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/ |
| H A D | GPUToLLVMConversion.cpp | 98 Type llvmVoidType = LLVM::LLVMVoidType::get(context);
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | LLVM.md | 245 - `!llvm.void` (`LLVMVoidType`) - does not represent any value; can only
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | Core.h | 1559 LLVMTypeRef LLVMVoidType(void);
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 698 func VoidType() (t Type) { t.C = C.LLVMVoidType(); return }
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 1073 auto voidType = mlir::LLVM::LLVMVoidType::get(op.getContext()); in getFree()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 855 LLVMTypeRef LLVMVoidType(void) { in LLVMVoidType() function
|