Home
last modified time | relevance | path

Searched defs:argumentTypes (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DLLVM.cpp32 MlirType const *argumentTypes, bool isVarArg) { in mlirLLVMFunctionTypeGet()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h377 const Type *argumentTypes; member
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics-library.cpp85 TypeVector argumentTypes; member
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp642 SmallVector<Type, 4> argumentTypes; in generateParamsArray() local
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp613 SmallVector<Type, 2> argumentTypes(rank, b.getIndexType()); in build() local