Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp397 unsigned VBRSize = EmitVBRValue(ChildSize, OS); in EmitMatcher() local
399 OS << "/*->" << CurrentIdx + VBRSize + ChildSize << "*/"; in EmitMatcher()
406 CurrentIdx + VBRSize, OS); in EmitMatcher()
409 CurrentIdx += VBRSize + ChildSize; in EmitMatcher()