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

1 2 3

  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUAsmPrinter.h 38 virtual void EmitInstruction(const MachineInstr *MI);
AMDGPUMCInstLower.cpp 58 void AMDGPUAsmPrinter::EmitInstruction(const MachineInstr *MI) {
74 OutStreamer.EmitInstruction(MCBundleInst);
80 OutStreamer.EmitInstruction(TmpInst);
  /external/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 69 /// EmitInstruction - This callback is invoked when an instruction is
71 virtual void EmitInstruction(SUnit *) {}
ScoreboardHazardRecognizer.h 119 void EmitInstruction(SUnit *SU) override;
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.h 42 void EmitInstruction(SUnit *SU) override;
ARMHazardRecognizer.cpp 83 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) {
90 ScoreboardHazardRecognizer::EmitInstruction(SU);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 39 // instructions are emitted via EmitInstruction method. That's the
193 EmitInstruction(Out, MCInstBuilder(X86::REP_PREFIX));
199 EmitInstruction(Out, Inst);
245 EmitInstruction(Out, Inst);
514 EmitInstruction(Out, MCInstBuilder(X86::PUSH32r).addReg(Reg));
519 EmitInstruction(Out, MCInstBuilder(X86::POP32r).addReg(Reg));
524 EmitInstruction(Out, MCInstBuilder(X86::PUSHF32));
529 EmitInstruction(Out, MCInstBuilder(X86::POPF32));
548 EmitInstruction(
600 EmitInstruction(Out, MCInstBuilder(X86::CLD))
    [all...]
X86AsmInstrumentation.h 59 void EmitInstruction(MCStreamer &Out, const MCInst &Inst);
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.h 33 void EmitInstruction(const MachineInstr *MI) override;
  /external/llvm/lib/Target/BPF/
BPFAsmPrinter.cpp 45 void EmitInstruction(const MachineInstr *MI) override;
75 void BPFAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp 18 void MipsELFStreamer::EmitInstruction(const MCInst &Inst,
20 MCELFStreamer::EmitInstruction(Inst, STI);
MipsNaClELFStreamer.cpp 100 MipsELFStreamer::EmitInstruction(MaskInst, STI);
110 MipsELFStreamer::EmitInstruction(MI, STI);
125 MipsELFStreamer::EmitInstruction(MI, STI);
138 void EmitInstruction(const MCInst &Inst,
181 MipsELFStreamer::EmitInstruction(Inst, STI);
187 MipsELFStreamer::EmitInstruction(Inst, STI);
194 MipsELFStreamer::EmitInstruction(Inst, STI);
MipsELFStreamer.h 49 void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
53 /// EmitInstruction.
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 43 void EmitInstruction(SUnit *SU) override;
80 void EmitInstruction(SUnit *SU) override;
PPCHazardRecognizers.cpp 175 void PPCDispatchGroupSBHazardRecognizer::EmitInstruction(SUnit *SU) {
204 return ScoreboardHazardRecognizer::EmitInstruction(SU);
385 void PPCHazardRecognizer970::EmitInstruction(SUnit *SU) {
  /external/llvm/lib/Object/
RecordStreamer.h 32 void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
RecordStreamer.cpp 70 void RecordStreamer::EmitInstruction(const MCInst &Inst,
72 MCStreamer::EmitInstruction(Inst, STI);
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.h 43 void EmitInstruction(const MachineInstr *MI) override;
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.h 30 virtual void EmitInstruction(const MCInst &Inst,
HexagonMCELFStreamer.cpp 38 void HexagonMCELFStreamer::EmitInstruction(const MCInst &MCK,
77 MCObjectStreamer::EmitInstruction(*MCB, STI);
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 59 void EmitInstruction(const MachineInstr *MI) override;
150 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.h 98 void EmitInstruction(const MachineInstr *MI) override;
AMDGPUMCInstLower.cpp 87 void AMDGPUAsmPrinter::EmitInstruction(const MachineInstr *MI) {
102 EmitInstruction(&*I);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 109 void EmitInstruction(const MCInst &Inst,
112 MCELFStreamer::EmitInstruction(Inst, STI);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 104 void EmitInstruction(const MachineInstr *MI) override;

Completed in 841 milliseconds

1 2 3