Lines Matching refs:MCRelaxableFragment
187 const MCRelaxableFragment *DF,
193 bool padInstructionViaRelaxation(MCRelaxableFragment &RF,
197 bool padInstructionViaPrefix(MCRelaxableFragment &RF, MCCodeEmitter &Emitter,
200 bool padInstructionEncoding(MCRelaxableFragment &RF, MCCodeEmitter &Emitter,
445 return cast<MCRelaxableFragment>(*F).getContents().size(); in getSizeForInstFragment()
565 if (auto *F = dyn_cast_or_null<MCRelaxableFragment>(CF)) in emitInstructionEnd()
747 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
774 static bool isFullyRelaxed(const MCRelaxableFragment &RF) { in isFullyRelaxed()
781 bool X86AsmBackend::padInstructionViaPrefix(MCRelaxableFragment &RF, in padInstructionViaPrefix()
835 bool X86AsmBackend::padInstructionViaRelaxation(MCRelaxableFragment &RF, in padInstructionViaRelaxation()
863 bool X86AsmBackend::padInstructionEncoding(MCRelaxableFragment &RF, in padInstructionEncoding()
896 SmallVector<MCRelaxableFragment *, 4> Relaxable; in finishLayout()
909 auto &RF = cast<MCRelaxableFragment>(*I); in finishLayout()