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

  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.h 1 //===-- SparcRegisterInfo.h - Sparc Register Information Impl ---*- C++ -*-===//
23 struct SparcRegisterInfo : public SparcGenRegisterInfo {
24 SparcRegisterInfo();
SparcRegisterInfo.cpp 1 //===-- SparcRegisterInfo.cpp - SPARC Register Information ----------------===//
14 #include "SparcRegisterInfo.h"
37 SparcRegisterInfo::SparcRegisterInfo() : SparcGenRegisterInfo(SP::O7) {}
40 SparcRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
45 SparcRegisterInfo::getCallPreservedMask(const MachineFunction &MF,
51 SparcRegisterInfo::getRTCallPreservedMask(CallingConv::ID CC) const {
55 BitVector SparcRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
102 SparcRegisterInfo::getPointerRegClass(const MachineFunction &MF,
165 SparcRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II
    [all...]
SparcInstrInfo.h 17 #include "SparcRegisterInfo.h"
40 const SparcRegisterInfo RI;
50 const SparcRegisterInfo &getRegisterInfo() const { return RI; }
SparcSubtarget.h 53 const SparcRegisterInfo *getRegisterInfo() const override {
SparcFrameLowering.cpp 93 const SparcRegisterInfo &RegInfo =
94 *static_cast<const SparcRegisterInfo *>(MF.getSubtarget().getRegisterInfo());
248 const SparcRegisterInfo *RegInfo = Subtarget.getRegisterInfo();
SparcISelLowering.cpp 18 #include "SparcRegisterInfo.h"
    [all...]

Completed in 49 milliseconds