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

/external/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.h1 //===-- MSP430RegisterInfo.h - MSP430 Register Information Impl -*- C++ -*-===//
24 struct MSP430RegisterInfo : public MSP430GenRegisterInfo { struct in namespace:llvm
26 MSP430RegisterInfo();
H A DMSP430RegisterInfo.cpp1 //===-- MSP430RegisterInfo.cpp - MSP430 Register Information --------------===//
14 #include "MSP430RegisterInfo.h"
35 MSP430RegisterInfo::MSP430RegisterInfo() function in class:MSP430RegisterInfo
39 MSP430RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
74 BitVector MSP430RegisterInfo::getReservedRegs(const MachineFunction &MF) const {
98 MSP430RegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
104 MSP430RegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
158 unsigned MSP430RegisterInfo::getFrameRegister(const MachineFunction &MF) const {
H A DMSP430InstrInfo.h17 #include "MSP430RegisterInfo.h"
44 const MSP430RegisterInfo RI;
/external/swiftshader/third_party/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 ---------------===//
18 #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(unsigned Kind) const {
103 void MSP430RegisterInfo::
164 MSP430RegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
223 MSP430RegisterInfo
[all...]
H A DMSP430InstrInfo.h18 #include "MSP430RegisterInfo.h"
44 const MSP430RegisterInfo RI;

Completed in 361 milliseconds