Searched defs:argumentTypes (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/Dialect/PDLInterp/IR/ |
H A D | PDLInterp.cpp | 249 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 D | PDL.cpp | 412 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 D | LLVM.cpp | 47 mlirLLVMFunctionTypeGet(MlirType resultType,intptr_t nArgumentTypes,MlirType const * argumentTypes,bool isVarArg) mlirLLVMFunctionTypeGet() argument
|
/llvm-project/flang/lib/Evaluate/ |
H A D | intrinsics-library.cpp | 89 TypeVector argumentTypes; global() member
|
/llvm-project/mlir/lib/Dialect/Transform/IR/ |
H A D | TransformOps.cpp | 980 ArrayRef<Type> argumentTypes = matcherSymbol.getArgumentTypes(); in verifySymbolUses() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 1440 SmallVector<Type, 2> argumentTypes(rank, b.getIndexType()); build() local
|