Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmBackend.h36 class MCRelaxableFragment; variable
123 const MCRelaxableFragment *DF,
129 const MCRelaxableFragment *DF,
H A DMCFragment.h271 class MCRelaxableFragment : public MCEncodedFragmentWithFixups<8, 1> {
277 MCRelaxableFragment(const MCInst &Inst, const MCSubtargetInfo &STI,
363 MCRelaxableFragment *InstFragment;
413 MCRelaxableFragment *InstFragment) { in setInstAndInstFragment()
H A DMCAssembler.h179 bool fixupNeedsRelaxation(const MCFixup &Fixup, const MCRelaxableFragment *DF,
183 bool fragmentNeedsRelaxation(const MCRelaxableFragment *IF,
194 bool relaxInstruction(MCAsmLayout &Layout, MCRelaxableFragment &IF);
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h56 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
63 const MCRelaxableFragment *DF,
H A DRISCVAsmBackend.cpp66 const MCRelaxableFragment *DF, in fixupNeedsRelaxationAdvanced()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp52 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
59 const MCRelaxableFragment *DF, in fixupNeedsRelaxationAdvanced()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAssembler.cpp294 return cast<MCRelaxableFragment>(F).getContents().size(); in computeFragmentSize()
561 OS << cast<MCRelaxableFragment>(F).getContents(); in writeFragment()
818 } else if (auto *FragWithFixups = dyn_cast<MCRelaxableFragment>(&Frag)) { in layout()
854 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
869 bool MCAssembler::fragmentNeedsRelaxation(const MCRelaxableFragment *F, in fragmentNeedsRelaxation()
886 MCRelaxableFragment &F) { in relaxInstruction()
1044 RelaxedFrag = relaxInstruction(Layout, *cast<MCRelaxableFragment>(I)); in layoutSectionOnce()
H A DMCFragment.cpp267 delete cast<MCRelaxableFragment>(this); in destroy()
396 const MCRelaxableFragment *F = cast<MCRelaxableFragment>(this); in dump()
H A DMCCodePadder.cpp133 else if (MCRelaxableFragment *InstRelaxableFragment = in handleInstructionEnd()
134 dyn_cast_or_null<MCRelaxableFragment>(InstFragment)) in handleInstructionEnd()
H A DMCAsmBackend.cpp103 const MCRelaxableFragment *DF, const MCAsmLayout &Layout, in fixupNeedsRelaxationAdvanced()
H A DMCELFStreamer.cpp495 MCRelaxableFragment &F = *cast<MCRelaxableFragment>(getCurrentFragment()); in EmitInstToFragment()
H A DMCObjectStreamer.cpp368 MCRelaxableFragment *IF = new MCRelaxableFragment(Inst, STI); in EmitInstToFragment()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp49 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction()
574 const MCRelaxableFragment *DF, in fixupNeedsRelaxationAdvanced()
650 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
733 auto &RF = cast<MCRelaxableFragment>(*K); in finishLayout()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h60 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h71 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h65 const MCRelaxableFragment *DF,
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp57 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp63 const MCRelaxableFragment *Fragment, in fixupNeedsRelaxation()
/freebsd-12.1/contrib/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp40 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp62 const MCRelaxableFragment * /*DF*/, in fixupNeedsRelaxation() argument
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp38 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp169 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp268 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp83 const MCRelaxableFragment *DF,
418 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp125 const MCRelaxableFragment *DF,
291 const MCRelaxableFragment *DF, in fixupNeedsRelaxation()

12