Searched defs:relaxInstruction (Results 1 - 6 of 6) 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:__anon13909::AMDGPUAsmBackend
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp55 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon27320::AMDGPUAsmBackend
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp75 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override;
239 void AArch64AsmBackend::relaxInstruction(const MCInst &Inst, function in class:AArch64AsmBackend
241 assert(false && "AArch64AsmBackend::relaxInstruction() unimplemented");
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp164 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override;
247 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:ARMAsmBackend
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp133 void relaxInstruction(const MCInst &Inst, MCInst &Res) const override;
280 void X86AsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:X86AsmBackend
/external/llvm/lib/MC/
H A DMCAssembler.cpp962 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, function in class:MCAssembler
975 getBackend().relaxInstruction(F.getInst(), Relaxed);
1063 RelaxedFrag = relaxInstruction(Layout, *cast<MCRelaxableFragment>(I));

Completed in 972 milliseconds