Searched refs:MCSubtargetInfo (Results 151 - 175 of 294) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp40 void RISCVTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) {
H A DRISCVAsmBackend.cpp143 const MCSubtargetInfo &STI) const {
196 const MCSubtargetInfo &STI) const {
384 const MCSubtargetInfo *STI) const {
470 const MCSubtargetInfo &STI,
H A DRISCVELFStreamer.h96 RISCVTargetELFStreamer(MCStreamer &S, const MCSubtargetInfo &STI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.cpp34 StringRef Annot, const MCSubtargetInfo &STI,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h15 class MCSubtargetInfo;
211 std::unique_ptr<llvm::MCSubtargetInfo> m_subtype_info;
212 std::unique_ptr<llvm::MCSubtargetInfo> m_alt_subtype_info;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp105 MCInstrInfo const &MCII, MCSubtargetInfo const &STI,
133 MCSubtargetInfo const &STI, MCInst &MCB,
183 MCSubtargetInfo const &STI, MCInst &MCB,
H A DHexagonInstPrinter.cpp34 StringRef Annot, const MCSubtargetInfo &STI,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h34 class MCSubtargetInfo;
96 std::unique_ptr<const MCSubtargetInfo> STI;
193 const MCSubtargetInfo *getMCSubtargetInfo() const { return STI.get(); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp23 #include "llvm/MC/MCSubtargetInfo.h"
44 const MCSubtargetInfo &STI) const;
48 const MCSubtargetInfo &STI) const override;
61 const MCSubtargetInfo &STI) const {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h64 class MCSubtargetInfo;
245 const MCSubtargetInfo &getSubtargetInfo() const;
660 virtual void emitInlineAsmEnd(const MCSubtargetInfo &StartInfo,
661 const MCSubtargetInfo *EndInfo) const;
691 emitInlineAsm(StringRef Str, const MCSubtargetInfo &STI,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h28 class MCSubtargetInfo;
127 /// The MCSubtargetInfo in effect when the instruction was encoded.
129 const MCSubtargetInfo *STI = nullptr;
163 const MCSubtargetInfo *getSubtargetInfo() const { return STI; }
165 /// Record that the fragment contains instructions with the MCSubtargetInfo in
167 void setHasInstructions(const MCSubtargetInfo &STI) {
269 MCRelaxableFragment(const MCInst &Inst, const MCSubtargetInfo &STI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp852 void MipsAsmPrinter::emitInlineAsmEnd(const MCSubtargetInfo &StartInfo,
853 const MCSubtargetInfo *EndInfo) const {
858 void MipsAsmPrinter::EmitJal(const MCSubtargetInfo &STI, MCSymbol *Symbol) {
866 void MipsAsmPrinter::EmitInstrReg(const MCSubtargetInfo &STI, unsigned Opcode,
874 void MipsAsmPrinter::EmitInstrRegReg(const MCSubtargetInfo &STI,
894 void MipsAsmPrinter::EmitInstrRegRegReg(const MCSubtargetInfo &STI,
905 void MipsAsmPrinter::EmitMovFPIntPair(const MCSubtargetInfo &STI,
918 void MipsAsmPrinter::EmitSwapFPIntParams(const MCSubtargetInfo &STI,
952 const MCSubtargetInfo &STI, Mips16HardFloatInfo::FPReturnVariant RV,
982 // Construct a local MCSubtargetInfo her
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp37 #include "llvm/MC/MCSubtargetInfo.h"
224 const MCSubtargetInfo *STI);
227 const MCSubtargetInfo *STI);
231 MCStreamer &Out, const MCSubtargetInfo *STI);
235 MCStreamer &Out, const MCSubtargetInfo *STI);
240 MCStreamer &Out, const MCSubtargetInfo *STI);
243 const MCSubtargetInfo *STI);
245 const MCSubtargetInfo *STI);
247 const MCSubtargetInfo *STI);
249 MCStreamer &Out, const MCSubtargetInfo *ST
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp26 #include "llvm/MC/MCSubtargetInfo.h"
71 std::unique_ptr<const MCSubtargetInfo> STI(
177 const MCSubtargetInfo *STI = DC->getSubtargetInfo();
196 const MCSubtargetInfo *STI = DC->getSubtargetInfo();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp19 #include "llvm/MC/MCSubtargetInfo.h"
119 static ARMBuildAttrs::CPUArch getArchForCPU(const MCSubtargetInfo &STI) {
153 static bool isV8M(const MCSubtargetInfo &STI) {
162 void ARMTargetStreamer::emitTargetAttributes(const MCSubtargetInfo &STI) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp51 const MCSubtargetInfo & /* unused */) override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp28 StringRef Annot, const MCSubtargetInfo &STI,
H A DBPFMCTargetDesc.cpp20 #include "llvm/MC/MCSubtargetInfo.h"
47 static MCSubtargetInfo *createBPFMCSubtargetInfo(const Triple &TT,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp24 #include "llvm/MC/MCSubtargetInfo.h"
53 static MCSubtargetInfo *
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp30 StringRef Annot, const MCSubtargetInfo &STI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp37 const MCSubtargetInfo &STI) {
H A DMipsInstPrinter.h87 const MCSubtargetInfo &STI, raw_ostream &O) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.h110 createAArch64ObjectTargetStreamer(MCStreamer &S, const MCSubtargetInfo &STI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.h102 const MCSubtargetInfo* getGlobalSTI() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.h44 const MCSubtargetInfo &STI, raw_ostream &O) override;

Completed in 344 milliseconds

1234567891011>>