Searched defs:getMnemonic (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/DirectX/MCTargetDesc/ | ||
H A D | DirectXMCTargetDesc.cpp | 56 std::pair<const char *, uint64_t> getMnemonic(const MCInst *MI) override { getMnemonic() function in __anon4508a2e90111::DXILInstPrinter |
/llvm-project/mlir/lib/TableGen/ | ||
H A D | AttrOrTypeDef.cpp | 167 std::optional<StringRef> AttrOrTypeDef::getMnemonic() const { getMnemonic() function in AttrOrTypeDef |
/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCStreamer.h | 444 virtual StringRef getMnemonic(MCInst &MI) { return ""; } getMnemonic() function |
/llvm-project/llvm/utils/TableGen/ | ||
H A D | X86RecognizableInstr.cpp | 27 std::string X86Disassembler::getMnemonic(const CodeGenInstruction *I, in getMnemonic() function in X86Disassembler |
/llvm-project/llvm/lib/MC/ | ||
H A D | MCAsmStreamer.cpp | 156 StringRef getMnemonic(MCInst &MI) override { getMnemonic() function in __anon8a7c5a360111::MCAsmStreamer |