HomeSort by relevance Sort by last modified time
    Searched refs:EmitInstruction (Results 26 - 50 of 66) sorted by null

12 3

  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 82 void EmitInstruction(const MachineInstr *MI) override;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 766 getStreamer().EmitInstruction(TmpInst, STI);
776 getStreamer().EmitInstruction(TmpInst, STI);
784 getStreamer().EmitInstruction(TmpInst, STI);
804 getStreamer().EmitInstruction(Inst, STI);
832 getStreamer().EmitInstruction(Inst, STI);
844 getStreamer().EmitInstruction(Inst, STI);
852 getStreamer().EmitInstruction(Inst, STI);
860 getStreamer().EmitInstruction(Inst, STI);
884 getStreamer().EmitInstruction(Inst, STI);
MipsMCCodeEmitter.cpp 127 void MipsMCCodeEmitter::EmitInstruction(uint64_t Val, unsigned Size,
135 EmitInstruction(Val >> 16, 2, STI, OS);
136 EmitInstruction(Val, 2, STI, OS);
214 EmitInstruction(Binary, Size, STI, OS);
    [all...]
MipsMCCodeEmitter.h 51 void EmitInstruction(uint64_t Val, unsigned Size, const MCSubtargetInfo &STI,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 73 void EmitInstruction(const MachineInstr *MI) override;
200 void WebAssemblyAsmPrinter::EmitInstruction(const MachineInstr *MI) {
201 DEBUG(dbgs() << "EmitInstruction: " << *MI << '\n');
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 60 void EmitInstruction(const MachineInstr *MI) override;
117 OutStreamer.EmitInstruction(CallInst, STI);
128 OutStreamer.EmitInstruction(SETHIInst, STI);
140 OutStreamer.EmitInstruction(Inst, STI);
258 void SparcAsmPrinter::EmitInstruction(const MachineInstr *MI)
  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 100 void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo& STI) override;
MCStreamer.h 694 virtual void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI);
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 179 void ScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) {
PostRASchedulerList.cpp 611 HazardRec->EmitInstruction(FoundSUnit);
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 241 HazardRec->EmitInstruction(FoundSUnit);
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 120 void EmitInstruction(const MachineInstr *MI) override;
MipsAsmPrinter.cpp 132 void MipsAsmPrinter::EmitInstruction(const MachineInstr *MI) {
202 llvm_unreachable("Pseudo opcode found in EmitInstruction()");
779 OutStreamer->EmitInstruction(I, STI);
787 OutStreamer->EmitInstruction(I, STI);
807 OutStreamer->EmitInstruction(I, STI);
818 OutStreamer->EmitInstruction(I, STI);
    [all...]
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 72 Streamer.EmitInstruction(Inst, STI);
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 82 void EmitInstruction(const MachineInstr *MI) override;
267 void XCoreAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 228 void MCObjectStreamer::EmitInstruction(const MCInst &Inst,
230 MCStreamer::EmitInstruction(Inst, STI);
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 111 OutStreamer->EmitInstruction(Inst, getSubtargetInfo());
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 281 // Targets can, or in the case of EmitInstruction, must implement these to
310 virtual void EmitInstruction(const MachineInstr *) {
311 llvm_unreachable("EmitInstruction not implemented");
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 77 void EmitInstruction(const MachineInstr *MI) override;
437 void AArch64AsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 568 void HexagonAsmPrinter::EmitInstruction(const MachineInstr *MI) {
593 OutStreamer->EmitInstruction(MCB, getSubtargetInfo());
HexagonMachineScheduler.cpp 339 HazardRec->EmitInstruction(SU);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 209 void EmitInstruction(const MachineInstr *) override;
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 104 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 85 void EmitInstruction(const MachineInstr *MI) override;
488 /// EmitInstruction -- Print out a single PowerPC MI in Darwin syntax to
491 void PPCAsmPrinter::EmitInstruction(const MachineInstr *MI) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 152 S.EmitInstruction(Inst, getSubtargetInfo());
692 /// means the target will need to handle MI in EmitInstruction.
887 EmitInstruction(&MI);
897 EmitInstruction(&MI);
924 OutStreamer->EmitInstruction(Noop, getSubtargetInfo());
    [all...]

Completed in 798 milliseconds

12 3