LLVM
8.0.1
|
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/Support/MathExtras.h"
#include <cstdint>
#include <memory>
#include "PPCGenRegisterInfo.inc"
#include "PPCGenInstrInfo.inc"
#include "PPCGenSubtargetInfo.inc"
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Macros | |
#define | GET_REGINFO_ENUM |
#define | GET_INSTRINFO_ENUM |
#define | GET_INSTRINFO_SCHED_ENUM |
#define | GET_SUBTARGETINFO_ENUM |
#define | PPC_REGS0_31(X) |
#define | PPC_REGS_NO0_31(Z, X) |
#define | PPC_REGS_LO_HI(LO, HI) |
#define | DEFINE_PPC_REGCLASSES |
Functions | |
Target & | llvm::getThePPC32Target () |
Target & | llvm::getThePPC64Target () |
Target & | llvm::getThePPC64LETarget () |
MCCodeEmitter * | llvm::createPPCMCCodeEmitter (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx) |
MCAsmBackend * | llvm::createPPCAsmBackend (const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const MCTargetOptions &Options) |
std::unique_ptr< MCObjectTargetWriter > | llvm::createPPCELFObjectWriter (bool Is64Bit, uint8_t OSABI) |
Construct an PPC ELF object writer. More... | |
std::unique_ptr< MCObjectTargetWriter > | llvm::createPPCMachObjectWriter (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... | |
#define DEFINE_PPC_REGCLASSES |
Definition at line 136 of file PPCMCTargetDesc.h.
#define GET_INSTRINFO_ENUM |
Definition at line 101 of file PPCMCTargetDesc.h.
#define GET_INSTRINFO_SCHED_ENUM |
Definition at line 102 of file PPCMCTargetDesc.h.
#define GET_REGINFO_ENUM |
Definition at line 96 of file PPCMCTargetDesc.h.
#define GET_SUBTARGETINFO_ENUM |
Definition at line 105 of file PPCMCTargetDesc.h.
#define PPC_REGS0_31 | ( | X | ) |
Definition at line 108 of file PPCMCTargetDesc.h.
#define PPC_REGS_LO_HI | ( | LO, | |
HI | |||
) |
Definition at line 122 of file PPCMCTargetDesc.h.
#define PPC_REGS_NO0_31 | ( | Z, | |
X | |||
) |
Definition at line 115 of file PPCMCTargetDesc.h.