Home
last modified time | relevance | path

Searched refs:fixupNeedsRelaxation (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp62 bool fixupNeedsRelaxation(const MCFixup &Fixup,
194 bool M68kAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in M68kAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp38 bool fixupNeedsRelaxation(const MCFixup &Fixup,
66 bool AMDGPUAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in AMDGPUAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h33 bool fixupNeedsRelaxation(const MCFixup &Fixup,
H A DCSKYAsmBackend.cpp279 bool CSKYAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in CSKYAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmBackend.cpp113 return fixupNeedsRelaxation(Fixup, Value); in fixupNeedsRelaxationAdvanced()
H A DMCAssembler.cpp850 bool MCAssembler::fixupNeedsRelaxation(const MCRelaxableFragment &F, in fixupNeedsRelaxation() function in MCAssembler
873 if ((DoRelax = fixupNeedsRelaxation(F, Fixup))) in relaxInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h164 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function
H A DMCAssembler.h110 bool fixupNeedsRelaxation(const MCRelaxableFragment &, const MCFixup &) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp85 bool fixupNeedsRelaxation(const MCFixup &Fixup,
501 bool AArch64AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in AArch64AsmBackend