Home
last modified time | relevance | path

Searched refs:printInst (Results 51 – 66 of 66) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp63 void RISCVInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in RISCVInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.h33 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
H A DAMDGPUInstPrinter.cpp43 void AMDGPUInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in AMDGPUInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.h28 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
H A DARMInstPrinter.cpp88 void ARMInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in ARMInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp242 InstPrinter.printInst(&Inst, Address, "", STI, TempStream); in prettyPrintAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp55 void PPCInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in PPCInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ATTInstPrinter.cpp42 void X86ATTInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in X86ATTInstPrinter
H A DX86IntelInstPrinter.cpp40 void X86IntelInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in X86IntelInstPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp75 void AArch64InstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in AArch64InstPrinter
784 void AArch64AppleInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in AArch64AppleInstPrinter
840 AArch64InstPrinter::printInst(MI, Address, Annot, STI, O); in printInst()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp592 IP->printInst(&IE.Inst, 0, "", *STI, SS); in main()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp451 MIP->printInst(&Instruction, Address, AnnotationsStr, *STI, Stream); in createInstructions()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1072 InstPrinter.printInst(&Inst, Address, "", STI, OS); in prettyPrintAsm()
H A DMCAsmStreamer.cpp2399 InstPrinter->printInst(&Inst, 0, "", STI, OS); in emitInstruction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1365 m_instr_printer_up->printInst(&mc_inst, pc, llvm::StringRef(), in PrintMCInst()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7517 ThumbIP->printInst(&Inst, PC, AnnotationsStr, *ThumbSTI, in DisassembleMachO()
7520 IP->printInst(&Inst, PC, AnnotationsStr, *STI, FormattedOS); in DisassembleMachO()
7596 IP->printInst(&Inst, PC, AnnotationsStr, *STI, outs()); in DisassembleMachO()

123