LLVM 22.0.0git
SparcRegisterInfo.h
Go to the documentation of this file.
1//===-- SparcRegisterInfo.h - Sparc 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 Sparc implementation of the TargetRegisterInfo class.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef LLVM_LIB_TARGET_SPARC_SPARCREGISTERINFO_H
14#define LLVM_LIB_TARGET_SPARC_SPARCREGISTERINFO_H
15
17
18#define GET_REGINFO_HEADER
19#include "SparcGenRegisterInfo.inc"
20
21namespace llvm {
22class SparcSubtarget;
23
25private:
26 const bool Is64Bit;
27
28public:
29 explicit SparcRegisterInfo(const SparcSubtarget &STI);
30
31 /// Code Generation virtual methods...
32 const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
34 CallingConv::ID CC) const override;
35
37
38 BitVector getReservedRegs(const MachineFunction &MF) const override;
39 bool isReservedReg(const MachineFunction &MF, MCRegister Reg) const;
40
41 const TargetRegisterClass *getPointerRegClass(unsigned Kind) const override;
42
44 int SPAdj, unsigned FIOperandNum,
45 RegScavenger *RS = nullptr) const override;
46
47 Register getFrameRegister(const MachineFunction &MF) const override;
48};
49
50} // end namespace llvm
51
52#endif
Register Reg
uint64_t IntrinsicInst * II
Wrapper class representing physical registers. Should be passed by value.
Definition MCRegister.h:33
MachineInstrBundleIterator< MachineInstr > iterator
Wrapper class representing virtual and physical registers.
Definition Register.h:19
unsigned ID
LLVM IR allows to use arbitrary numbers as calling convention identifiers.
Definition CallingConv.h:24
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
const MCPhysReg * getCalleeSavedRegs(const MachineFunction *MF) const override
Code Generation virtual methods...
bool eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS=nullptr) const override
SparcRegisterInfo(const SparcSubtarget &STI)
BitVector getReservedRegs(const MachineFunction &MF) const override
bool isReservedReg(const MachineFunction &MF, MCRegister Reg) const
const uint32_t * getCallPreservedMask(const MachineFunction &MF, CallingConv::ID CC) const override
const TargetRegisterClass * getPointerRegClass(unsigned Kind) const override
Register getFrameRegister(const MachineFunction &MF) const override
const uint32_t * getRTCallPreservedMask(CallingConv::ID CC) const