/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyMCCodeEmitter.cpp | 43 void encodeInstruction(const MCInst &MI, raw_ostream &OS, 56 void WebAssemblyMCCodeEmitter::encodeInstruction( in encodeInstruction() function in WebAssemblyMCCodeEmitter
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | R600MCCodeEmitter.cpp | 45 void encodeInstruction(const MCInst &MI, raw_ostream &OS, 86 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, 191 void SIMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SIMCCodeEmitter
|
/external/llvm/lib/Target/BPF/MCTargetDesc/ |
D | BPFMCCodeEmitter.cpp | 58 void encodeInstruction(const MCInst &MI, raw_ostream &OS, 108 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 | 45 void encodeInstruction(const MCInst &MI, raw_ostream &OS, 83 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 | HexagonAsmBackend.cpp | 54 E.encodeInstruction(HMB, VecOS, Fixups, RF.getSubtargetInfo()); in ReplaceInstruction()
|
D | HexagonMCCodeEmitter.cpp | 67 void HexagonMCCodeEmitter::encodeInstruction(MCInst const &MI, raw_ostream &OS, in encodeInstruction() function in HexagonMCCodeEmitter
|
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiMCCodeEmitter.cpp | 82 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream, 175 void LanaiMCCodeEmitter::encodeInstruction( in encodeInstruction() function in llvm::__anonc3bb97680111::LanaiMCCodeEmitter
|
/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 | 162 InstEmitter.encodeInstruction(TmpInst, CodeStream, Fixups, in EmitInstruction()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCCodeEmitter.cpp | 160 void encodeInstruction(const MCInst &MI, raw_ostream &OS, 539 void AArch64MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in AArch64MCCodeEmitter
|
/external/llvm/lib/MC/ |
D | WinCOFFStreamer.cpp | 51 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
|
D | MCMachOStreamer.cpp | 454 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
|
D | MCObjectStreamer.cpp | 278 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(), in EmitInstToFragment()
|
D | MCELFStreamer.cpp | 478 Assembler.getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
|
D | MCAssembler.cpp | 777 getEmitter().encodeInstruction(Relaxed, VecOS, Fixups, F.getSubtargetInfo()); in relaxInstruction()
|
D | MCAsmStreamer.cpp | 1456 Emitter->encodeInstruction(Inst, VecOS, Fixups, STI); in AddEncodingComment()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCCodeEmitter.h | 54 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
|
D | MipsMCCodeEmitter.cpp | 184 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in MipsMCCodeEmitter
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCCodeEmitter.cpp | 105 void encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in __anonb2fb86a10111::PPCMCCodeEmitter
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 130 void encodeInstruction(const MCInst &MI, raw_ostream &OS, 1114 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in X86MCCodeEmitter
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCCodeEmitter.cpp | 428 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 | 89 CodeEmitter->encodeInstruction(Inst, VecOS, Fixups, STI); in count() 939 CodeEmitter->encodeInstruction(MCI, VecOS, Fixups, getSubtargetInfo()); in LowerPATCHABLE_OP()
|