Searched refs:RelaxInstruction (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/ |
D | MBlazeAsmBackend.cpp | 61 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const; 90 void MBlazeAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in __anone269c0700111::MBlazeAsmBackend
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectStreamer.cpp | 176 getAssembler().getBackend().RelaxInstruction(Inst, Relaxed); in EmitInstruction() 178 getAssembler().getBackend().RelaxInstruction(Relaxed, Relaxed); in EmitInstruction()
|
D | MCAssembler.cpp | 682 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/include/llvm/MC/ |
D | MCAsmBackend.h | 113 virtual void RelaxInstruction(const MCInst &Inst, MCInst &Res) const = 0;
|
D | MCAssembler.h | 733 bool RelaxInstruction(MCAsmLayout &Layout, MCInstFragment &IF);
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 61 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in __anon3a4bb5ec0111::MipsAsmBackend
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 105 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/ |
D | X86AsmBackend.cpp | 110 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/ |
D | PPCAsmBackend.cpp | 97 void RelaxInstruction(const MCInst &Inst, MCInst &Res) const { in RelaxInstruction() function in __anonc69f693d0111::PPCAsmBackend
|