Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp444 unsigned VBRSize = EmitVBRValue(ChildSize, OS); in EmitMatcher() local
446 OS << "/*->" << CurrentIdx + VBRSize + ChildSize << "*/"; in EmitMatcher()
453 CurrentIdx + VBRSize, OS); in EmitMatcher()
456 CurrentIdx += VBRSize + ChildSize; in EmitMatcher()