Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp807 unsigned NextOutputInsnID; member in __anon7e76e5f80111::RuleMatcher
830 DefinedOperands(), NextInsnVarID(0), NextOutputInsnID(0), in RuleMatcher()
924 unsigned allocateOutputInsnID() { return NextOutputInsnID++; } in allocateOutputInsnID()