Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitIntValue

286   OS.EmitIntValue(StackMapVersion, 1); // Version.
287 OS.EmitIntValue(0, 1); // Reserved.
288 OS.EmitIntValue(0, 2); // Reserved.
292 OS.EmitIntValue(FnStackSize.size(), 4);
295 OS.EmitIntValue(ConstPool.size(), 4);
298 OS.EmitIntValue(CSInfos.size(), 4);
314 OS.EmitIntValue(FR.second, 8);
326 OS.EmitIntValue(ConstEntry.second, 8);
374 OS.EmitIntValue(UINT64_MAX, 8); // Invalid ID.
376 OS.EmitIntValue(0, 2); // Reserved.
377 OS.EmitIntValue(0, 2); // 0 locations.
378 OS.EmitIntValue(0, 2); // padding.
379 OS.EmitIntValue(0, 2); // 0 live-out registers.
380 OS.EmitIntValue(0, 4); // padding.
384 OS.EmitIntValue(CSI.ID, 8);
388 OS.EmitIntValue(0, 2);
392 OS.EmitIntValue(CSLocs.size(), 2);
446 OS.EmitIntValue(Loc.LocType, 1);
447 OS.EmitIntValue(Loc.Size, 1);
448 OS.EmitIntValue(RegNo, 2);
449 OS.EmitIntValue(Offset, 4);
457 OS.EmitIntValue(0, 2);
458 OS.EmitIntValue(LiveOuts.size(), 2);
466 OS.EmitIntValue(LO.RegNo, 2);
467 OS.EmitIntValue(0, 1);
468 OS.EmitIntValue(LO.Size, 1);