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

  /external/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 97 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const {
99 assert(0 && "RelaxInstruction() unimplemented");
  /external/swiftshader/third_party/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 {
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 682 bool MCAssembler::RelaxInstruction(MCAsmLayout &Layout,
695 getBackend().RelaxInstruction(IF.getInst(), Relaxed);
779 relaxedFrag = RelaxInstruction(Layout, *cast<MCInstFragment>(it2));

Completed in 294 milliseconds