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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.h1 //===-- MSP430RegisterInfo.h - MSP430 Register Information Impl -*- C++ -*-===//
23 class MSP430RegisterInfo : public MSP430GenRegisterInfo { class in namespace:llvm
25 MSP430RegisterInfo();
H A DMSP430FrameLowering.h23 class MSP430RegisterInfo;
33 const MSP430RegisterInfo *TRI;
H A DMSP430InstrInfo.h16 #include "MSP430RegisterInfo.h"
27 const MSP430RegisterInfo RI;
36 const MSP430RegisterInfo &getRegisterInfo() const { return RI; }
H A DMSP430RegisterInfo.cpp1 //===-- MSP430RegisterInfo.cpp - MSP430 Register Information --------------===//
13 #include "MSP430RegisterInfo.h"
34 MSP430RegisterInfo::MSP430RegisterInfo() function in class:MSP430RegisterInfo
38 MSP430RegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
73 BitVector MSP430RegisterInfo::getReservedRegs(const MachineFunction &MF) const {
97 MSP430RegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
103 MSP430RegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
161 Register MSP430RegisterInfo::getFrameRegister(const MachineFunction &MF) const {
H A DMSP430Subtarget.h19 #include "MSP430RegisterInfo.h"
67 const MSP430RegisterInfo *getRegisterInfo() const override {

Completed in 60 milliseconds