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.cpp874 unsigned NewInsnVarID = NextInsnVarID++; in implicitlyDefineInsnVar() local
875 InsnVariableIDs[&Matcher] = NewInsnVarID; in implicitlyDefineInsnVar()
876 return NewInsnVarID; in implicitlyDefineInsnVar()
1856 const unsigned NewInsnVarID = InsnMatcher->getInsnVarID(); in emitCaptureOpcodes() local
1861 << MatchTable::ULEB128Value(NewInsnVarID) << MatchTable::Comment("MI") in emitCaptureOpcodes()
1864 << MatchTable::Comment("MIs[" + llvm::to_string(NewInsnVarID) + "]") in emitCaptureOpcodes()