Searched refs:MCSubtargetInfo (Results 176 - 200 of 294) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp22 #include "llvm/MC/MCSubtargetInfo.h"
52 static MCSubtargetInfo *
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp27 #include "llvm/MC/MCSubtargetInfo.h"
44 // FIXME: Having an MCSubtargetInfo on the target machine is a hack due
124 const MCSubtargetInfo &STI = *getMCSubtargetInfo();
241 const MCSubtargetInfo &STI = *getMCSubtargetInfo();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp15 #include "llvm/MC/MCSubtargetInfo.h"
62 static bool matchAliasCondition(const MCInst &MI, const MCSubtargetInfo *STI,
124 const MCSubtargetInfo *STI,
H A DMCWasmStreamer.cpp169 const MCSubtargetInfo &STI) {
174 const MCSubtargetInfo &STI) {
H A DMCELFStreamer.cpp496 const MCSubtargetInfo &STI) {
507 static void CheckBundleSubtargets(const MCSubtargetInfo *OldSTI,
508 const MCSubtargetInfo *NewSTI) {
514 const MCSubtargetInfo &STI) {
H A DMCXCOFFStreamer.cpp99 const MCSubtargetInfo &STI) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h88 #include "llvm/MC/MCSubtargetInfo.h"
286 const MCSubtargetInfo &STI;
325 BottleneckAnalysis(const MCSubtargetInfo &STI, MCInstPrinter &MCIP,
H A DRegisterFileStatistics.cpp20 RegisterFileStatistics::RegisterFileStatistics(const MCSubtargetInfo &sti)
H A DSchedulerStatistics.cpp21 SchedulerStatistics::SchedulerStatistics(const llvm::MCSubtargetInfo &STI)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp30 #include "llvm/MC/MCSubtargetInfo.h"
204 const MCSubtargetInfo &STI) const {
227 const MCSubtargetInfo &STI) const {
326 const MCSubtargetInfo &STI) const {
426 const MCSubtargetInfo* STI) const {
1038 const MCSubtargetInfo* STI) const {
1283 const MCSubtargetInfo &STI,
1304 const MCSubtargetInfo &STI,
1311 const MCSubtargetInfo &STI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp64 BPFDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx)
80 const MCSubtargetInfo &STI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp21 #include "llvm/MC/MCSubtargetInfo.h"
34 const MCSubtargetInfo &STI,
45 LanaiDisassembler::LanaiDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp154 MCSubtargetInfo STI = getSubtargetInfo();
191 MCSubtargetInfo STI = getSubtargetInfo();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h32 class MCSubtargetInfo;
40 MCAsmBackend *createPPCAsmBackend(const Target &T, const MCSubtargetInfo &STI,
H A DPPCInstPrinter.h36 const MCSubtargetInfo &STI, raw_ostream &O) override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h30 class MCSubtargetInfo;
507 virtual unsigned getMaxInstLength(const MCSubtargetInfo *STI = nullptr) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp14 #include "llvm/MC/MCSubtargetInfo.h"
31 PPCDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx,
42 const MCSubtargetInfo &STI,
48 const MCSubtargetInfo &STI,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h23 #include "llvm/MC/MCSubtargetInfo.h"
59 class TargetSubtargetInfo : public MCSubtargetInfo {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h180 std::unique_ptr<MCSubtargetInfo> MSTI;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp28 DispatchStage::DispatchStage(const MCSubtargetInfo &Subtarget,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.cpp36 StringRef Annot, const MCSubtargetInfo &STI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp417 const MCSubtargetInfo *STI) const override {
565 const MCSubtargetInfo &STI) const override {
655 const MCSubtargetInfo &STI) const override {
773 const MCSubtargetInfo &STI,
H A DHexagonMCELFStreamer.cpp62 const MCSubtargetInfo &STI) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp32 #include "llvm/MC/MCSubtargetInfo.h"
110 const MCSubtargetInfo &STI) override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp101 StringRef Annot, const MCSubtargetInfo &STI,

Completed in 229 milliseconds

1234567891011>>