Lines Matching defs:RemainingSize
194 unsigned &RemainingSize) const;
197 unsigned &RemainingSize) const;
200 unsigned &RemainingSize) const;
775 unsigned &RemainingSize) const {
789 const unsigned MaxPossiblePad = std::min(15 - OldSize, RemainingSize);
822 RemainingSize -= PrefixBytesToAdd;
828 unsigned &RemainingSize) const {
844 if (Delta > RemainingSize)
849 RemainingSize -= Delta;
855 unsigned &RemainingSize) const {
857 if (RemainingSize != 0)
858 Changed |= padInstructionViaRelaxation(RF, Emitter, RemainingSize);
859 if (RemainingSize != 0)
860 Changed |= padInstructionViaPrefix(RF, Emitter, RemainingSize);
926 unsigned RemainingSize = OrigSize;
927 while (!Relaxable.empty() && RemainingSize != 0) {
932 if (padInstructionEncoding(RF, Asm.getEmitter(), RemainingSize))
948 cast<MCBoundaryAlignFragment>(F).setSize(RemainingSize);
955 assert(FinalSize == RemainingSize && "inconsistent size computation?");