Searched refs:EmitVBRValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp179 /// EmitVBRValue - Emit the specified value as a VBR, returning the number of
181 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) { function
325 CurrentIdx += EmitVBRValue(ChildSize, OS);
493 CurrentIdx += EmitVBRValue(ChildSize, OS);
540 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS);
547 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(),
588 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS);
595 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS);
616 unsigned Bytes = 2+EmitVBRValue(Val, OS);
750 NumOperandBytes += EmitVBRValue(E
[all...]

Completed in 47 milliseconds