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

  /external/llvm/include/llvm/Target/
TargetAsmBackend.h 107 /// RelaxInstruction - Relax the instruction in the given fragment to the next
113 virtual void RelaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmBackend.cpp 63 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
92 void MBlazeAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/Target/PowerPC/
PPCAsmBackend.cpp 64 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const {
66 assert(0 && "RelaxInstruction() unimplemented");
  /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/ARM/
ARMAsmBackend.cpp 93 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
120 void ARMAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const {
121 assert(0 && "ARMAsmBackend::RelaxInstruction() unimplemented");
  /external/llvm/lib/Target/X86/
X86AsmBackend.cpp 103 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
242 void X86AsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/include/llvm/MC/
MCAssembler.h 733 bool RelaxInstruction(MCAsmLayout &Layout, MCInstFragment &IF);

Completed in 1236 milliseconds