HomeSort by relevance Sort by last modified time
    Searched defs:relaxInstruction (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 60 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
101 void MBlazeAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 188 assert(0 && "RelaxInstruction() unimplemented");
192 /// RelaxInstruction - Relax the instruction in the given fragment
198 void relaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 96 llvm_unreachable("relaxInstruction() unimplemented");
100 void relaxInstruction(const MCInst &Inst, MCInst &Res) const {
102 llvm_unreachable("relaxInstruction() unimplemented");
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 118 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
265 void X86AsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 147 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
221 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/MC/
MCAssembler.cpp 676 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout,
689 getBackend().relaxInstruction(IF.getInst(), Relaxed);
773 relaxedFrag = relaxInstruction(Layout, *cast<MCInstFragment>(it2));

Completed in 49 milliseconds