Searched refs:argumentTypes (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/CAPI/Dialect/ |
| H A D | LLVM.cpp | 32 MlirType const *argumentTypes, bool isVarArg) { in mlirLLVMFunctionTypeGet() argument 36 unwrapList(nArgumentTypes, argumentTypes, argumentStorage), isVarArg)); in mlirLLVMFunctionTypeGet()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | TypeDetail.h | 337 numArguments(arguments.size()), argumentTypes(arguments.data()) {} in LLVMFunctionTypeStorage() 361 return ArrayRef<Type>(argumentTypes, numArguments); in getArgumentTypes() 377 const Type *argumentTypes; member
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/ |
| H A D | GPUToLLVMConversion.cpp | 67 ArrayRef<Type> argumentTypes) in FunctionCallBuilder() 69 functionType(LLVM::LLVMFunctionType::get(returnType, argumentTypes)) {} in FunctionCallBuilder() 642 SmallVector<Type, 4> argumentTypes; in generateParamsArray() local 643 argumentTypes.reserve(numArguments); in generateParamsArray() 645 argumentTypes.push_back(argument.getType()); in generateParamsArray() 647 argumentTypes); in generateParamsArray() 662 loc, LLVM::LLVMPointerType::get(argumentTypes[en.index()]), structPtr, in generateParamsArray()
|
| /llvm-project-15.0.7/mlir/include/mlir-c/Dialect/ |
| H A D | LLVM.h | 35 MlirType const *argumentTypes, bool isVarArg);
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | intrinsics-library.cpp | 85 TypeVector argumentTypes; member 496 if (iter->resultType == resultType && iter->argumentTypes == argTypes) { in SearchInHostRuntimeMap() 573 ConvertToType(hostFunction->argumentTypes[i], std::move(args[i])) in GetHostRuntimeWrapper()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorOps.cpp | 613 SmallVector<Type, 2> argumentTypes(rank, b.getIndexType()); in build() local 616 b.createBlock(bodyRegion, bodyRegion->end(), argumentTypes, argumentLocs); in build()
|