Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp2498 const unsigned NewInsnVarID = InsnMatcher->getInsnVarID(); in emitCaptureOpcodes() local
2501 << MatchTable::IntValue(NewInsnVarID) << MatchTable::Comment("MI") in emitCaptureOpcodes()
2504 << MatchTable::Comment("MIs[" + llvm::to_string(NewInsnVarID) + "]") in emitCaptureOpcodes()
3308 unsigned NewInsnVarID = NextInsnVarID++; in implicitlyDefineInsnVar() local
3309 InsnVariableIDs[&Matcher] = NewInsnVarID; in implicitlyDefineInsnVar()
3310 return NewInsnVarID; in implicitlyDefineInsnVar()