Searched refs:MSP430RegisterInfo (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430RegisterInfo.h1 //===-- MSP430RegisterInfo.h - MSP430 Register Information Impl -*- C++ -*-===//
27 struct MSP430RegisterInfo : public MSP430GenRegisterInfo { struct in namespace:llvm
36 MSP430RegisterInfo(MSP430TargetMachine &tm, const TargetInstrInfo &tii);
H A DMSP430RegisterInfo.cpp1 //===-- MSP430RegisterInfo.cpp - MSP430 Register Information --------------===//
16 #include "MSP430RegisterInfo.h"
35 MSP430RegisterInfo::MSP430RegisterInfo(MSP430TargetMachine &tm, function in class:MSP430RegisterInfo
42 MSP430RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
77 BitVector MSP430RegisterInfo::getReservedRegs(const MachineFunction &MF) const {
99 MSP430RegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
104 void MSP430RegisterInfo::
165 MSP430RegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
224 MSP430RegisterInfo
[all...]
H A DMSP430InstrInfo.h17 #include "MSP430RegisterInfo.h"
44 const MSP430RegisterInfo RI;

Completed in 91 milliseconds