Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp854 unsigned NewInsnVarID = NextInsnVarID++; in implicitlyDefineInsnVar() local
855 InsnVariableIDs[&Matcher] = NewInsnVarID; in implicitlyDefineInsnVar()
856 return NewInsnVarID; in implicitlyDefineInsnVar()
1787 const unsigned NewInsnVarID = InsnMatcher->getInsnVarID(); in emitCaptureOpcodes() local
1792 << MatchTable::ULEB128Value(NewInsnVarID) << MatchTable::Comment("MI") in emitCaptureOpcodes()
1795 << MatchTable::Comment("MIs[" + llvm::to_string(NewInsnVarID) + "]") in emitCaptureOpcodes()