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

/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp113 /// EmitVBRValue - Emit the specified value as a VBR, returning the number of
115 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) { function
182 CurrentIdx += EmitVBRValue(ChildSize, OS);
325 CurrentIdx += EmitVBRValue(ChildSize, OS);
368 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS);
403 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS);
410 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS);
423 unsigned Bytes = 2+EmitVBRValue(Val, OS);
523 NumOperandBytes += EmitVBRValue(EN->getOperand(i), OS);
554 NumOperandBytes += EmitVBRValue(CF
[all...]

Completed in 124 milliseconds