Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
DMBlazeAsmBackend.cpp61 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
90 void MBlazeAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in __anon272f61e60111::MBlazeAsmBackend
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmBackend.h113 virtual void RelaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
DMCAssembler.h733 bool RelaxInstruction(MCAsmLayout &Layout, MCInstFragment &IF);
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectStreamer.cpp176 getAssembler().getBackend().RelaxInstruction(Inst, Relaxed); in EmitInstruction()
178 getAssembler().getBackend().RelaxInstruction(Relaxed, Relaxed); in EmitInstruction()
DMCAssembler.cpp682 bool MCAssembler::RelaxInstruction(MCAsmLayout &Layout, in RelaxInstruction() function in MCAssembler
695 getBackend().RelaxInstruction(IF.getInst(), Relaxed); in RelaxInstruction()
779 relaxedFrag = RelaxInstruction(Layout, *cast<MCInstFragment>(it2)); in LayoutSectionOnce()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp61 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in __anon40ff0c620111::MipsAsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp105 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
132 void ARMAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in ARMAsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp110 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const;
249 void X86AsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in X86AsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp97 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in __anon478235330111::PPCAsmBackend