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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp237 /// EmitVBRValue - Emit the specified value as a VBR, returning the number of
239 static unsigned EmitVBRValue(uint64_t Val, raw_ostream &OS) { function
268 return EmitVBRValue(Val, OS);
446 unsigned VBRSize = EmitVBRValue(ChildSize, OS);
621 CurrentIdx += EmitVBRValue(ChildSize, OS) + IdxSize;
736 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS);
743 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS);
974 NumOperandBytes += EmitVBRValue(EN->getOperand(i), OS);
1021 NumResultBytes += EmitVBRValue(CM->getResult(i), OS);

Completed in 94 milliseconds