Searched refs:EncodeInstruction (Results 1 - 24 of 24) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCCodeEmitter.h36 /// EncodeInstruction - Encode the given \p Inst to bytes on the output
38 virtual void EncodeInstruction(const MCInst &Inst, raw_ostream &OS,
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h37 void EncodeInstruction(MCInst const &MI, raw_ostream &OS,
H A DHexagonMCCodeEmitter.cpp55 void HexagonMCCodeEmitter::EncodeInstruction(MCInst const &MI, raw_ostream &OS, function in class:__anon10746::HexagonMCCodeEmitter
/external/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCCodeEmitter.cpp55 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
120 void BPFMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:BPFMCCodeEmitter
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DR600MCCodeEmitter.cpp44 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
89 void R600MCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:R600MCCodeEmitter
H A DSIMCCodeEmitter.cpp55 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
182 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:SIMCCodeEmitter
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp43 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
82 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:SparcMCCodeEmitter
149 // EncodeInstruction.
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DSIMCCodeEmitter.cpp73 /// EncodeInstruction - Encode the instruction and write it to the OS.
74 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
131 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:SIMCCodeEmitter
H A DR600MCCodeEmitter.cpp52 /// EncodeInstruction - Encode the instruction and write it to the OS.
53 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
150 void R600MCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:R600MCCodeEmitter
/external/llvm/lib/Target/R600/
H A DAMDGPUMCInstLower.cpp137 InstEmitter.EncodeInstruction(TmpInst, CodeStream, Fixups,
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp38 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
118 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:SystemZMCCodeEmitter
/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp52 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups, STI);
H A DMCMachOStreamer.cpp448 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups, STI);
H A DMCObjectStreamer.cpp259 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, IF->getFixups(),
H A DMCELFStreamer.cpp470 Assembler.getEmitter().EncodeInstruction(Inst, VecOS, Fixups, STI);
H A DMCAsmStreamer.cpp1170 Emitter->EncodeInstruction(Inst, VecOS, Fixups, STI);
H A DMCAssembler.cpp1023 getEmitter().EncodeInstruction(Relaxed, VecOS, Fixups, F.getSubtargetInfo());
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.h53 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
H A DMipsMCCodeEmitter.cpp140 /// EncodeInstruction - Emit the instruction.
143 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
176 llvm_unreachable("unimplemented opcode in EncodeInstruction()");
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp187 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
601 void AArch64MCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:AArch64MCCodeEmitter
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp100 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp435 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
1669 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp152 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
1155 EncodeInstruction(const MCInst &MI, raw_ostream &OS, function in class:__anon10915::X86MCCodeEmitter::X86MCCodeEmitter
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp90 CodeEmitter->EncodeInstruction(Inst, VecOS, Fixups, STI);

Completed in 4871 milliseconds