Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp1016 unsigned NumResultBytes = 0; in EmitMatcher() local
1018 NumResultBytes += EmitVBRValue(CM->getResult(i), OS); in EmitMatcher()
1029 return 2 + NumResultBytes + NumCoveredBytes; in EmitMatcher()