Searched refs:fixupNeedsRelaxation (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp34 bool fixupNeedsRelaxation(MCFixup const & /*Fixup*/, uint64_t /*Value*/,
37 llvm_unreachable("fixupNeedsRelaxation() unimplemented");
/external/llvm/include/llvm/MC/
H A DMCAsmBackend.h100 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
H A DMCAssembler.h952 bool fixupNeedsRelaxation(const MCFixup &Fixup, const MCRelaxableFragment *DF,
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h54 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
H A DARMAsmBackend.cpp183 bool ARMAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, function in class:ARMAsmBackend
221 llvm_unreachable("Unexpected fixup kind in fixupNeedsRelaxation()!");
/external/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp37 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h61 /// fixupNeedsRelaxation - Target specific predicate for whether a given
63 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp50 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, function in class:__anon12163::AMDGPUAsmBackend
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp51 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp56 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp74 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
230 bool AArch64AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, function in class:AArch64AsmBackend
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp162 bool fixupNeedsRelaxation(const MCFixup &Fixup,
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp192 /// fixupNeedsRelaxation - Target specific predicate for whether a given
194 bool fixupNeedsRelaxation(const MCFixup &Fixup,
199 llvm_unreachable("fixupNeedsRelaxation() unimplemented");
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp128 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
269 bool X86AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, function in class:X86AsmBackend
/external/llvm/lib/MC/
H A DMCAssembler.cpp973 bool MCAssembler::fixupNeedsRelaxation(const MCFixup &Fixup, function in class:MCAssembler
982 return getBackend().fixupNeedsRelaxation(Fixup, Value, DF, Layout);
995 if (fixupNeedsRelaxation(*it, F, Layout))

Completed in 272 milliseconds