| 
    LLVM 22.0.0git
    
   | 
 
#include "MCTargetDesc/PPCMCTargetDesc.h"#include "MCTargetDesc/PPCInstPrinter.h"#include "MCTargetDesc/PPCMCAsmInfo.h"#include "PPCELFStreamer.h"#include "PPCTargetStreamer.h"#include "PPCXCOFFStreamer.h"#include "TargetInfo/PowerPCTargetInfo.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/StringRef.h"#include "llvm/BinaryFormat/ELF.h"#include "llvm/MC/MCAsmBackend.h"#include "llvm/MC/MCAssembler.h"#include "llvm/MC/MCCodeEmitter.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCDwarf.h"#include "llvm/MC/MCELFObjectWriter.h"#include "llvm/MC/MCELFStreamer.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInstrAnalysis.h"#include "llvm/MC/MCInstrInfo.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/MC/MCSectionXCOFF.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MCSymbolELF.h"#include "llvm/MC/MCSymbolXCOFF.h"#include "llvm/MC/MCXCOFFObjectWriter.h"#include "llvm/MC/TargetRegistry.h"#include "llvm/Support/Casting.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/FormattedStream.h"#include "llvm/Support/raw_ostream.h"#include "llvm/TargetParser/Triple.h"#include "PPCGenInstrInfo.inc"#include "PPCGenSubtargetInfo.inc"#include "PPCGenRegisterInfo.inc"Go to the source code of this file.
Macros | |
| #define | GET_INSTRINFO_MC_DESC | 
| #define | ENABLE_INSTR_PREDICATE_VERIFIER | 
| #define | GET_SUBTARGETINFO_MC_DESC | 
| #define | GET_REGINFO_MC_DESC | 
Functions | |
| static MCInstrInfo * | createPPCMCInstrInfo () | 
| static MCRegisterInfo * | createPPCMCRegisterInfo (const Triple &TT) | 
| static MCSubtargetInfo * | createPPCMCSubtargetInfo (const Triple &TT, StringRef CPU, StringRef FS) | 
| static MCAsmInfo * | createPPCMCAsmInfo (const MCRegisterInfo &MRI, const Triple &TheTriple, const MCTargetOptions &Options) | 
| static MCTargetStreamer * | createAsmTargetStreamer (MCStreamer &S, formatted_raw_ostream &OS, MCInstPrinter *InstPrint) | 
| static MCTargetStreamer * | createNullTargetStreamer (MCStreamer &S) | 
| static MCTargetStreamer * | createObjectTargetStreamer (MCStreamer &S, const MCSubtargetInfo &STI) | 
| static MCInstPrinter * | createPPCMCInstPrinter (const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) | 
| static MCInstrAnalysis * | createPPCMCInstrAnalysis (const MCInstrInfo *Info) | 
| LLVM_ABI LLVM_EXTERNAL_VISIBILITY void | LLVMInitializePowerPCTargetMC () | 
| #define ENABLE_INSTR_PREDICATE_VERIFIER | 
Definition at line 53 of file PPCMCTargetDesc.cpp.
| #define GET_INSTRINFO_MC_DESC | 
Definition at line 52 of file PPCMCTargetDesc.cpp.
| #define GET_REGINFO_MC_DESC | 
Definition at line 59 of file PPCMCTargetDesc.cpp.
| #define GET_SUBTARGETINFO_MC_DESC | 
Definition at line 56 of file PPCMCTargetDesc.cpp.
      
  | 
  static | 
Definition at line 422 of file PPCMCTargetDesc.cpp.
Referenced by LLVMInitializePowerPCTargetMC(), LLVMInitializeSystemZTargetMC(), and LLVMInitializeWebAssemblyTargetMC().
      
  | 
  static | 
Definition at line 428 of file PPCMCTargetDesc.cpp.
      
  | 
  static | 
Definition at line 433 of file PPCMCTargetDesc.cpp.
References llvm::MCSubtargetInfo::getTargetTriple().
Referenced by LLVMInitializePowerPCTargetMC(), LLVMInitializeSparcTargetMC(), LLVMInitializeSystemZTargetMC(), LLVMInitializeVETargetMC(), and LLVMInitializeWebAssemblyTargetMC().
      
  | 
  static | 
Definition at line 183 of file PPCMCTargetDesc.cpp.
References llvm::MCAsmInfo::addInitialFrameState(), llvm::MCCFIInstruction::cfiDefCfa(), llvm::Triple::getArch(), llvm::Triple::isOSBinFormatXCOFF(), MRI, Options, llvm::Triple::ppc64, llvm::Triple::ppc64le, and Reg.
Referenced by LLVMInitializePowerPCTargetMC().
      
  | 
  static | 
Definition at line 442 of file PPCMCTargetDesc.cpp.
Referenced by LLVMInitializePowerPCTargetMC().
      
  | 
  static | 
Definition at line 471 of file PPCMCTargetDesc.cpp.
References Info.
Referenced by LLVMInitializePowerPCTargetMC().
      
  | 
  static | 
Definition at line 151 of file PPCMCTargetDesc.cpp.
References X.
Referenced by LLVMInitializePowerPCTargetMC().
      
  | 
  static | 
Definition at line 157 of file PPCMCTargetDesc.cpp.
References llvm::Triple::ppc64, llvm::Triple::ppc64le, RA, and X.
Referenced by LLVMInitializePowerPCTargetMC().
      
  | 
  static | 
Definition at line 168 of file PPCMCTargetDesc.cpp.
Referenced by LLVMInitializePowerPCTargetMC().
| LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializePowerPCTargetMC | ( | ) | 
Definition at line 476 of file PPCMCTargetDesc.cpp.
References llvm::CallingConv::C, createAsmTargetStreamer(), createNullTargetStreamer(), createObjectTargetStreamer(), llvm::createPPCAsmBackend(), llvm::createPPCELFStreamer(), createPPCMCAsmInfo(), llvm::createPPCMCCodeEmitter(), createPPCMCInstPrinter(), createPPCMCInstrAnalysis(), createPPCMCInstrInfo(), createPPCMCRegisterInfo(), createPPCMCSubtargetInfo(), llvm::createPPCXCOFFStreamer(), llvm::getThePPC32LETarget(), llvm::getThePPC32Target(), llvm::getThePPC64LETarget(), llvm::getThePPC64Target(), llvm::TargetRegistry::RegisterAsmTargetStreamer(), llvm::TargetRegistry::RegisterELFStreamer(), llvm::TargetRegistry::RegisterMCAsmBackend(), llvm::TargetRegistry::RegisterMCCodeEmitter(), llvm::TargetRegistry::RegisterMCInstPrinter(), llvm::TargetRegistry::RegisterMCInstrAnalysis(), llvm::TargetRegistry::RegisterMCInstrInfo(), llvm::TargetRegistry::RegisterMCRegInfo(), llvm::TargetRegistry::RegisterMCSubtargetInfo(), llvm::TargetRegistry::RegisterNullTargetStreamer(), llvm::TargetRegistry::RegisterObjectTargetStreamer(), llvm::TargetRegistry::RegisterXCOFFStreamer(), and T.