reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/MCAsmBackend.h
   35 class MCRelaxableFragment;

References

include/llvm/MC/MCAsmBackend.h
  138                                             const MCRelaxableFragment *DF,
  144                                     const MCRelaxableFragment *DF,
include/llvm/MC/MCAssembler.h
  178   bool fixupNeedsRelaxation(const MCFixup &Fixup, const MCRelaxableFragment *DF,
  182   bool fragmentNeedsRelaxation(const MCRelaxableFragment *IF,
  193   bool relaxInstruction(MCAsmLayout &Layout, MCRelaxableFragment &IF);
include/llvm/MC/MCFragment.h
  364       MCRelaxableFragment *InstFragment;
  414                               MCRelaxableFragment *InstFragment) {
include/llvm/Support/Casting.h
   58     return To::classof(&Val);
   77     return isa_impl<To, From>::doit(Val);
   92     return isa_impl<To, From>::doit(*Val);
  106     return isa_impl<To, From>::doit(*Val);
  122     return isa_impl_wrap<To, SimpleFrom,
  132     return isa_impl_cl<To,FromTy>::doit(Val);
  142   return isa_impl_wrap<X, const Y,
  165   using ret_type = To &;       // Normal case, return Ty&
  168   using ret_type = const To &; // Normal case, return Ty&
  172   using ret_type = To *;       // Pointer arg case, return Ty*
  176   using ret_type = const To *; // Constant pointer arg case, return const Ty*
  198   using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
  204   using ret_type = typename cast_retty_impl<To,FromTy>::ret_type;
  210       To, From, typename simplify_type<From>::SimpleType>::ret_type;
  218   static typename cast_retty<To, From>::ret_type doit(From &Val) {
  219     return cast_convert_val<To, SimpleFrom,
  227   static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) {
  228     typename cast_retty<To, FromTy>::ret_type Res2
  248                                typename cast_retty<X, const Y>::ret_type>::type
  256 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) {
  258   return cast_convert_val<X, Y,
  263 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) {
  265   return cast_convert_val<X, Y*,
  337 LLVM_NODISCARD inline typename cast_retty<X, Y>::ret_type dyn_cast(Y &Val) {
  342 LLVM_NODISCARD inline typename cast_retty<X, Y *>::ret_type dyn_cast(Y *Val) {
  343   return isa<X>(Val) ? cast<X>(Val) : nullptr;
  343   return isa<X>(Val) ? cast<X>(Val) : nullptr;
  366 LLVM_NODISCARD inline typename cast_retty<X, Y *>::ret_type
  368   return (Val && isa<X>(Val)) ? cast<X>(Val) : nullptr;
  368   return (Val && isa<X>(Val)) ? cast<X>(Val) : nullptr;
lib/MC/MCAsmBackend.cpp
  110     const MCRelaxableFragment *DF, const MCAsmLayout &Layout,
lib/MC/MCAssembler.cpp
  294     return cast<MCRelaxableFragment>(F).getContents().size();
  568     OS << cast<MCRelaxableFragment>(F).getContents();
  826       } else if (auto *FragWithFixups = dyn_cast<MCRelaxableFragment>(&Frag)) {
  826       } else if (auto *FragWithFixups = dyn_cast<MCRelaxableFragment>(&Frag)) {
  873                                        const MCRelaxableFragment *DF,
  888 bool MCAssembler::fragmentNeedsRelaxation(const MCRelaxableFragment *F,
  905                                    MCRelaxableFragment &F) {
 1074       RelaxedFrag = relaxInstruction(Layout, *cast<MCRelaxableFragment>(I));
lib/MC/MCCodePadder.cpp
  132   else if (MCRelaxableFragment *InstRelaxableFragment =
  133                dyn_cast_or_null<MCRelaxableFragment>(InstFragment))
lib/MC/MCELFStreamer.cpp
  500   MCRelaxableFragment &F = *cast<MCRelaxableFragment>(getCurrentFragment());
  500   MCRelaxableFragment &F = *cast<MCRelaxableFragment>(getCurrentFragment());
lib/MC/MCFragment.cpp
  266       delete cast<MCRelaxableFragment>(this);
  395     const MCRelaxableFragment *F = cast<MCRelaxableFragment>(this);
  395     const MCRelaxableFragment *F = cast<MCRelaxableFragment>(this);
lib/MC/MCObjectStreamer.cpp
  367   MCRelaxableFragment *IF = new MCRelaxableFragment(Inst, STI);
  367   MCRelaxableFragment *IF = new MCRelaxableFragment(Inst, STI);
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
   87                             const MCRelaxableFragment *DF,
  429                                              const MCRelaxableFragment *DF,
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
   39                             const MCRelaxableFragment *DF,
   67                                             const MCRelaxableFragment *DF,
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
  314                                          const MCRelaxableFragment *DF,
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
   66                             const MCRelaxableFragment *DF,
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
   59                             const MCRelaxableFragment *DF,
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
   39                             const MCRelaxableFragment *DF,
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
   47   void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF,
  570                                     const MCRelaxableFragment *DF,
  646                             const MCRelaxableFragment *DF,
  729               auto &RF = cast<MCRelaxableFragment>(*K);
  729               auto &RF = cast<MCRelaxableFragment>(*K);
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp
   61                             const MCRelaxableFragment * /*DF*/,
lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp
   51                             const MCRelaxableFragment *DF,
   58                                     const MCRelaxableFragment *DF,
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
   70                             const MCRelaxableFragment *DF,
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
  175                             const MCRelaxableFragment *DF,
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
   82                                                    const MCRelaxableFragment *DF,
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
   80                             const MCRelaxableFragment *DF,
   87                                     const MCRelaxableFragment *DF,
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
  267                               const MCRelaxableFragment *DF,
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
   62                             const MCRelaxableFragment *Fragment,
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
   57                             const MCRelaxableFragment *DF,
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  132                             const MCRelaxableFragment *DF,
  287                                          const MCRelaxableFragment *DF,