Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp877 unsigned NewInsnVarID = NextInsnVarID++; in implicitlyDefineInsnVar() local
878 InsnVariableIDs[&Matcher] = NewInsnVarID; in implicitlyDefineInsnVar()
879 return NewInsnVarID; in implicitlyDefineInsnVar()
1831 const unsigned NewInsnVarID = InsnMatcher->getInsnVarID(); in emitCaptureOpcodes() local
1836 << MatchTable::ULEB128Value(NewInsnVarID) << MatchTable::Comment("MI") in emitCaptureOpcodes()
1839 << MatchTable::Comment("MIs[" + llvm::to_string(NewInsnVarID) + "]") in emitCaptureOpcodes()