Home
last modified time | relevance | path

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

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