LLVM 22.0.0git
MSP430RegisterInfo.h
Go to the documentation of this file.
1//===-- MSP430RegisterInfo.h - MSP430 Register Information Impl -*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9// This file contains the MSP430 implementation of the MRegisterInfo class.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef LLVM_LIB_TARGET_MSP430_MSP430REGISTERINFO_H
14#define LLVM_LIB_TARGET_MSP430_MSP430REGISTERINFO_H
15
17
18#define GET_REGINFO_HEADER
19#include "MSP430GenRegisterInfo.inc"
20
21namespace llvm {
22
24public:
26
27 /// Code Generation virtual methods...
28 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
29
30 BitVector getReservedRegs(const MachineFunction &MF) const override;
32 getPointerRegClass(unsigned Kind = 0) const override;
33
35 int SPAdj, unsigned FIOperandNum,
36 RegScavenger *RS = nullptr) const override;
37
38 // Debug information queries.
39 Register getFrameRegister(const MachineFunction &MF) const override;
40};
41
42} // end namespace llvm
43
44#endif
uint64_t IntrinsicInst * II
const TargetRegisterClass * getPointerRegClass(unsigned Kind=0) const override
bool eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS=nullptr) const override
const MCPhysReg * getCalleeSavedRegs(const MachineFunction *MF) const override
Code Generation virtual methods...
BitVector getReservedRegs(const MachineFunction &MF) const override
Register getFrameRegister(const MachineFunction &MF) const override
MachineInstrBundleIterator< MachineInstr > iterator
Wrapper class representing virtual and physical registers.
Definition Register.h:19
This is an optimization pass for GlobalISel generic memory operations.
uint16_t MCPhysReg
An unsigned integer type large enough to represent all physical registers, but not necessarily virtua...
Definition MCRegister.h:21