|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp 438 void AArch64AsmBackend::relaxInstruction(const MCInst &Inst,
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp 56 void AMDGPUAsmBackend::relaxInstruction(const MCInst &Inst,
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp 319 void ARMAsmBackend::relaxInstruction(const MCInst &Inst,
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h 65 void relaxInstruction(const MCInst &Inst, const MCSubtargetInfo &STI,
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp 51 void relaxInstruction(const MCInst &Inst, const MCSubtargetInfo &STI,
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp 651 void relaxInstruction(const MCInst &Inst, const MCSubtargetInfo &STI,
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp 77 void relaxInstruction(const MCInst & /*Inst*/,
lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp 98 void relaxInstruction(const MCInst &Inst, const MCSubtargetInfo &STI,
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h 83 void relaxInstruction(const MCInst &Inst, const MCSubtargetInfo &STI,
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp 181 void relaxInstruction(const MCInst &Inst, const MCSubtargetInfo &STI,
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp 107 void RISCVAsmBackend::relaxInstruction(const MCInst &Inst,
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp 273 void relaxInstruction(const MCInst &Inst, const MCSubtargetInfo &STI,
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp 66 void relaxInstruction(const MCInst &Inst, const MCSubtargetInfo &STI,
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp 67 void relaxInstruction(const MCInst &Inst, const MCSubtargetInfo &STI,
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp 295 void X86AsmBackend::relaxInstruction(const MCInst &Inst,
References
lib/MC/MCAssembler.cpp 919 getBackend().relaxInstruction(F.getInst(), *F.getSubtargetInfo(), Relaxed);
lib/MC/MCObjectStreamer.cpp 349 getAssembler().getBackend().relaxInstruction(Inst, STI, Relaxed);
351 getAssembler().getBackend().relaxInstruction(Relaxed, STI, Relaxed);
lib/MCA/CodeEmitter.cpp 28 MAB.relaxInstruction(Inst, STI, Relaxed);