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

1 2 3 4

  /external/llvm/lib/Target/BPF/
BPFAsmPrinter.cpp 43 void EmitInstruction(const MachineInstr *MI) override;
47 void BPFAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUHazardRecognizers.cpp 129 void SPUHazardRecognizer::EmitInstruction(SUnit *SU)
SPUAsmPrinter.cpp 55 void EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCAsmPrinter.cpp 56 void EmitInstruction(const MachineInstr *MI) override;
65 void ARCAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Object/
RecordStreamer.cpp 76 void RecordStreamer::EmitInstruction(const MCInst &Inst,
78 MCStreamer::EmitInstruction(Inst, STI);
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 82 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) {
89 ScoreboardHazardRecognizer::EmitInstruction(SU);
  /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/Mips/MCTargetDesc/
MipsELFStreamer.cpp 18 void MipsELFStreamer::EmitInstruction(const MCInst &Inst,
20 MCELFStreamer::EmitInstruction(Inst, STI);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.cpp 83 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) {
108 ScoreboardHazardRecognizer::EmitInstruction(SU);
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaAsmPrinter.cpp 46 void EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinAsmPrinter.cpp 53 void EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430AsmPrinter.cpp 59 void EmitInstruction(const MachineInstr *MI);
156 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) {
161 OutStreamer.EmitInstruction(TmpInst);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 82 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) {
89 ScoreboardHazardRecognizer::EmitInstruction(SU);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFAsmPrinter.cpp 51 void EmitInstruction(const MachineInstr *MI) override;
125 void BPFAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonHazardRecognizer.cpp 109 void HexagonHazardRecognizer::EmitInstruction(SUnit *SU) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 62 void HexagonMCELFStreamer::EmitInstruction(const MCInst &MCB,
75 MCObjectStreamer::EmitInstruction(MCB, STI);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 57 void EmitInstruction(const MachineInstr *MI) override;
148 void MSP430AsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
Nios2AsmPrinter.cpp 38 //- EmitInstruction() must exists or will have run time error.
39 void EmitInstruction(const MachineInstr *MI) override;
51 //- EmitInstruction() must exists or will have run time error.
52 void Nios2AsmPrinter::EmitInstruction(const MachineInstr *MI) {
61 llvm_unreachable("Pseudo opcode found in EmitInstruction()");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVAsmPrinter.cpp 43 void EmitInstruction(const MachineInstr *MI) override;
76 void RISCVAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 70 /// EmitInstruction - This callback is invoked when an instruction is
72 virtual void EmitInstruction(SUnit *) {}
76 virtual void EmitInstruction(MachineInstr *) {}
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 38 void HexagonMCELFStreamer::EmitInstruction(const MCInst &MCK,
77 MCObjectStreamer::EmitInstruction(*MCB, STI);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 67 /// EmitInstruction - This callback is invoked when an instruction is
69 virtual void EmitInstruction(SUnit *) {}
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcAsmPrinter.cpp 46 virtual void EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 69 void EmitInstruction(const MachineInstr *MI);
75 void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ScheduleHazardRecognizer.h 70 /// EmitInstruction - This callback is invoked when an instruction is
72 virtual void EmitInstruction(SUnit *) {}
76 virtual void EmitInstruction(MachineInstr *) {}

Completed in 2310 milliseconds

1 2 3 4