OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SparcRegisterInfo
(Results
1 - 2
of
2
) 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
...]
Completed in 776 milliseconds