Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DCodeGenHelpers.h131 StringRef getTypeConstraintFn(const Constraint &constraint) const;
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DCodeGenHelpers.cpp73 StringRef StaticVerifierFunctionEmitter::getTypeConstraintFn( in getTypeConstraintFn() function in StaticVerifierFunctionEmitter
H A DRewriterGen.cpp1752 return staticVerifierEmitter.getTypeConstraintFn(leaf.getAsConstraint()); in getVerifierName()
H A DOpDefinitionsGen.cpp2593 staticVerifierEmitter.getTypeConstraintFn(value.constraint); in genOperandResultVerifier()