llvm-project/llvm/lib/Target/ARM/MCTargetDesc
Florian Hahn b2f4c5fddc
[AsmWriter] Factor out mnemonic generation to accessible getMnemonic.
This patch factors out the part of printInstruction that gets the
mnemonic string for a given MCInst. This is intended to be used
subsequently for the instruction-mix remarks to display the final
mnemonic (D90040).

Unfortunately making `getMnemonic` available to the AsmPrinter
seems to require making it virtual. Not sure if there's a way around
that with the current layering of the AsmPrinters.

Reviewed By: Paul-C-Anagnostopoulos

Differential Revision: https://reviews.llvm.org/D90039
2020-11-17 09:47:38 +00:00
..
ARMAddressingModes.h [ARM] Select f32 constants with vmov.f16 2020-09-21 11:10:47 +01:00
ARMAsmBackend.cpp [ARM] halfword store hits llvm_unreachable with big-endian 2020-07-17 08:56:44 +01:00
ARMAsmBackend.h [MC][Bugfix] Remove redundant parameter for relaxInstruction 2020-04-21 11:06:55 +08:00
ARMAsmBackendDarwin.h
ARMAsmBackendELF.h
ARMAsmBackendWinCOFF.h
ARMBaseInfo.h [ARM, AArch64] Fix a comment typo. NFC. 2020-08-06 09:23:45 +03:00
ARMELFObjectWriter.cpp Typos around a -> an. 2020-06-20 14:04:48 -07:00
ARMELFStreamer.cpp [MC][NFC] Use camelCase style for functions in MCObjectStreamer 2020-04-20 20:09:20 -07:00
ARMFixupKinds.h
ARMInstPrinter.cpp [MCInstPrinter] Add parameter `Address` to MCInstPrinter::printAliasInstr. NFC 2020-03-27 00:03:32 -07:00
ARMInstPrinter.h [AsmWriter] Factor out mnemonic generation to accessible getMnemonic. 2020-11-17 09:47:38 +00:00
ARMMCAsmInfo.cpp [COFF][ARM] Fix CodeView for Windows on 32bit ARM targets. 2020-10-19 22:16:16 -07:00
ARMMCAsmInfo.h
ARMMCCodeEmitter.cpp
ARMMCExpr.cpp
ARMMCExpr.h
ARMMCTargetDesc.cpp [ARM][SchedModels] Convert IsLdstsoScaledPred to MCSchedPredicate 2020-10-22 18:03:01 +03:00
ARMMCTargetDesc.h [ARM][SchedModels] Let ldm* instruction scheduling use MCSchedPredicate 2020-10-23 10:33:20 +03:00
ARMMachORelocationInfo.cpp
ARMMachObjectWriter.cpp
ARMTargetStreamer.cpp
ARMUnwindOpAsm.cpp
ARMUnwindOpAsm.h
ARMWinCOFFObjectWriter.cpp
ARMWinCOFFStreamer.cpp [MC][NFC] Use camelCase style for functions in MCObjectStreamer 2020-04-20 20:09:20 -07:00
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00