Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp321 SM->getChild(i)->setSize(ChildSize); in SizeMatcher()
322 Size += GetVBRSize(ChildSize) + ChildSize; // Count VBR and child size. in SizeMatcher()
349 Child->setSize(ChildSize); in SizeMatcher()
350 Size += GetVBRSize(ChildSize) + ChildSize; // Count VBR and child size. in SizeMatcher()
445 unsigned ChildSize = SM->getChild(i)->getSize(); in EmitMatcher() local
446 unsigned VBRSize = EmitVBRValue(ChildSize, OS); in EmitMatcher()
458 CurrentIdx += VBRSize + ChildSize; in EmitMatcher()
620 unsigned ChildSize = Child->getSize(); in EmitMatcher() local
627 OS << "// ->" << CurrentIdx + ChildSize; in EmitMatcher()
631 assert(ChildSize == Child->getSize() && in EmitMatcher()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3607 unsigned ChildSize = 0; in calculateFormattingInformation() local
3610 ChildSize = LastOfChild.isTrailingComment() ? Style.ColumnLimit in calculateFormattingInformation()
3620 ChildSize + Current->SpacesRequiredBefore; in calculateFormattingInformation()