HomeSort by: relevance | last modified time | path
    Searched defs:SparcRegisterInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcRegisterInfo.h 1 //===-- SparcRegisterInfo.h - Sparc Register Information Impl ---*- C++ -*-===//
22 struct SparcRegisterInfo : public SparcGenRegisterInfo {
23 SparcRegisterInfo();
SparcRegisterInfo.cpp 1 //===-- SparcRegisterInfo.cpp - SPARC Register Information ----------------===//
13 #include "SparcRegisterInfo.h"
36 SparcRegisterInfo::SparcRegisterInfo() : SparcGenRegisterInfo(SP::O7) {}
39 SparcRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
44 SparcRegisterInfo::getCallPreservedMask(const MachineFunction &MF,
50 SparcRegisterInfo::getRTCallPreservedMask(CallingConv::ID CC) const {
54 BitVector SparcRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
105 SparcRegisterInfo::getPointerRegClass(const MachineFunction &MF,
164 SparcRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II
    [all...]

Completed in 22 milliseconds