Searched defs:RelaxInstruction (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp61 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
90 void MBlazeAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon6872::MBlazeAsmBackend
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp55 /// RelaxInstruction - Relax the instruction in the given fragment to the next
61 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon6885::MipsAsmBackend
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp105 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
132 void ARMAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:ARMAsmBackend
133 assert(0 && "ARMAsmBackend::RelaxInstruction() unimplemented");
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp97 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon6900::PPCAsmBackend
99 assert(0 && "RelaxInstruction() unimplemented");
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp110 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
249 void X86AsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:X86AsmBackend
/external/llvm/lib/MC/
H A DMCAssembler.cpp682 bool MCAssembler::RelaxInstruction(MCAsmLayout &Layout, function in class:MCAssembler
695 getBackend().RelaxInstruction(IF.getInst(), Relaxed);
779 relaxedFrag = RelaxInstruction(Layout, *cast<MCInstFragment>(it2));

Completed in 961 milliseconds