HomeSort by: relevance | last modified time | path
    Searched defs:encodeInstruction (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYMCCodeEmitter.cpp 34 void CSKYMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEMCCodeEmitter.cpp 52 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
87 void VEMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCCodeEmitter.cpp 46 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
59 void WebAssemblyMCCodeEmitter::encodeInstruction(
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
BPFMCCodeEmitter.cpp 62 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
119 void BPFMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCCodeEmitter.cpp 77 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream,
172 void LanaiMCCodeEmitter::encodeInstruction(
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCCodeEmitter.cpp 77 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
82 void MSP430MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCCodeEmitter.cpp 57 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
97 void SparcMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
193 // encodeInstruction.
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
R600MCCodeEmitter.cpp 41 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
92 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
SIMCCodeEmitter.cpp 44 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
300 void SIMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCCodeEmitter.cpp 277 void AVRMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kMCCodeEmitter.cpp 68 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
315 void M68kMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
321 LLVM_DEBUG(dbgs() << "EncodeInstruction: " << MCII.getName(Opcode) << "("
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCCodeEmitter.cpp 51 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
190 void RISCVMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
220 llvm_unreachable("Unhandled encodeInstruction length!");
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp 47 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
155 encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 175 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
592 void AArch64MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.cpp 367 void HexagonMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 451 void PPCMCCodeEmitter::encodeInstruction(
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 150 /// encodeInstruction - Emit the instruction.
153 encodeInstruction(const MCInst &MI, raw_ostream &OS,
191 llvm_unreachable("unimplemented opcode in encodeInstruction()");
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 53 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
1409 void X86MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS,

Completed in 32 milliseconds