HomeSort by relevance Sort by last modified time
    Searched refs:SPURegisterInfo (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/CellSPU/
SPURegisterInfo.h 1 //===-- SPURegisterInfo.h - Cell SPU Register Information Impl --*- C++ -*-===//
28 class SPURegisterInfo : public SPUGenRegisterInfo {
37 SPURegisterInfo(const SPUSubtarget &subtarget, const TargetInstrInfo &tii);
SPURegisterInfo.cpp 1 //===-- SPURegisterInfo.cpp - Cell SPU Register Information ---------------===//
15 #include "SPURegisterInfo.h"
51 unsigned SPURegisterInfo::getRegisterNumbering(unsigned RegEnum) {
183 report_fatal_error("Unhandled reg in SPURegisterInfo::getRegisterNumbering");
187 SPURegisterInfo::SPURegisterInfo(const SPUSubtarget &subtarget,
196 SPURegisterInfo::getPointerRegClass(unsigned Kind) const {
201 SPURegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const
230 BitVector SPURegisterInfo::getReservedRegs(const MachineFunction &MF) const {
244 SPURegisterInfo::eliminateCallFramePseudoInstr(MachineFunction &MF
    [all...]
SPUInstrInfo.h 18 #include "SPURegisterInfo.h"
28 const SPURegisterInfo RI;
36 virtual const SPURegisterInfo &getRegisterInfo() const { return RI; }
SPUTargetMachine.h 69 virtual const SPURegisterInfo *getRegisterInfo() const {

Completed in 1029 milliseconds