LLVM 17.0.0git
|
#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 | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | GET_REGINFO_ENUM |
#define | GET_INSTRINFO_ENUM |
#define | GET_INSTRINFO_SCHED_ENUM |
#define | GET_INSTRINFO_MC_HELPER_DECLS |
#define | GET_SUBTARGETINFO_ENUM |
#define | PPC_REGS0_7(X) |
#define | PPC_REGS0_31(X) |
#define | PPC_REGS0_63(X) |
#define | PPC_REGS_NO0_31(Z, X) |
#define | PPC_REGS_LO_HI(LO, HI) |
#define | PPC_REGS0_7(X) |
#define | PPC_REGS0_3(X) |
#define | DEFINE_PPC_REGCLASSES |
Functions | |
MCCodeEmitter * | llvm::createPPCMCCodeEmitter (const MCInstrInfo &MCII, 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. | |
std::unique_ptr< MCObjectTargetWriter > | llvm::createPPCMachObjectWriter (bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype) |
Construct a PPC Mach-O object writer. | |
std::unique_ptr< MCObjectTargetWriter > | llvm::createPPCXCOFFObjectWriter (bool Is64Bit) |
Construct a PPC XCOFF object writer. | |
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. | |
static bool | llvm::isRunOfOnes64 (uint64_t Val, unsigned &MB, unsigned &ME) |
#define DEFINE_PPC_REGCLASSES |
Definition at line 181 of file PPCMCTargetDesc.h.
#define GET_INSTRINFO_ENUM |
Definition at line 119 of file PPCMCTargetDesc.h.
#define GET_INSTRINFO_MC_HELPER_DECLS |
Definition at line 121 of file PPCMCTargetDesc.h.
#define GET_INSTRINFO_SCHED_ENUM |
Definition at line 120 of file PPCMCTargetDesc.h.
#define GET_REGINFO_ENUM |
Definition at line 114 of file PPCMCTargetDesc.h.
#define GET_SUBTARGETINFO_ENUM |
Definition at line 124 of file PPCMCTargetDesc.h.
#define PPC_REGS0_3 | ( | X | ) |
#define PPC_REGS0_31 | ( | X | ) |
#define PPC_REGS0_63 | ( | X | ) |
Definition at line 139 of file PPCMCTargetDesc.h.
#define PPC_REGS0_7 | ( | X | ) |
#define PPC_REGS0_7 | ( | X | ) |
#define PPC_REGS_LO_HI | ( | LO, | |
HI | |||
) |
Definition at line 157 of file PPCMCTargetDesc.h.
#define PPC_REGS_NO0_31 | ( | Z, | |
X | |||
) |