Searched refs:EmitInstruction (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCAsmPrinter.cpp44 void EmitInstruction(const MachineInstr *MI) override;
49 void ARCAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:ARCAsmPrinter
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleHazardRecognizer.h69 /// EmitInstruction - This callback is invoked when an instruction is
71 virtual void EmitInstruction(SUnit *) {} function in class:llvm::ScheduleHazardRecognizer
75 virtual void EmitInstruction(MachineInstr *) {} function in class:llvm::ScheduleHazardRecognizer
H A DScoreboardHazardRecognizer.h120 void EmitInstruction(SUnit *SU) override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp49 void EmitInstruction(const MachineInstr *MI) override;
57 void VEAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:VEAsmPrinter
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.h29 void EmitInstruction(const MachineInstr *MI) override;
H A DGCNHazardRecognizer.h104 void EmitInstruction(SUnit *SU) override;
105 void EmitInstruction(MachineInstr *MI) override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.h40 void EmitInstruction(SUnit *SU) override;
H A DARMHazardRecognizer.cpp81 void ARMHazardRecognizer::EmitInstruction(SUnit *SU) { function in class:ARMHazardRecognizer
88 ScoreboardHazardRecognizer::EmitInstruction(SU);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h42 void EmitInstruction(SUnit *SU) override;
79 void EmitInstruction(SUnit *SU) override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp54 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) { function in class:LanaiAsmPrinter
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp108 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);
H A DMipsELFStreamer.cpp36 void MipsELFStreamer::EmitInstruction(const MCInst &Inst, function in class:MipsELFStreamer
38 MCELFStreamer::EmitInstruction(Inst, STI);
H A DMipsELFStreamer.h44 void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
48 /// EmitInstruction.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRAHazardRecognizer.cpp91 HazardRec->EmitInstruction(&MI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.h67 void EmitInstruction(SUnit *) override;
H A DHexagonAsmPrinter.h49 void EmitInstruction(const MachineInstr *MI) override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp115 void EmitInstruction(const MachineInstr *MI) override;
371 OutStreamer->EmitInstruction(MCInstBuilder(AArch64::UBFMXri)
377 OutStreamer->EmitInstruction(MCInstBuilder(AArch64::LDRBBroX)
384 OutStreamer->EmitInstruction(
392 OutStreamer->EmitInstruction(
400 OutStreamer->EmitInstruction(
405 OutStreamer->EmitInstruction(MCInstBuilder(AArch64::SUBSWri)
412 OutStreamer->EmitInstruction(
418 OutStreamer->EmitInstruction(
426 OutStreamer->EmitInstruction(MCInstBuilde
984 void AArch64AsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:AArch64AsmPrinter
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp47 void EmitInstruction(const MachineInstr *MI) override;
80 void RISCVAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:RISCVAsmPrinter
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.h33 void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
H A DHexagonMCELFStreamer.cpp61 void HexagonMCELFStreamer::EmitInstruction(const MCInst &MCB, function in class:HexagonMCELFStreamer
74 MCObjectStreamer::EmitInstruction(MCB, STI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h35 void EmitInstruction(const MachineInstr *MI) override;
H A DSystemZHazardRecognizer.h118 void EmitInstruction(SUnit *SU) override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp105 void EmitInstruction(const MCInst &Inst,
108 MCELFStreamer::EmitInstruction(Inst, STI);
112 /// directive, EmitInstruction should be used in other cases.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp54 void EmitInstruction(const MachineInstr *MI) override;
171 void AVRAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:llvm::AVRAsmPrinter
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp51 void EmitInstruction(const MachineInstr *MI) override;
140 void BPFAsmPrinter::EmitInstruction(const MachineInstr *MI) { function in class:BPFAsmPrinter

Completed in 194 milliseconds

1234