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

1 2

  /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 virtual void EmitInstruction(SUnit *SU);
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.h 39 virtual void EmitInstruction(const MachineInstr *MI);
AMDGPUMCInstLower.cpp 64 void AMDGPUAsmPrinter::EmitInstruction(const MachineInstr *MI) {
75 OutStreamer.EmitInstruction(MCBundleInst);
81 OutStreamer.EmitInstruction(TmpInst);
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 34 virtual void EmitInstruction(SUnit *SU);
69 virtual void EmitInstruction(SUnit *SU);
PPCAsmPrinter.cpp 78 virtual void EmitInstruction(const MachineInstr *MI);
333 /// EmitInstruction -- Print out a single PowerPC MI in Darwin syntax to
336 void PPCAsmPrinter::EmitInstruction(const MachineInstr *MI) {
373 OutStreamer.EmitInstruction(MCInstBuilder(PPC::BL_Darwin) // Darwin vs SVR4 doesn't matter here.
409 OutStreamer.EmitInstruction(TmpInst);
454 OutStreamer.EmitInstruction(TmpInst);
492 OutStreamer.EmitInstruction(TmpInst);
528 OutStreamer.EmitInstruction(TmpInst);
541 OutStreamer.EmitInstruction(MCInstBuilder(PPC::ADDIS8)
561 OutStreamer.EmitInstruction(TmpInst)
    [all...]
PPCHazardRecognizers.cpp 26 void PPCScoreboardHazardRecognizer::EmitInstruction(SUnit *SU) {
32 ScoreboardHazardRecognizer::EmitInstruction(SU);
197 void PPCHazardRecognizer970::EmitInstruction(SUnit *SU) {
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.h 49 virtual void EmitInstruction(SUnit *SU);
ARMAsmPrinter.cpp 324 /// runOnMachineFunction - This uses the EmitInstruction()
    [all...]
ARMHazardRecognizer.cpp 79 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) {
86 ScoreboardHazardRecognizer::EmitInstruction(SU);
ARMAsmPrinter.h 68 virtual void EmitInstruction(const MachineInstr *MI) LLVM_OVERRIDE;
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 59 void EmitInstruction(const MachineInstr *MI);
156 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) {
161 OutStreamer.EmitInstruction(TmpInst);
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.h 48 void EmitInstruction(const MachineInstr *MI);
AArch64AsmPrinter.cpp 294 void AArch64AsmPrinter::EmitInstruction(const MachineInstr *MI) {
313 OutStreamer.EmitInstruction(TmpInst);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 79 virtual void EmitInstruction(const MCInst& Inst) {
81 MCELFStreamer::EmitInstruction(Inst);
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 60 void EmitInstruction(const MachineInstr *MI);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 43 virtual void EmitInstruction(const MachineInstr *MI) LLVM_OVERRIDE;
X86MCInstLower.cpp 610 AsmPrinter.OutStreamer.EmitInstruction(MCInstBuilder(X86::RET));
627 OutStreamer.EmitInstruction(MCInstBuilder(X86::DATA16_PREFIX));
674 OutStreamer.EmitInstruction(LEA);
677 OutStreamer.EmitInstruction(MCInstBuilder(X86::DATA16_PREFIX));
678 OutStreamer.EmitInstruction(MCInstBuilder(X86::DATA16_PREFIX));
679 OutStreamer.EmitInstruction(MCInstBuilder(X86::REX64_PREFIX));
689 OutStreamer.EmitInstruction(MCInstBuilder(is64Bits ? X86::CALL64pcrel32
694 void X86AsmPrinter::EmitInstruction(const MachineInstr *MI) {
745 OutStreamer.EmitInstruction(MCInstBuilder(X86::CALLpcrel32)
752 OutStreamer.EmitInstruction(MCInstBuilder(X86::POP32r
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 80 virtual void EmitInstruction(const MCInst &Inst);
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 199 void HexagonAsmPrinter::EmitInstruction(const MachineInstr *MI) {
227 OutStreamer.EmitInstruction(MCI);
237 OutStreamer.EmitInstruction(MCI);
  /external/llvm/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 79 void EmitInstruction(const MachineInstr *MI);
189 void MBlazeAsmPrinter::EmitInstruction(const MachineInstr *MI) {
194 OutStreamer.EmitInstruction(TmpInst);
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 83 void EmitInstruction(const MachineInstr *MI);
297 void XCoreAsmPrinter::EmitInstruction(const MachineInstr *MI) {
336 OutStreamer.EmitInstruction(TmpInst);
  /external/llvm/lib/MC/
MCNullStreamer.cpp 99 virtual void EmitInstruction(const MCInst &Inst) {}
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 84 Streamer.EmitInstruction(Inst);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 91 virtual void EmitInstruction(const MCInst& Inst) {
97 MCELFStreamer::EmitInstruction(Inst);

Completed in 328 milliseconds

1 2