Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Bytes

114 /// bytes emitted.
135 /// EmitMatcher - Emit bytes for the specified matcher and return
136 /// the number of bytes emitted.
291 IdxSize = 2; // size of opcode in table is 2 bytes.
368 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS);
370 return Bytes;
403 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS);
405 return Bytes;
410 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS);
412 return Bytes;
423 unsigned Bytes = 2+EmitVBRValue(Val, OS);
425 return Bytes;
579 /// EmitMatcherList - Emit the bytes for the specified matcher subtree.
797 OS << " // Some target values are emitted as 2 bytes, TARGET_VAL handles\n";
802 OS << " 0\n }; // Total Array size is " << (TotalSize+1) << " bytes\n\n";