Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/PDLInterp/IR/
H A DPDLInterp.cpp249 static ParseResult parseRangeType(OpAsmParser &p, TypeRange argumentTypes, in parseRangeType()
262 TypeRange argumentTypes, Type resultType) { in printRangeType()
/llvm-project/mlir/lib/Dialect/PDL/IR/
H A DPDL.cpp412 if (!argumentTypes.empty()) { in parseRangeType() argument
423 printRangeType(OpAsmPrinter & p,RangeOp op,TypeRange argumentTypes,Type resultType) printRangeType() argument
/llvm-project/mlir/lib/CAPI/Dialect/
H A DLLVM.cpp47 mlirLLVMFunctionTypeGet(MlirType resultType,intptr_t nArgumentTypes,MlirType const * argumentTypes,bool isVarArg) mlirLLVMFunctionTypeGet() argument
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics-library.cpp89 TypeVector argumentTypes; global() member
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp980 ArrayRef<Type> argumentTypes = matcherSymbol.getArgumentTypes(); in verifySymbolUses() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1440 SmallVector<Type, 2> argumentTypes(rank, b.getIndexType()); build() local