Home
last modified time | relevance | path

Searched refs:argumentTypes (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DLLVM.cpp32 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 DTypeDetail.h337 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 DGPUToLLVMConversion.cpp67 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 DLLVM.h35 MlirType const *argumentTypes, bool isVarArg);
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics-library.cpp85 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 DTensorOps.cpp613 SmallVector<Type, 2> argumentTypes(rank, b.getIndexType()); in build() local
616 b.createBlock(bodyRegion, bodyRegion->end(), argumentTypes, argumentLocs); in build()