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

Overridden By

lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
  422 bool AArch64AsmBackend::mayNeedRelaxation(const MCInst &Inst,
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
   75 bool AMDGPUAsmBackend::mayNeedRelaxation(const MCInst &Inst,
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
  220 bool ARMAsmBackend::mayNeedRelaxation(const MCInst &Inst,
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
   53   bool mayNeedRelaxation(const MCInst &Inst,
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
   46   bool mayNeedRelaxation(const MCInst &Inst,
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
  561   bool mayNeedRelaxation(MCInst const &Inst,
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp
   72   bool mayNeedRelaxation(const MCInst & /*Inst*/,
lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp
   93   bool mayNeedRelaxation(const MCInst &Inst,
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
   62   bool mayNeedRelaxation(const MCInst &Inst,
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
  167   bool mayNeedRelaxation(const MCInst &Inst,
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
  159 bool RISCVAsmBackend::mayNeedRelaxation(const MCInst &Inst,
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
  257     bool mayNeedRelaxation(const MCInst &Inst,
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
   57   bool mayNeedRelaxation(const MCInst &Inst,
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
   62   bool mayNeedRelaxation(const MCInst &Inst,
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  265 bool X86AsmBackend::mayNeedRelaxation(const MCInst &Inst,

References

lib/MC/MCAssembler.cpp
  894   if (!getBackend().mayNeedRelaxation(F->getInst(), *F->getSubtargetInfo()))
lib/MC/MCObjectStreamer.cpp
  336   if (!Assembler.getBackend().mayNeedRelaxation(Inst, STI)) {
  350     while (getAssembler().getBackend().mayNeedRelaxation(Relaxed, STI))
lib/MCA/CodeEmitter.cpp
   27   if (MAB.mayNeedRelaxation(Inst, STI))