Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp516 LabelID = Table.allocateLabelID(); in emit()
659 [&Table]() { return Table.allocateLabelID(); }); in emit()
660 const unsigned Default = Table.allocateLabelID(); in emit()
956 unsigned LabelID = Table.allocateLabelID(); in emit()
H A DGlobalISelMatchTable.h219 unsigned allocateLabelID() { return CurrentLabelID++; } in allocateLabelID() function