Searched defs:SparcRegisterInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.h1 //===-- SparcRegisterInfo.h - Sparc Register Information Impl ---*- C++ -*-===//
28 struct SparcRegisterInfo : public SparcGenRegisterInfo { struct in namespace:llvm
31 SparcRegisterInfo(SparcSubtarget &st);
H A DSparcRegisterInfo.cpp1 //===-- SparcRegisterInfo.cpp - SPARC Register Information ----------------===//
14 #include "SparcRegisterInfo.h"
37 SparcRegisterInfo::SparcRegisterInfo(SparcSubtarget &st) function in class:SparcRegisterInfo
42 SparcRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
47 SparcRegisterInfo::getCallPreservedMask(CallingConv::ID CC) const {
52 SparcRegisterInfo::getRTCallPreservedMask(CallingConv::ID CC) const {
56 BitVector SparcRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
90 SparcRegisterInfo::getPointerRegClass(const MachineFunction &MF,
152 SparcRegisterInfo
[all...]

Completed in 107 milliseconds