Searched refs:emitInstruction (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCAsmPrinter.cpp44 void emitInstruction(const MachineInstr *MI) override;
51 void ARCAsmPrinter::emitInstruction(const MachineInstr *MI) { function in class:ARCAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp65 MCELFStreamer::emitInstruction(Inst, STI);
87 void PPCELFStreamer::emitInstruction(const MCInst &Inst, function in class:PPCELFStreamer
94 MCELFStreamer::emitInstruction(Inst, STI);
H A DPPCELFStreamer.h40 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.h29 void emitInstruction(const MachineInstr *MI) override;
H A DAMDGPUAsmPrinter.h124 void emitInstruction(const MachineInstr *MI) override;
/freebsd-13-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-13-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;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp58 void emitInstruction(const MachineInstr *MI) override;
85 OutStreamer.emitInstruction(SICInst, STI);
97 OutStreamer.emitInstruction(BSICInst, STI);
109 OutStreamer.emitInstruction(LEAInst, STI);
121 OutStreamer.emitInstruction(LEASLInst, STI);
133 OutStreamer.emitInstruction(LEAInst, STI);
145 OutStreamer.emitInstruction(LEASLInst, STI);
156 OutStreamer.emitInstruction(Inst, STI);
324 void VEAsmPrinter::emitInstruction(const MachineInstr *MI) { function in class:VEAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp117 void emitInstruction(const MachineInstr *MI) override;
382 OutStreamer->emitInstruction(MCInstBuilder(AArch64::UBFMXri)
388 OutStreamer->emitInstruction(MCInstBuilder(AArch64::LDRBBroX)
395 OutStreamer->emitInstruction(
403 OutStreamer->emitInstruction(
411 OutStreamer->emitInstruction(
416 OutStreamer->emitInstruction(MCInstBuilder(AArch64::SUBSWri)
423 OutStreamer->emitInstruction(
429 OutStreamer->emitInstruction(
437 OutStreamer->emitInstruction(MCInstBuilde
1007 void AArch64AsmPrinter::emitInstruction(const MachineInstr *MI) { function in class:AArch64AsmPrinter
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.h49 void emitInstruction(const MachineInstr *MI) override;
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h35 void emitInstruction(const MachineInstr *MI) override;
H A DSystemZHazardRecognizer.h128 void emitInstruction(MachineInstr *MI, bool TakenBranch = false);
/freebsd-13-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-13-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
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp60 void emitInstruction(const MachineInstr *MI) override;
151 void MSP430AsmPrinter::emitInstruction(const MachineInstr *MI) { function in class:MSP430AsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp109 void emitInstruction(const MCInst &Inst,
112 MCELFStreamer::emitInstruction(Inst, STI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp52 void emitInstruction(const MachineInstr *MI) override;
90 void RISCVAsmPrinter::emitInstruction(const MachineInstr *MI) { function in class:RISCVAsmPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.h48 void emitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.h98 void emitInstruction(uint64_t Val, unsigned Size, const MCSubtargetInfo &STI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h71 void emitInstruction(const MachineInstr *MI) override;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp50 virtual void emitInstruction(const MCInst &Inst,

Completed in 120 milliseconds

123