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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.h1 //===-- MSP430RegisterInfo.h - MSP430 Register Information Impl -*- C++ -*-===//
23 struct MSP430RegisterInfo : public MSP430GenRegisterInfo { struct in namespace:llvm
25 MSP430RegisterInfo();
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,
157 Register MSP430RegisterInfo::getFrameRegister(const MachineFunction &MF) const {
H A DMSP430InstrInfo.h16 #include "MSP430RegisterInfo.h"
27 const MSP430RegisterInfo RI;

Completed in 96 milliseconds