Home
last modified time | relevance | path

Searched refs:FmtObjectBase (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/include/mlir/TableGen/
DFormat.h109 class FmtObjectBase {
135 FmtObjectBase(StringRef fmt, const FmtContext *ctx, size_t numParams) in FmtObjectBase() function
138 FmtObjectBase(const FmtObjectBase &that) = delete;
140 FmtObjectBase(FmtObjectBase &&that) in FmtObjectBase() function
166 template <typename Tuple> class FmtObject : public FmtObjectBase {
174 : FmtObjectBase(fmt, ctx, std::tuple_size<Tuple>::value), in FmtObject()
183 : FmtObjectBase(std::move(that)), parameters(std::move(that.parameters)) { in FmtObject()
DOpClass.h38 class FmtObjectBase; variable
220 OpMethodBody &operator<<(const FmtObjectBase &content);
/external/llvm-project/mlir/lib/TableGen/
DFormat.cpp72 FmtObjectBase::splitFmtSegment(StringRef fmt) { in splitFmtSegment()
124 std::vector<FmtReplacement> FmtObjectBase::parseFormatString(StringRef fmt) { in parseFormatString()
135 void FmtObjectBase::format(raw_ostream &s) const { in format()
DOpClass.cpp183 OpMethodBody &OpMethodBody::operator<<(const FmtObjectBase &content) { in operator <<()
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp97 void emitMatchCheck(StringRef opName, const FmtObjectBase &matchFmt,
508 StringRef opName, const FmtObjectBase &matchFmt, in emitMatchCheck()