Searched refs:RelaxInstruction (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp61 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
90 void MBlazeAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon20066::MBlazeAsmBackend
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAsmBackend.h107 /// RelaxInstruction - Relax the instruction in the given fragment to the next
113 virtual void RelaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
H A DMCAssembler.h733 bool RelaxInstruction(MCAsmLayout &Layout, MCInstFragment &IF);
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp55 /// RelaxInstruction - Relax the instruction in the given fragment to the next
61 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon20079::MipsAsmBackend
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCObjectStreamer.cpp176 getAssembler().getBackend().RelaxInstruction(Inst, Relaxed);
178 getAssembler().getBackend().RelaxInstruction(Relaxed, Relaxed);
H A DMCAssembler.cpp682 bool MCAssembler::RelaxInstruction(MCAsmLayout &Layout, function in class:MCAssembler
695 getBackend().RelaxInstruction(IF.getInst(), Relaxed);
779 relaxedFrag = RelaxInstruction(Layout, *cast<MCInstFragment>(it2));
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp97 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:__anon20094::PPCAsmBackend
99 assert(0 && "RelaxInstruction() unimplemented");
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp105 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
132 void ARMAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:ARMAsmBackend
133 assert(0 && "ARMAsmBackend::RelaxInstruction() unimplemented");
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp110 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
249 void X86AsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { function in class:X86AsmBackend

Completed in 219 milliseconds