Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp224 static unsigned GetVBRSize(unsigned Val) { in GetVBRSize() function
319 Size += GetVBRSize(ChildSize) + ChildSize; // Count VBR and child size. in SizeMatcher()
342 Size += GetVBRSize(cast<SwitchTypeMatcher>(N)->getCaseType( in SizeMatcher()
348 Size += GetVBRSize(ChildSize) + ChildSize; // Count VBR and child size. in SizeMatcher()
607 IdxSize = GetVBRSize(cast<SwitchTypeMatcher>(N)->getCaseType( in EmitMatcher()