HomeSort by: relevance | last modified time | path
    Searched refs:emitInstruction (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCAsmPrinter.cpp 44 void emitInstruction(const MachineInstr *MI) override;
51 void ARCAsmPrinter::emitInstruction(const MachineInstr *MI) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCXCOFFStreamer.cpp 55 MCXCOFFStreamer::emitInstruction(Inst, STI);
58 void PPCXCOFFStreamer::emitInstruction(const MCInst &Inst,
65 MCXCOFFStreamer::emitInstruction(Inst, STI);
PPCXCOFFStreamer.h 27 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
PPCELFStreamer.cpp 66 MCELFStreamer::emitInstruction(Inst, STI);
88 void PPCELFStreamer::emitInstruction(const MCInst &Inst,
108 MCELFStreamer::emitInstruction(Inst, STI);
PPCELFStreamer.h 40 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600AsmPrinter.h 29 void emitInstruction(const MachineInstr *MI) override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiAsmPrinter.cpp 54 void emitInstruction(const MachineInstr *MI) override;
158 OutStreamer->emitInstruction(MCInstBuilder(Lanai::ADD_I_LO)
166 OutStreamer->emitInstruction(MCInstBuilder(Lanai::SW_RI)
178 OutStreamer->emitInstruction(TmpInst, STI);
180 OutStreamer->emitInstruction(MCInstBuilder(Lanai::ADD_R)
194 OutStreamer->emitInstruction(TmpInst, STI);
197 void LanaiAsmPrinter::emitInstruction(const MachineInstr *MI) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 108 MipsELFStreamer::emitInstruction(MaskInst, STI);
118 MipsELFStreamer::emitInstruction(MI, STI);
133 MipsELFStreamer::emitInstruction(MI, STI);
146 void emitInstruction(const MCInst &Inst,
189 MipsELFStreamer::emitInstruction(Inst, STI);
195 MipsELFStreamer::emitInstruction(Inst, STI);
202 MipsELFStreamer::emitInstruction(Inst, STI);
MipsELFStreamer.cpp 36 void MipsELFStreamer::emitInstruction(const MCInst &Inst,
38 MCELFStreamer::emitInstruction(Inst, STI);
MipsELFStreamer.h 44 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
48 /// EmitInstruction.
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kAsmPrinter.cpp 79 void M68kAsmPrinter::emitInstruction(const MachineInstr *MI) {
84 << ") found in EmitInstruction()\n");
98 OutStreamer->emitInstruction(TmpInst0, getSubtargetInfo());
M68kAsmPrinter.h 61 void emitInstruction(const MachineInstr *MI) override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEAsmPrinter.cpp 58 void emitInstruction(const MachineInstr *MI) override;
88 OutStreamer.emitInstruction(SICInst, STI);
100 OutStreamer.emitInstruction(BSICInst, STI);
112 OutStreamer.emitInstruction(LEAInst, STI);
124 OutStreamer.emitInstruction(LEASLInst, STI);
136 OutStreamer.emitInstruction(LEAInst, STI);
148 OutStreamer.emitInstruction(LEASLInst, STI);
159 OutStreamer.emitInstruction(Inst, STI);
327 void VEAsmPrinter::emitInstruction(const MachineInstr *MI) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 121 void emitInstruction(const MachineInstr *MI) override;
387 OutStreamer->emitInstruction(MCInstBuilder(AArch64::SBFMXri)
393 OutStreamer->emitInstruction(
401 OutStreamer->emitInstruction(
409 OutStreamer->emitInstruction(
417 OutStreamer->emitInstruction(
422 OutStreamer->emitInstruction(MCInstBuilder(AArch64::UBFMXri)
428 OutStreamer->emitInstruction(MCInstBuilder(AArch64::SUBSXri)
434 OutStreamer->emitInstruction(
442 OutStreamer->emitInstruction(MCInstBuilder(AArch64::SUBSWri
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.h 49 void emitInstruction(const MachineInstr *MI) override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.h 33 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
HexagonMCELFStreamer.cpp 61 void HexagonMCELFStreamer::emitInstruction(const MCInst &MCB,
74 MCObjectStreamer::emitInstruction(MCB, STI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.h 35 void emitInstruction(const MachineInstr *MI) override;
SystemZHazardRecognizer.h 118 void EmitInstruction(SUnit *SU) override;
128 void emitInstruction(MachineInstr *MI, bool TakenBranch = false);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRAsmPrinter.cpp 55 void emitInstruction(const MachineInstr *MI) override;
174 void AVRAsmPrinter::emitInstruction(const MachineInstr *MI) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFAsmPrinter.cpp 51 void emitInstruction(const MachineInstr *MI) override;
140 void BPFAsmPrinter::emitInstruction(const MachineInstr *MI) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 60 void emitInstruction(const MachineInstr *MI) override;
151 void MSP430AsmPrinter::emitInstruction(const MachineInstr *MI) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVAsmPrinter.cpp 52 void emitInstruction(const MachineInstr *MI) override;
90 void RISCVAsmPrinter::emitInstruction(const MachineInstr *MI) {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
RecordStreamer.h 48 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCCodeEmitter.h 98 void emitInstruction(uint64_t Val, unsigned Size, const MCSubtargetInfo &STI,

Completed in 35 milliseconds

1 2 3 4