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

/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp131 /// EmitVBRValue - Emit the specified value as a VBR, returning the number of
133 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) { function
200 CurrentIdx += EmitVBRValue(ChildSize, OS);
351 CurrentIdx += EmitVBRValue(ChildSize, OS);
395 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS);
402 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(),
438 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS);
445 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS);
458 unsigned Bytes = 2+EmitVBRValue(Val, OS);
558 NumOperandBytes += EmitVBRValue(E
[all...]

Completed in 47 milliseconds