Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCCodeEmitter.cpp43 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
56 void WebAssemblyMCCodeEmitter::encodeInstruction( in encodeInstruction() function in WebAssemblyMCCodeEmitter
/external/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCCodeEmitter.cpp58 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/lib/Target/AMDGPU/MCTargetDesc/
DR600MCCodeEmitter.cpp45 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
86 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in R600MCCodeEmitter
DSIMCCodeEmitter.cpp54 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/include/llvm/MC/
DMCCodeEmitter.h39 virtual void encodeInstruction(const MCInst &Inst, raw_ostream &OS,
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCCodeEmitter.cpp45 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/
DHexagonMCCodeEmitter.h47 void encodeInstruction(MCInst const &MI, raw_ostream &OS,
DHexagonAsmBackend.cpp54 E.encodeInstruction(HMB, VecOS, Fixups, RF.getSubtargetInfo()); in ReplaceInstruction()
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/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp82 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream,
175 void LanaiMCCodeEmitter::encodeInstruction( in encodeInstruction() function in llvm::__anon00bc0c2a0111::LanaiMCCodeEmitter
/external/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp162 InstEmitter.encodeInstruction(TmpInst, CodeStream, Fixups, in EmitInstruction()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCCodeEmitter.cpp160 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/
DWinCOFFStreamer.cpp51 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
DMCMachOStreamer.cpp454 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
DMCObjectStreamer.cpp278 getAssembler().getEmitter().encodeInstruction(Inst, VecOS, IF->getFixups(), in EmitInstToFragment()
DMCELFStreamer.cpp478 Assembler.getEmitter().encodeInstruction(Inst, VecOS, Fixups, STI); in EmitInstToData()
DMCAssembler.cpp777 getEmitter().encodeInstruction(Relaxed, VecOS, Fixups, F.getSubtargetInfo()); in relaxInstruction()
DMCAsmStreamer.cpp1456 Emitter->encodeInstruction(Inst, VecOS, Fixups, STI); in AddEncodingComment()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.h54 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
DMipsMCCodeEmitter.cpp184 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in MipsMCCodeEmitter
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCCodeEmitter.cpp105 void encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in __anoneffbfb630111::PPCMCCodeEmitter
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp130 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/
DARMMCCodeEmitter.cpp428 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.cpp89 CodeEmitter->encodeInstruction(Inst, VecOS, Fixups, STI); in count()
939 CodeEmitter->encodeInstruction(MCI, VecOS, Fixups, getSubtargetInfo()); in LowerPATCHABLE_OP()