/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 55 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in __anon05d6082d0111::AMDGPUAsmBackend
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.h | 78 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override {} in relaxInstruction() function
|
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyAsmBackend.cpp | 58 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override {} in relaxInstruction() function in __anonee579c2d0111::WebAssemblyAsmBackend
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.h | 66 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override;
|
D | ARMAsmBackend.cpp | 246 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in ARMAsmBackend
|
/external/llvm/include/llvm/MC/ |
D | MCAsmBackend.h | 120 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
|
D | MCAssembler.h | 662 bool relaxInstruction(MCAsmLayout &Layout, MCRelaxableFragment &IF);
|
/external/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFAsmBackend.cpp | 50 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override {} in relaxInstruction() function in __anonfb96a6e10111::BPFAsmBackend
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCAsmBackend.cpp | 61 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override { in relaxInstruction() function in __anon7a19ecbf0111::SystemZMCAsmBackend
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 56 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override { in relaxInstruction() function in __anon88bf472d0111::AMDGPUAsmBackend
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 77 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override; 241 void AArch64AsmBackend::relaxInstruction(const MCInst &Inst, in relaxInstruction() function in AArch64AsmBackend
|
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 254 getAssembler().getBackend().relaxInstruction(Inst, Relaxed); in EmitInstruction() 256 getAssembler().getBackend().relaxInstruction(Relaxed, Relaxed); in EmitInstruction()
|
D | MCAssembler.cpp | 1003 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction() function in MCAssembler 1016 getBackend().relaxInstruction(F.getInst(), Relaxed); in relaxInstruction() 1101 RelaxedFrag = relaxInstruction(Layout, *cast<MCRelaxableFragment>(I)); in layoutSectionOnce()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 172 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override { in relaxInstruction() function in __anon447b0eb40111::PPCAsmBackend
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcAsmBackend.cpp | 251 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override { in relaxInstruction() function in __anon5b65c2830111::SparcAsmBackend
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 297 void relaxInstruction(MCInst const & Inst, in relaxInstruction() function in __anon7e9dd7450111::HexagonAsmBackend
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 131 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override; 282 void X86AsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { in relaxInstruction() function in X86AsmBackend
|