LLVM  3.7.0
Namespaces | Macros | Functions | Variables
PPCMCTargetDesc.h File Reference
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/MathExtras.h"
#include "PPCGenRegisterInfo.inc"
#include "PPCGenInstrInfo.inc"
#include "PPCGenSubtargetInfo.inc"
Include dependency graph for PPCMCTargetDesc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Macros

#define GET_REGINFO_ENUM
 
#define GET_INSTRINFO_ENUM
 
#define GET_SUBTARGETINFO_ENUM
 

Functions

MCCodeEmitterllvm::createPPCMCCodeEmitter (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx)
 
MCAsmBackendllvm::createPPCAsmBackend (const Target &T, const MCRegisterInfo &MRI, const Triple &TT, StringRef CPU)
 
MCObjectWriterllvm::createPPCELFObjectWriter (raw_pwrite_stream &OS, bool Is64Bit, bool IsLittleEndian, uint8_t OSABI)
 Construct an PPC ELF object writer. More...
 
MCObjectWriterllvm::createPPCMachObjectWriter (raw_pwrite_stream &OS, bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype)
 Construct a PPC Mach-O object writer. More...
 
static bool llvm::isRunOfOnes (unsigned Val, unsigned &MB, unsigned &ME)
 Returns true iff Val consists of one contiguous run of 1s with any number of 0s on either side. More...
 

Variables

Target llvm::ThePPC32Target
 
Target llvm::ThePPC64Target
 
Target llvm::ThePPC64LETarget
 

Macro Definition Documentation

#define GET_INSTRINFO_ENUM

Definition at line 98 of file PPCMCTargetDesc.h.

#define GET_REGINFO_ENUM

Definition at line 93 of file PPCMCTargetDesc.h.

#define GET_SUBTARGETINFO_ENUM

Definition at line 101 of file PPCMCTargetDesc.h.