/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyMCCodeEmitter.cpp | 56 void encodeInstruction(const MCInst &MI, raw_ostream &OS, 85 void WebAssemblyMCCodeEmitter::encodeInstruction( in encodeInstruction() function in WebAssemblyMCCodeEmitter
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | R600MCCodeEmitter.cpp | 44 void encodeInstruction(const MCInst &MI, raw_ostream &OS, 88 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in R600MCCodeEmitter
|
D | SIMCCodeEmitter.cpp | 54 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/ |
D | BPFMCCodeEmitter.cpp | 57 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/ |
D | MCCodeEmitter.h | 39 virtual void encodeInstruction(const MCInst &Inst, raw_ostream &OS,
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCCodeEmitter.cpp | 44 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/ |
D | HexagonMCCodeEmitter.h | 47 void encodeInstruction(MCInst const &MI, raw_ostream &OS,
|
D | HexagonMCCodeEmitter.cpp | 67 void HexagonMCCodeEmitter::encodeInstruction(MCInst const &MI, raw_ostream &OS, in encodeInstruction() function in HexagonMCCodeEmitter
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCCodeEmitter.cpp | 40 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/ |
D | AMDGPUMCInstLower.cpp | 129 InstEmitter.encodeInstruction(TmpInst, CodeStream, Fixups, in EmitInstruction()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCCodeEmitter.cpp | 178 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/ |
D | MipsMCCodeEmitter.h | 54 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
|
D | MipsMCCodeEmitter.cpp | 148 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in MipsMCCodeEmitter
|
/external/llvm/lib/MC/ |
D | WinCOFFStreamer.cpp | 51 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
|
D | MCMachOStreamer.cpp | 440 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
|
D | MCObjectStreamer.cpp | 277 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(), in EmitInstToFragment()
|
D | MCELFStreamer.cpp | 478 Assembler.getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
|
D | MCAsmStreamer.cpp | 1246 Emitter->encodeInstruction(Inst, VecOS, Fixups, STI); in AddEncodingComment()
|
D | MCAssembler.cpp | 1025 getEmitter().encodeInstruction(Relaxed, VecOS, Fixups, F.getSubtargetInfo()); in relaxInstruction()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCCodeEmitter.cpp | 102 void encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in __anonbbf3d7a40111::PPCMCCodeEmitter
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 152 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/ |
D | ARMMCCodeEmitter.cpp | 435 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/ |
D | X86MCInstLower.cpp | 94 CodeEmitter->encodeInstruction(Inst, VecOS, Fixups, STI); in count()
|