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++ -*-===//
28 struct SparcRegisterInfo : public SparcGenRegisterInfo {
31 SparcRegisterInfo(SparcSubtarget &st);
SparcRegisterInfo.cpp 1 //===-- SparcRegisterInfo.cpp - SPARC Register Information ----------------===//
14 #include "SparcRegisterInfo.h"
37 SparcRegisterInfo::SparcRegisterInfo(SparcSubtarget &st)
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::eliminateFrameIndex(MachineBasicBlock::iterator II
    [all...]
SparcInstrInfo.h 17 #include "SparcRegisterInfo.h"
38 const SparcRegisterInfo RI;
48 const SparcRegisterInfo &getRegisterInfo() const { return RI; }
SparcSubtarget.h 54 const SparcRegisterInfo *getRegisterInfo() const {
SparcTargetMachine.h 38 const SparcRegisterInfo *getRegisterInfo() const override {
SparcISelLowering.cpp 18 #include "SparcRegisterInfo.h"
    [all...]

Completed in 731 milliseconds