Home
last modified time | relevance | path

Searched refs:hasPredicate (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DArgument.cpp19 bool NamedTypeConstraint::hasPredicate() const { in hasPredicate() function in NamedTypeConstraint
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DArgument.h45 bool hasPredicate() const;
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DCodeGenHelpers.cpp269 if (value.hasPredicate()) in collectOpConstraints()
H A DOpDefinitionsGen.cpp2552 return !value.hasPredicate() && !value.isOptional() && in genOperandResultVerifier()
2565 bool hasPredicate = value.hasPredicate(); in genOperandResultVerifier() local
2568 if (!hasPredicate && !isOptional && !isVariadicOfVariadic) in genOperandResultVerifier()
2589 if (!hasPredicate) in genOperandResultVerifier()