| /freebsd-10-stable/contrib/llvm/include/llvm/MC/ |
| D | MCAsmBackend.h | 142 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
|
| D | MCAssembler.h | 928 bool relaxInstruction(MCAsmLayout &Layout, MCRelaxableFragment &IF);
|
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/MCTargetDesc/ |
| D | AMDGPUAsmBackend.cpp | 55 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in __anon15976e510111::AMDGPUAsmBackend
|
| /freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| D | SystemZMCAsmBackend.cpp | 63 virtual void relaxInstruction(const MCInst &Inst, in relaxInstruction() function in __anon496a30990111::SystemZMCAsmBackend
|
| /freebsd-10-stable/contrib/llvm/lib/MC/ |
| D | MCObjectStreamer.cpp | 223 getAssembler().getBackend().relaxInstruction(Inst, Relaxed); in EmitInstruction() 225 getAssembler().getBackend().relaxInstruction(Relaxed, Relaxed); in EmitInstruction()
|
| D | MCAssembler.cpp | 856 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/ |
| D | PPCAsmBackend.cpp | 129 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in __anona6c3f70e0111::PPCAsmBackend
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/MCTargetDesc/ |
| D | SparcAsmBackend.cpp | 193 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in __anonbdaeaadd0111::SparcAsmBackend
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsAsmBackend.cpp | 255 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in __anonf1a09b7d0111::MipsAsmBackend
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAsmBackend.cpp | 129 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/ |
| D | X86AsmBackend.cpp | 127 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/ |
| D | AArch64AsmBackend.cpp | 198 void relaxInstruction(const MCInst&, llvm::MCInst&) const { in relaxInstruction() function in __anona3a3b37d0211::ELFAArch64AsmBackend
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r262261-llvm-r198533-sparc.diff | 265 + void relaxInstruction(const MCInst &Inst, MCInst &Res) const { 267 + assert(0 && "relaxInstruction() unimplemented");
|