LLVM 19.0.0git
Mips16RegisterInfo.h
Go to the documentation of this file.
1//===-- Mips16RegisterInfo.h - Mips16 Register Information ------*- 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 Mips16 implementation of the TargetRegisterInfo class.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef LLVM_LIB_TARGET_MIPS_MIPS16REGISTERINFO_H
14#define LLVM_LIB_TARGET_MIPS_MIPS16REGISTERINFO_H
15
16#include "MipsRegisterInfo.h"
17
18namespace llvm {
19
21public:
23
24 bool requiresRegisterScavenging(const MachineFunction &MF) const override;
25
26 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override;
27
28 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
29
33 const TargetRegisterClass *RC,
34 Register Reg) const override;
35
36 const TargetRegisterClass *intRegClass(unsigned Size) const override;
37
38private:
39 void eliminateFI(MachineBasicBlock::iterator II, unsigned OpNo,
40 int FrameIndex, uint64_t StackSize,
41 int64_t SPOffset) const override;
42};
43
44} // end namespace llvm
45
46#endif
MachineInstrBuilder & UseMI
MachineBasicBlock & MBB
uint64_t Size
#define I(x, y, z)
Definition: MD5.cpp:58
unsigned Reg
bool requiresFrameIndexScavenging(const MachineFunction &MF) const override
bool useFPForScavengingIndex(const MachineFunction &MF) const override
bool saveScavengerRegister(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, MachineBasicBlock::iterator &UseMI, const TargetRegisterClass *RC, Register Reg) const override
const TargetRegisterClass * intRegClass(unsigned Size) const override
Return GPR register class.
bool requiresRegisterScavenging(const MachineFunction &MF) const override
Wrapper class representing virtual and physical registers.
Definition: Register.h:19
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18