Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DTypeDetail.h97 unsigned numInputs; member
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h953 UserConstraintDecl(const Name &name, unsigned numInputs, in UserConstraintDecl()
962 unsigned numInputs; variable
1157 UserRewriteDecl(const Name &name, unsigned numInputs, unsigned numResults, in UserRewriteDecl()
1165 unsigned numInputs; variable
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DConstantFold.cpp118 int numInputs = linalgOp.getNumDpsInputs(); in matchAndRewrite() local
/llvm-project/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp515 mlirFunctionTypeGet(MlirContext ctx,intptr_t numInputs,MlirType const * inputs,intptr_t numResults,MlirType const * results) mlirFunctionTypeGet() argument
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp2059 unsigned numInputs = read(); in executeRecordMatch() local