Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp2423 const unsigned NewInsnVarID = InsnMatcher->getInsnVarID(); in emitCaptureOpcodes() local
2426 << MatchTable::IntValue(NewInsnVarID) << MatchTable::Comment("MI") in emitCaptureOpcodes()
2429 << MatchTable::Comment("MIs[" + llvm::to_string(NewInsnVarID) + "]") in emitCaptureOpcodes()
3227 unsigned NewInsnVarID = NextInsnVarID++; in implicitlyDefineInsnVar() local
3228 InsnVariableIDs[&Matcher] = NewInsnVarID; in implicitlyDefineInsnVar()
3229 return NewInsnVarID; in implicitlyDefineInsnVar()