Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp508 LabelID = Table.allocateLabelID(); in emit()
651 [&Table]() { return Table.allocateLabelID(); }); in emit()
652 const unsigned Default = Table.allocateLabelID(); in emit()
963 unsigned LabelID = Table.allocateLabelID(); in emit()
H A DGlobalISelMatchTable.h232 unsigned allocateLabelID() { return CurrentLabelID++; } in allocateLabelID() function