Home
last modified time | relevance | path

Searched refs:MCRelaxableFragment (Results 1 – 21 of 21) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmBackend.h28 class MCRelaxableFragment; variable
93 const MCRelaxableFragment *DF,
98 const MCRelaxableFragment *DF,
DMCAssembler.h170 bool fixupNeedsRelaxation(const MCFixup &Fixup, const MCRelaxableFragment *DF,
174 bool fragmentNeedsRelaxation(const MCRelaxableFragment *IF,
185 bool relaxInstruction(MCAsmLayout &Layout, MCRelaxableFragment &IF);
DMCFragment.h253 class MCRelaxableFragment : public MCEncodedFragmentWithFixups<8, 1> {
262 MCRelaxableFragment(const MCInst &Inst, const MCSubtargetInfo &STI,
/external/llvm/lib/MC/
DMCAssembler.cpp251 return cast<MCRelaxableFragment>(F).getContents().size(); in computeFragmentSize()
485 OW->writeBytes(cast<MCRelaxableFragment>(F).getContents()); in writeFragment()
697 } else if (auto *FragWithFixups = dyn_cast<MCRelaxableFragment>(&Frag)) { in layout()
731 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
740 bool MCAssembler::fragmentNeedsRelaxation(const MCRelaxableFragment *F, in fragmentNeedsRelaxation()
756 MCRelaxableFragment &F) { in relaxInstruction()
867 RelaxedFrag = relaxInstruction(Layout, *cast<MCRelaxableFragment>(I)); in layoutSectionOnce()
DMCAsmBackend.cpp48 const MCRelaxableFragment *DF, const MCAsmLayout &Layout) const { in fixupNeedsRelaxationAdvanced()
DMCFragment.cpp274 delete cast<MCRelaxableFragment>(this); in destroy()
398 const MCRelaxableFragment *F = cast<MCRelaxableFragment>(this); in dump()
DMCObjectStreamer.cpp273 MCRelaxableFragment *IF = new MCRelaxableFragment(Inst, STI); in EmitInstToFragment()
DMCELFStreamer.cpp466 MCRelaxableFragment &F = *cast<MCRelaxableFragment>(getCurrentFragment()); in EmitInstToFragment()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp49 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction()
557 const MCRelaxableFragment *DF, in fixupNeedsRelaxationAdvanced()
632 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
713 auto &RF = cast<MCRelaxableFragment>(*K); in finishLayout()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.h65 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp45 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.h63 const MCRelaxableFragment *DF,
DARMAsmBackend.cpp256 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp57 const MCRelaxableFragment *Fragment, in fixupNeedsRelaxation()
/external/llvm/lib/Target/BPF/MCTargetDesc/
DBPFAsmBackend.cpp41 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiAsmBackend.cpp59 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp52 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp79 const MCRelaxableFragment *DF,
307 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp165 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcAsmBackend.cpp245 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp132 const MCRelaxableFragment *DF,
297 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()