HomeSort by relevance Sort by last modified time
    Searched refs:relaxInstruction (Results 1 - 11 of 11) 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 136 /// RelaxInstruction - Relax the instruction in the given fragment to the next
142 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
MCAssembler.h 923 bool relaxInstruction(MCAsmLayout &Layout, MCRelaxableFragment &IF);
    [all...]
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp 56 virtual void relaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 220 assert(0 && "RelaxInstruction() unimplemented");
224 /// RelaxInstruction - Relax the instruction in the given fragment
230 void relaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 125 llvm_unreachable("relaxInstruction() unimplemented");
129 void relaxInstruction(const MCInst &Inst, MCInst &Res) const {
131 llvm_unreachable("relaxInstruction() unimplemented");
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 205 getAssembler().getBackend().relaxInstruction(Inst, Relaxed);
207 getAssembler().getBackend().relaxInstruction(Relaxed, Relaxed);
MCAssembler.cpp 831 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout,
844 getBackend().relaxInstruction(F.getInst(), Relaxed);
930 RelaxedFrag = relaxInstruction(Layout, *cast<MCRelaxableFragment>(I));
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 119 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
266 void X86AsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 129 void relaxInstruction(const MCInst &Inst, MCInst &Res) const;
203 void ARMAsmBackend::relaxInstruction(const MCInst &Inst, MCInst &Res) const {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 198 void relaxInstruction(const MCInst&, llvm::MCInst&) const {

Completed in 256 milliseconds