Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp179 OS << ": @" << Table.getLabelIndex(LabelID); in emit()
188 OS << getEncodedEmitStr(llvm::to_string(Table.getLabelIndex(LabelID)), in emit()
H A DGlobalISelMatchTable.h238 unsigned getLabelIndex(unsigned LabelID) const { in getLabelIndex() function