Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp567 unsigned allocateLabelID() { return CurrentLabelID++; } in allocateLabelID() function in __anon4852db4a0111::MatchTable
3303 unsigned LabelID = Table.allocateLabelID(); in emit()
6013 LabelID = Table.allocateLabelID(); in emit()
6129 [&Table]() { return Table.allocateLabelID(); }); in emit()
6130 const unsigned Default = Table.allocateLabelID(); in emit()