Searched refs:LabelID (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp415 /// LabelID along with a comment indicating where that label is.
427 unsigned LabelID; member in struct:__anon5929::MatchTableRecord
448 : LabelID(LabelID_.hasValue() ? LabelID_.getValue() : ~0u),
452 assert((!LabelID_.hasValue() || LabelID != ~0u) &&
533 static MatchTableRecord Label(unsigned LabelID) { argument
534 return MatchTableRecord(LabelID, "Label " + llvm::to_string(LabelID), 0,
539 static MatchTableRecord JumpTarget(unsigned LabelID) { argument
540 return MatchTableRecord(LabelID, "Label " + llvm::to_string(LabelID),
562 defineLabel(unsigned LabelID) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLToken.h441 LabelID, // 42: enumerator in enum:llvm::lltok::Kind
H A DLLLexer.cpp1074 return lltok::LabelID;
H A DLLParser.cpp5618 /// ::= (LabelStr|LabelID)? Instruction*
5627 } else if (Lex.getKind() == lltok::LabelID) {

Completed in 201 milliseconds