Searched defs:relaxInstruction (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp55 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon12230::AMDGPUAsmBackend
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp230 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon21402::MipsAsmBackend
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp55 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon21455::AMDGPUAsmBackend
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp68 virtual void relaxInstruction(const MCInst &Inst,
131 void SystemZMCAsmBackend::relaxInstruction(const MCInst &Inst, function in class:SystemZMCAsmBackend
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp55 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon22592::AMDGPUAsmBackend
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp198 void relaxInstruction(const MCInst&, llvm::MCInst&) const { function in class:__anon21320::ELFAArch64AsmBackend
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp138 llvm_unreachable("relaxInstruction() unimplemented");
142 void relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon21427::PPCAsmBackend
144 llvm_unreachable("relaxInstruction() unimplemented");
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp119 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
266 void X86AsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:X86AsmBackend
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp129 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
203 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:ARMAsmBackend
/external/llvm/lib/MC/
H A DMCAssembler.cpp862 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, function in class:MCAssembler
875 getBackend().relaxInstruction(F.getInst(), Relaxed);
963 RelaxedFrag = relaxInstruction(Layout, *cast<MCRelaxableFragment>(I));

Completed in 1327 milliseconds