Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Contents

140   /// SmallContents - This really should be part of the Contents union, but
146 unsigned OffsetLo; // Matches Contents.OffsetedInfo.OffsetHi.
153 /// Contents union - This contains the payload for the various operand types.
182 } Contents;
412 return Contents.ImmVal;
417 return Contents.CI;
422 return Contents.CFP;
427 return Contents.MBB;
433 return Contents.OffsetedInfo.Val.Index;
438 return Contents.OffsetedInfo.Val.GV;
443 return Contents.OffsetedInfo.Val.BA;
448 return Contents.Sym;
453 return Contents.CFIIndex;
462 return int64_t(uint64_t(Contents.OffsetedInfo.OffsetHi) << 32) |
468 return Contents.OffsetedInfo.Val.SymbolName;
490 return Contents.RegMask;
496 return Contents.RegMask;
501 return Contents.MD;
510 Contents.ImmVal = immVal;
515 Contents.CFP = CFP;
523 Contents.OffsetedInfo.OffsetHi = int(Offset >> 32);
529 Contents.OffsetedInfo.Val.Index = Idx;
534 Contents.MBB = MBB;
543 Contents.RegMask = RegMaskPtr;
596 Op.Contents.CI = CI;
602 Op.Contents.CFP = CFP;
626 Op.Contents.Reg.Prev = nullptr;
627 Op.Contents.Reg.Next = nullptr;
669 Op.Contents.OffsetedInfo.Val.GV = GV;
677 Op.Contents.OffsetedInfo.Val.SymbolName = SymName;
685 Op.Contents.OffsetedInfo.Val.BA = BA;
705 Op.Contents.RegMask = Mask;
711 Op.Contents.RegMask = Mask;
716 Op.Contents.MD = Meta;
723 Op.Contents.Sym = Sym;
731 Op.Contents.CFIIndex = CFIIndex;
749 return Contents.Reg.Prev != nullptr;