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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCCodeEmitter.h 34 /// EncodeInstruction - Encode the given \arg Inst to bytes on the output
36 virtual void EncodeInstruction(const MCInst &Inst, raw_ostream &OS,
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 42 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
  /external/swiftshader/third_party/LLVM/lib/MC/
MCPureStreamer.cpp 202 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
215 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
MCObjectStreamer.cpp 192 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, IF->getFixups());
MCELFStreamer.cpp 338 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
MCMachOStreamer.cpp 369 getAssembler().getEmitter().EncodeInstruction(Inst, VecOS, Fixups);
WinCOFFStreamer.cpp 380 getAssembler().getEmitter().EncodeInstruction(Instruction, VecOS,
MCAsmStreamer.cpp     [all...]
MCAssembler.cpp 704 getEmitter().EncodeInstruction(Relaxed, VecOS, Fixups);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCCodeEmitter.cpp 93 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
180 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 62 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 118 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
838 EncodeInstruction(const MCInst &MI, raw_ostream &OS,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 331 void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
    [all...]

Completed in 180 milliseconds