Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTableExecutorEmitter.cpp169 Table.emitUse(OS); in emitMatchTable()
H A DGlobalISelMatchTable.h244 void emitUse(raw_ostream &OS) const;
H A DGlobalISelMatchTable.cpp300 void MatchTable::emitUse(raw_ostream &OS) const { OS << "MatchTable" << ID; } in emitUse() function in llvm::gi::MatchTable