Home
last modified time | relevance | path

Searched refs:emitOpConstraints (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DCodeGenHelpers.h110 void emitOpConstraints(ArrayRef<llvm::Record *> opDefs, bool emitDecl);
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DCodeGenHelpers.cpp51 void StaticVerifierFunctionEmitter::emitOpConstraints( in emitOpConstraints() function in StaticVerifierFunctionEmitter
H A DOpDefinitionsGen.cpp3026 staticVerifierEmitter.emitOpConstraints(defs, emitDecl); in emitOpClasses()