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

/external/llvm/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...]

Completed in 535 milliseconds