Home
last modified time | relevance | path

Searched refs:relaxInstruction (Results 1 – 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCAsmBackend.h142 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
DMCAssembler.h928 bool relaxInstruction(MCAsmLayout &Layout, MCRelaxableFragment &IF);
/freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/
DAMDGPUAsmBackend.cpp55 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in __anon15976e510111::AMDGPUAsmBackend
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp63 virtual void relaxInstruction(const MCInst &Inst, in relaxInstruction() function in __anon496a30990111::SystemZMCAsmBackend
/freebsd-10-stable/contrib/llvm/lib/MC/
DMCObjectStreamer.cpp223 getAssembler().getBackend().relaxInstruction(Inst, Relaxed); in EmitInstruction()
225 getAssembler().getBackend().relaxInstruction(Relaxed, Relaxed); in EmitInstruction()
DMCAssembler.cpp856 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction() function in MCAssembler
869 getBackend().relaxInstruction(F.getInst(), Relaxed); in relaxInstruction()
957 RelaxedFrag = relaxInstruction(Layout, *cast<MCRelaxableFragment>(I)); in layoutSectionOnce()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp129 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in __anona6c3f70e0111::PPCAsmBackend
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcAsmBackend.cpp193 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in __anonbdaeaadd0111::SparcAsmBackend
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp255 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in __anonf1a09b7d0111::MipsAsmBackend
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp129 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
203 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in ARMAsmBackend
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp127 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
274 void X86AsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in X86AsmBackend
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp198 void relaxInstruction(const MCInst&, llvm::MCInst&) const { in relaxInstruction() function in __anona3a3b37d0211::ELFAArch64AsmBackend
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r198533-sparc.diff265 + void relaxInstruction(const MCInst &Inst, MCInst &Res) const {
267 + assert(0 && "relaxInstruction() unimplemented");