Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h135 std::string EmitStr; member
150 MatchTableRecord(std::optional<unsigned> LabelID_, StringRef EmitStr,
153 : LabelID(LabelID_.value_or(~0u)), EmitStr(EmitStr),
H A DGlobalISelMatchTable.cpp174 OS << getEncodedEmitStr(EmitStr, NumElements); in emit()
176 OS << EmitStr; in emit()
313 if (NextI->EmitStr == "" && in emitDeclaration()