Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp63 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup,
122 SystemZMCAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in SystemZMCAsmBackend
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DAMDGPUAsmBackend.cpp50 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation() function in __anon26f169ab0111::AMDGPUAsmBackend
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
DAMDGPUAsmBackend.cpp50 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation() function in __anondd426e3e0111::AMDGPUAsmBackend
/external/llvm/include/llvm/MC/
DMCAsmBackend.h131 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup,
DMCAssembler.h914 bool fixupNeedsRelaxation(const MCFixup &Fixup, const MCRelaxableFragment *DF,
/external/llvm/lib/Target/R600/MCTargetDesc/
DAMDGPUAsmBackend.cpp50 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation() function in __anon3f91a2b50111::AMDGPUAsmBackend
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp88 bool fixupNeedsRelaxation(const MCFixup &Fixup,
210 ELFAArch64AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in ELFAArch64AsmBackend
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp215 bool fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in __anon9dfa66e10111::MipsAsmBackend
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp133 bool fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in __anond0be2b720111::PPCAsmBackend
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp114 bool fixupNeedsRelaxation(const MCFixup &Fixup,
256 bool X86AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in X86AsmBackend
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp124 bool fixupNeedsRelaxation(const MCFixup &Fixup,
167 bool ARMAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in ARMAsmBackend
/external/llvm/lib/MC/
DMCAssembler.cpp834 bool MCAssembler::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in MCAssembler
843 return getBackend().fixupNeedsRelaxation(Fixup, Value, DF, Layout); in fixupNeedsRelaxation()
856 if (fixupNeedsRelaxation(*it, F, Layout)) in fragmentNeedsRelaxation()