Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Bytes

132 /// bytes emitted.
153 /// EmitMatcher - Emit bytes for the specified matcher and return
154 /// the number of bytes emitted.
315 IdxSize = 2; // size of opcode in table is 2 bytes.
395 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS);
397 return Bytes;
402 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(),
405 return Bytes;
438 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS);
440 return Bytes;
445 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS);
447 return Bytes;
458 unsigned Bytes = 2+EmitVBRValue(Val, OS);
460 return Bytes;
614 /// EmitMatcherList - Emit the bytes for the specified matcher subtree.
830 OS << " // Some target values are emitted as 2 bytes, TARGET_VAL handles\n";
835 OS << " 0\n }; // Total Array size is " << (TotalSize+1) << " bytes\n\n";