OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MSP430RegisterInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.h
1
//===-
MSP430RegisterInfo
.h - MSP430 Register Information Impl --*- C++ -*-===//
27
struct
MSP430RegisterInfo
: public MSP430GenRegisterInfo {
36
MSP430RegisterInfo
(MSP430TargetMachine &tm, const TargetInstrInfo &tii);
MSP430RegisterInfo.cpp
1
//===-
MSP430RegisterInfo
.cpp - MSP430 Register Information ---------------===//
18
#include "
MSP430RegisterInfo
.h"
35
MSP430RegisterInfo
::
MSP430RegisterInfo
(MSP430TargetMachine &tm,
42
MSP430RegisterInfo
::getCalleeSavedRegs(const MachineFunction *MF) const {
77
BitVector
MSP430RegisterInfo
::getReservedRegs(const MachineFunction &MF) const {
99
MSP430RegisterInfo
::getPointerRegClass(unsigned Kind) const {
103
void
MSP430RegisterInfo
::
164
MSP430RegisterInfo
::eliminateFrameIndex(MachineBasicBlock::iterator II,
223
MSP430RegisterInfo
::processFunctionBeforeFrameFinalized(MachineFunction &MF
[
all
...]
Completed in 902 milliseconds