HomeSort by relevance Sort by last modified time
    Searched refs:emitInstruction (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 85 void emitInstruction(const MachineInstr &MI);
150 emitInstruction(*I);
378 void MipsCodeEmitter::emitInstruction(const MachineInstr &MI) {
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 71 void emitInstruction(MachineInstr &MI, const MCInstrDesc *Desc);
134 emitInstruction(*I, &Desc);
137 emitInstruction(*I, &II->get(X86::POP32r));
600 void Emitter<CodeEmitter>::emitInstruction(MachineInstr &MI,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 85 void emitInstruction(const MachineInstr &MI);
408 emitInstruction(*I);
545 void ARMCodeEmitter::emitInstruction(const MachineInstr &MI) {
    [all...]

Completed in 272 milliseconds