Home
last modified time | relevance | path

Searched refs:printInst (Results 1 – 25 of 55) sorted by relevance

123

/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiInstPrinter.h27 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
56 bool printInst(const MCInst *MI, raw_ostream &Ostream, StringRef Alias,
DLanaiInstPrinter.cpp38 bool LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst() function in LanaiInstPrinter
140 void LanaiInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in LanaiInstPrinter
/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/Views/
DInstructionView.cpp27 MCIP.printInst(&MCI, 0, "", STI, InstrStream); in printInstructionString()
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreInstPrinter.h35 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
DXCoreInstPrinter.cpp34 void XCoreInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in XCoreInstPrinter
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/
DBPFInstPrinter.h25 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
DBPFInstPrinter.cpp29 void BPFInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in BPFInstPrinter
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h31 void printInst(MCInst const *MI, uint64_t Address, StringRef Annot,
DHexagonInstPrinter.cpp33 void HexagonInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in HexagonInstPrinter
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyInstPrinter.h39 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXInstPrinter.h28 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430InstPrinter.h25 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
DMSP430InstPrinter.cpp29 void MSP430InstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in MSP430InstPrinter
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
DARCInstPrinter.h34 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
DAVRInstPrinter.h32 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
DAVRInstPrinter.cpp35 void AVRInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() function in llvm::AVRInstPrinter
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcInstPrinter.h27 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/
DVEInstPrinter.h28 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
DR600InstPrinter.h22 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVInstPrinter.h29 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCInstPrinter.h106 virtual void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsInstPrinter.h88 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.h30 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
245 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp505 printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes, in printInst() function in __anond732fec70411::PrettyPrinter
531 IP.printInst(MI, Addr, "", STI, OS); in printInst()
552 void printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes, in printInst() function in __anond732fec70411::HexagonPrettyPrinter
567 IP.printInst(MI, Address.Address, "", STI, TempStream); in printInst()
622 void printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes, in printInst() function in __anond732fec70411::AMDGCNPrettyPrinter
634 IP.printInst(MI, Address.Address, "", STI, IS); in printInst()
674 void printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes, in printInst() function in __anond732fec70411::BPFPrettyPrinter
688 IP.printInst(MI, Address.Address, "", STI, OS); in printInst()
697 void printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes, in printInst() function in __anond732fec70411::ARMPrettyPrinter
735 IP.printInst(MI, Address.Address, "", STI, OS); in printInst()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZInstPrinter.h48 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,

123