Home
last modified time | relevance | path

Searched refs:encodeInstruction (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCCodeEmitter.cpp56 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
85 void WebAssemblyMCCodeEmitter::encodeInstruction( in encodeInstruction() function in WebAssemblyMCCodeEmitter
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DR600MCCodeEmitter.cpp44 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
88 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in R600MCCodeEmitter
DSIMCCodeEmitter.cpp54 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
181 void SIMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SIMCCodeEmitter
/external/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCCodeEmitter.cpp57 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
107 void BPFMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in BPFMCCodeEmitter
/external/llvm/include/llvm/MC/
DMCCodeEmitter.h39 virtual void encodeInstruction(const MCInst &Inst, raw_ostream &OS,
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCCodeEmitter.cpp44 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
82 void SparcMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SparcMCCodeEmitter
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.h47 void encodeInstruction(MCInst const &MI, raw_ostream &OS,
DHexagonMCCodeEmitter.cpp67 void HexagonMCCodeEmitter::encodeInstruction(MCInst const &MI, raw_ostream &OS, in encodeInstruction() function in HexagonMCCodeEmitter
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCCodeEmitter.cpp40 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
123 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SystemZMCCodeEmitter
/external/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp129 InstEmitter.encodeInstruction(TmpInst, CodeStream, Fixups, in EmitInstruction()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCCodeEmitter.cpp178 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
592 void AArch64MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in AArch64MCCodeEmitter
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.h54 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
DMipsMCCodeEmitter.cpp148 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in MipsMCCodeEmitter
/external/llvm/lib/MC/
DWinCOFFStreamer.cpp51 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
DMCMachOStreamer.cpp440 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
DMCObjectStreamer.cpp277 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(), in EmitInstToFragment()
DMCELFStreamer.cpp478 Assembler.getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
DMCAsmStreamer.cpp1246 Emitter->encodeInstruction(Inst, VecOS, Fixups, STI); in AddEncodingComment()
DMCAssembler.cpp1025 getEmitter().encodeInstruction(Relaxed, VecOS, Fixups, F.getSubtargetInfo()); in relaxInstruction()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCCodeEmitter.cpp102 void encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in __anonbbf3d7a40111::PPCMCCodeEmitter
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp152 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
1162 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in X86MCCodeEmitter
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp435 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
1669 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in ARMMCCodeEmitter
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp94 CodeEmitter->encodeInstruction(Inst, VecOS, Fixups, STI); in count()