Home
last modified time | relevance | path

Searched refs:OpMethodSignature (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/TableGen/
DOpClass.h178 class OpMethodSignature {
181 OpMethodSignature(StringRef retType, StringRef name, Args &&...args) in OpMethodSignature() function
184 OpMethodSignature(OpMethodSignature &&) = default;
188 bool makesRedundant(const OpMethodSignature &other) const;
284 OpMethodSignature methodSignature;
/external/llvm-project/mlir/lib/TableGen/
DOpClass.cpp140 bool OpMethodSignature::makesRedundant(const OpMethodSignature &other) const { in makesRedundant()
151 void OpMethodSignature::writeDeclTo(raw_ostream &os) const { in writeDeclTo()
157 void OpMethodSignature::writeDefTo(raw_ostream &os, in writeDefTo()