HomeSort by relevance Sort by last modified time
    Searched refs:RelaxInstruction (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmBackend.h 107 /// RelaxInstruction - Relax the instruction in the given fragment to the next
113 virtual void RelaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
MCAssembler.h 733 bool RelaxInstruction(MCAsmLayout &Layout, MCInstFragment &IF);
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 61 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
90 void MBlazeAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 55 /// RelaxInstruction - Relax the instruction in the given fragment to the next
61 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 176 getAssembler().getBackend().RelaxInstruction(Inst, Relaxed);
178 getAssembler().getBackend().RelaxInstruction(Relaxed, Relaxed);
MCAssembler.cpp 682 bool MCAssembler::RelaxInstruction(MCAsmLayout &Layout,
695 getBackend().RelaxInstruction(IF.getInst(), Relaxed);
779 relaxedFrag = RelaxInstruction(Layout, *cast<MCInstFragment>(it2));
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 97 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const {
99 assert(0 && "RelaxInstruction() unimplemented");
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 105 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
132 void ARMAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const {
133 assert(0 && "ARMAsmBackend::RelaxInstruction() unimplemented");
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 110 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
249 void X86AsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const {

Completed in 198 milliseconds