Home
last modified time | relevance | path

Searched defs:emitInstruction (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCAsmPrinter.cpp51 void ARCAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in ARCAsmPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCXCOFFStreamer.cpp58 void PPCXCOFFStreamer::emitInstruction(const MCInst &Inst, in emitInstruction() function in PPCXCOFFStreamer
H A DPPCELFStreamer.cpp85 void PPCELFStreamer::emitInstruction(const MCInst &Inst, in emitInstruction() function in PPCELFStreamer
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MCInstLower.cpp47 void R600AsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in R600AsmPrinter
H A DAMDGPUMCInstLower.cpp186 void AMDGPUAsmPrinter::emitInstruction(const MachineInstr *MI) { emitInstruction() function in AMDGPUAsmPrinter
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.h95 void emitInstruction(const MCInst &Inst, in emitInstruction() function
128 void emitInstruction(const MCInst &Inst, in emitInstruction() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchAsmPrinter.cpp32 void LoongArchAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in LoongArchAsmPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp140 void BPFAsmPrinter::emitInstruction(const MachineInstr *MI) { emitInstruction() function in BPFAsmPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.cpp163 void M68kAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in M68kAsmPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp62 void HexagonMCELFStreamer::emitInstruction(const MCInst &MCB, emitInstruction() function in HexagonMCELFStreamer
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp197 void LanaiAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in LanaiAsmPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp36 void MipsELFStreamer::emitInstruction(const MCInst &Inst, in emitInstruction() function in MipsELFStreamer
H A DMipsNaClELFStreamer.cpp146 void emitInstruction(const MCInst &Inst, in emitInstruction() function in __anonbf4b4bd60111::MipsNaClELFStreamer
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp151 void MSP430AsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in MSP430AsmPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h131 void emitInstruction(const MCInst &Inst, emitInstruction() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp173 MCELFStreamer::emitInstruction(Inst, STI); in emitInstruction() function in RISCVELFStreamer
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp258 void XCoreAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in XCoreAsmPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp191 void AVRAsmPrinter::emitInstruction(const MachineInstr *MI) { emitInstruction() function in llvm::AVRAsmPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp143 void CSKYAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in CSKYAsmPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp410 void SystemZHazardRecognizer::emitInstruction(MachineInstr *MI, in emitInstruction() function in SystemZHazardRecognizer
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp271 void SparcAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in SparcAsmPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp329 void VEAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction() function in VEAsmPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp207 void emitInstruction(const MCInst &Inst, emitInstruction() function in __anona1095d580111::AArch64ELFStreamer
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp749 void PPCAsmPrinter::emitInstruction(const MachineInstr *MI) { emitInstruction() function in PPCAsmPrinter
1572 void PPCLinuxAsmPrinter::emitInstruction(const MachineInstr *MI) { emitInstruction() function in PPCLinuxAsmPrinter
2815 void PPCAIXAsmPrinter::emitInstruction(const MachineInstr *MI) { emitInstruction() function in PPCAIXAsmPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp229 void SPIRVAsmPrinter::emitInstruction(const MachineInstr *MI) { emitInstruction() function in SPIRVAsmPrinter

12