HomeSort by relevance Sort by last modified time
    Searched refs:relaxInstruction (Results 1 - 9 of 9) 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/include/llvm/MC/
MCAsmBackend.h 126 /// RelaxInstruction - Relax the instruction in the given fragment to the next
132 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
MCAssembler.h 770 bool relaxInstruction(MCAsmLayout &Layout, MCInstFragment &IF);
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 184 getAssembler().getBackend().relaxInstruction(Inst, Relaxed);
186 getAssembler().getBackend().relaxInstruction(Relaxed, Relaxed);
MCAssembler.cpp 683 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout,
696 getBackend().relaxInstruction(IF.getInst(), Relaxed);
780 relaxedFrag = relaxInstruction(Layout, *cast<MCInstFragment>(it2));
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 211 assert(0 && "RelaxInstruction() unimplemented");
215 /// RelaxInstruction - Relax the instruction in the given fragment
221 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 124 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
198 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {

Completed in 880 milliseconds