Home
last modified time | relevance | path

Searched refs:MCInstPrinter (Results 1 – 25 of 226) sorted by relevance

12345678910

/external/llvm/lib/MC/
DMCInstPrinter.cpp28 MCInstPrinter::~MCInstPrinter() { in ~MCInstPrinter()
33 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName()
37 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName()
41 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation()
55 StringRef MCInstPrinter::markup(StringRef s) const { in markup()
61 StringRef MCInstPrinter::markup(StringRef a, StringRef b) const { in markup()
81 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const { in formatDec()
85 format_object<int64_t> MCInstPrinter::formatHex(int64_t Value) const { in formatHex()
108 format_object<uint64_t> MCInstPrinter::formatHex(uint64_t Value) const { in formatHex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInstPrinter.cpp37 MCInstPrinter::~MCInstPrinter() = default;
41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName()
45 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName()
49 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation()
103 const char *MCInstPrinter::matchAliasPatterns(const MCInst *MI, in matchAliasPatterns()
151 StringRef MCInstPrinter::markup(StringRef s) const { in markup()
171 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const { in formatDec()
175 format_object<int64_t> MCInstPrinter::formatHex(int64_t Value) const { in formatHex()
199 format_object<uint64_t> MCInstPrinter::formatHex(uint64_t Value) const { in formatHex()
/external/llvm-project/llvm/lib/MC/
DMCInstPrinter.cpp37 MCInstPrinter::~MCInstPrinter() = default;
41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName()
45 void MCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName()
49 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation()
123 const char *MCInstPrinter::matchAliasPatterns(const MCInst *MI, in matchAliasPatterns()
173 StringRef MCInstPrinter::markup(StringRef s) const { in markup()
193 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const { in formatDec()
197 format_object<int64_t> MCInstPrinter::formatHex(int64_t Value) const { in formatHex()
221 format_object<uint64_t> MCInstPrinter::formatHex(uint64_t Value) const { in formatHex()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86InstPrinterCommon.h21 class X86InstPrinterCommon : public MCInstPrinter {
23 using MCInstPrinter::MCInstPrinter;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86InstPrinterCommon.h21 class X86InstPrinterCommon : public MCInstPrinter {
23 using MCInstPrinter::MCInstPrinter;
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.h75 std::unique_ptr<llvm::MCInstPrinter> IP;
92 const MCDisassembler *disAsm, MCInstPrinter *iP) in LLVMDisasmContext()
117 MCInstPrinter *getIP() { return IP.get(); } in getIP()
118 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP()
DDisassembler.cpp85 MCInstPrinter *IP = TheTarget->createMCInstPrinter( in LLVMCreateDisasmCPUFeatures()
249 MCInstPrinter *IP = DC->getIP(); in LLVMDisasmInstruction()
292 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions()
299 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions()
312 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter( in LLVMSetDisasmOptions()
322 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions()
/external/llvm-project/llvm/tools/llvm-mca/Views/
DView.h35 llvm::MCInstPrinter &MCIP;
43 llvm::MCInstPrinter &Printer, in InstructionView()
55 llvm::MCInstPrinter &getInstPrinter() const { return MCIP; } in getInstPrinter()
DBottleneckAnalysis.h246 MCInstPrinter &MCIP) const;
281 void dump(raw_ostream &OS, MCInstPrinter &MCIP) const;
326 BottleneckAnalysis(const MCSubtargetInfo &STI, MCInstPrinter &MCIP,
337 void dump(raw_ostream &OS, MCInstPrinter &MCIP) const { DG.dump(OS, MCIP); } in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.h74 std::unique_ptr<llvm::MCInstPrinter> IP;
95 std::unique_ptr<MCInstPrinter> &&IP) in LLVMDisasmContext()
114 MCInstPrinter *getIP() { return IP.get(); } in getIP()
115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP()
DDisassembler.cpp98 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in LLVMCreateDisasmCPUFeatures()
262 MCInstPrinter *IP = DC->getIP(); in LLVMDisasmInstruction()
305 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions()
312 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions()
325 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter( in LLVMSetDisasmOptions()
335 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions()
/external/llvm-project/llvm/lib/MC/MCDisassembler/
DDisassembler.h74 std::unique_ptr<llvm::MCInstPrinter> IP;
95 std::unique_ptr<MCInstPrinter> &&IP) in LLVMDisasmContext()
114 MCInstPrinter *getIP() { return IP.get(); } in getIP()
115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); } in setIP()
DDisassembler.cpp98 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in LLVMCreateDisasmCPUFeatures()
262 MCInstPrinter *IP = DC->getIP(); in LLVMDisasmInstruction()
305 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions()
312 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions()
325 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter( in LLVMSetDisasmOptions()
335 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions()
/external/llvm/include/llvm/MC/
DMCInstPrinter.h38 class MCInstPrinter {
61 MCInstPrinter(const MCAsmInfo &mai, const MCInstrInfo &mii, in MCInstPrinter() function
66 virtual ~MCInstPrinter();
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h23 class MCInstPrinter; variable
72 MCInstPrinter *InstPrinter, raw_ostream &ErrStream);
/external/llvm/lib/Target/BPF/InstPrinter/
DBPFInstPrinter.h20 class BPFInstPrinter : public MCInstPrinter {
24 : MCInstPrinter(MAI, MII, MRI) {} in BPFInstPrinter()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstPrinter.h42 class MCInstPrinter {
69 MCInstPrinter(const MCAsmInfo &mai, const MCInstrInfo &mii, in MCInstPrinter() function
72 virtual ~MCInstPrinter();
/external/llvm/lib/Target/XCore/InstPrinter/
DXCoreInstPrinter.h22 class XCoreInstPrinter : public MCInstPrinter {
26 : MCInstPrinter(MAI, MII, MRI) {} in XCoreInstPrinter()
/external/llvm/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.h20 class MSP430InstPrinter : public MCInstPrinter {
24 : MCInstPrinter(MAI, MII, MRI) {} in MSP430InstPrinter()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreInstPrinter.h23 class XCoreInstPrinter : public MCInstPrinter {
27 : MCInstPrinter(MAI, MII, MRI) {} in XCoreInstPrinter()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
DARCInstPrinter.h22 class ARCInstPrinter : public MCInstPrinter {
26 : MCInstPrinter(MAI, MII, MRI) {} in ARCInstPrinter()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h25 class HexagonInstPrinter : public MCInstPrinter {
29 : MCInstPrinter(MAI, MII, MRI), MII(MII) {} in HexagonInstPrinter()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFInstPrinter.h19 class BPFInstPrinter : public MCInstPrinter {
23 : MCInstPrinter(MAI, MII, MRI) {} in BPFInstPrinter()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h25 class HexagonInstPrinter : public MCInstPrinter {
29 : MCInstPrinter(MAI, MII, MRI), MII(MII) {} in HexagonInstPrinter()
/external/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
DBPFInstPrinter.h19 class BPFInstPrinter : public MCInstPrinter {
23 : MCInstPrinter(MAI, MII, MRI) {} in BPFInstPrinter()

12345678910