Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DFormat.h93 enum class Type { Empty, Literal, PositionalPH, SpecialPH }; enumerator
99 : type(Type::PositionalPH), spec(spec), index(index) {} in FmtReplacement()
/external/llvm-project/mlir/lib/TableGen/
DFormat.cpp167 assert(repl.type == FmtReplacement::Type::PositionalPH); in format()