LLVM 22.0.0git
X86RegisterInfo.h
Go to the documentation of this file.
1//===-- X86RegisterInfo.h - X86 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 X86 implementation of the TargetRegisterInfo class.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef LLVM_LIB_TARGET_X86_X86REGISTERINFO_H
14#define LLVM_LIB_TARGET_X86_X86REGISTERINFO_H
15
18
19#define GET_REGINFO_HEADER
20#include "X86GenRegisterInfo.inc"
21
22namespace llvm {
23 class Triple;
24
25class X86RegisterInfo final : public X86GenRegisterInfo {
26private:
27 /// Is64Bit - Is the target 64-bits.
28 ///
29 bool Is64Bit;
30
31 /// Is this x86_64 with the LP64 programming model (standard AMD64, no x32)?
32 bool IsTarget64BitLP64;
33
34 /// IsWin64 - Is the target on of win64 flavours
35 ///
36 bool IsWin64;
37
38 /// IsUEFI64 - Is UEFI 64 bit target.
39 ///
40 bool IsUEFI64;
41
42 /// SlotSize - Stack slot size in bytes.
43 ///
44 unsigned SlotSize;
45
46 /// StackPtr - X86 physical register used as stack ptr.
47 ///
48 unsigned StackPtr;
49
50 /// FramePtr - X86 physical register used as frame ptr.
51 ///
52 unsigned FramePtr;
53
54 /// BasePtr - X86 physical register used as a base ptr in complex stack
55 /// frames. I.e., when we need a 3rd base, not just SP and FP, due to
56 /// variable size stack objects.
57 unsigned BasePtr;
58
59public:
60 explicit X86RegisterInfo(const Triple &TT);
61
62 /// Return the number of registers for the function.
63 unsigned getNumSupportedRegs(const MachineFunction &MF) const override;
64
65 /// getMatchingSuperRegClass - Return a subclass of the specified register
66 /// class A so that each register in it has a sub-register of the
67 /// specified sub-register index which is in the specified register class B.
71 unsigned Idx) const override;
72
75 unsigned Idx) const override;
76
79 const MachineFunction &MF) const override;
80
81 /// getPointerRegClass - Returns a TargetRegisterClass used for pointer
82 /// values.
84 getPointerRegClass(unsigned Kind = 0) const override;
85
86 /// getCrossCopyRegClass - Returns a legal register class to copy a register
87 /// in the specified class to or from. Returns NULL if it is possible to copy
88 /// between a two registers of the specified class.
90 getCrossCopyRegClass(const TargetRegisterClass *RC) const override;
91
93 MachineFunction &MF) const override;
94
95 /// getCalleeSavedRegs - Return a null-terminated list of all of the
96 /// callee-save registers on this target.
97 const MCPhysReg *
98 getCalleeSavedRegs(const MachineFunction* MF) const override;
99 /// getIPRACSRegs - This API can be removed when rbp is safe to optimized out
100 /// when IPRA is on.
101 const MCPhysReg *getIPRACSRegs(const MachineFunction *MF) const override;
102 const MCPhysReg *
105 CallingConv::ID) const override;
106 const uint32_t *getNoPreservedMask() const override;
107
108 // Calls involved in thread-local variable lookup save more registers than
109 // normal calls, so they need a different mask to represent this.
111
112 /// getReservedRegs - Returns a bitset indexed by physical register number
113 /// indicating if a register is a special register that has particular uses and
114 /// should be considered unavailable at all times, e.g. SP, RA. This is used by
115 /// register scavenger to determine what registers are free.
116 BitVector getReservedRegs(const MachineFunction &MF) const override;
117
118 /// isArgumentReg - Returns true if Reg can be used as an argument to a
119 /// function.
120 bool isArgumentRegister(const MachineFunction &MF,
121 MCRegister Reg) const override;
122
123 /// Return true if it is tile register class.
124 bool isTileRegisterClass(const TargetRegisterClass *RC) const;
125
126 /// Returns true if PhysReg is a fixed register.
127 bool isFixedRegister(const MachineFunction &MF,
128 MCRegister PhysReg) const override;
129
130 void adjustStackMapLiveOutMask(uint32_t *Mask) const override;
131
132 bool hasBasePointer(const MachineFunction &MF) const;
133
134 bool canRealignStack(const MachineFunction &MF) const override;
135
136 bool shouldRealignStack(const MachineFunction &MF) const override;
137
139 unsigned FIOperandNum, Register BaseReg,
140 int FIOffset) const;
141
143 int SPAdj, unsigned FIOperandNum,
144 RegScavenger *RS = nullptr) const override;
145
146 /// Process frame indices in forwards block order because
147 /// X86InstrInfo::getSPAdjust relies on it when searching for the
148 /// ADJCALLSTACKUP pseudo following a call.
149 /// TODO: Fix this and return true like all other targets.
150 bool eliminateFrameIndicesBackwards() const override { return false; }
151
152 /// findDeadCallerSavedReg - Return a caller-saved register that isn't live
153 /// when it reaches the "return" instruction. We can then pop a stack object
154 /// to this register without worry about clobbering it.
157
158 // Debug information queries.
159 Register getFrameRegister(const MachineFunction &MF) const override;
162 Register getStackRegister() const { return StackPtr; }
163 Register getBaseRegister() const { return BasePtr; }
164 /// Returns physical register used as frame pointer.
165 /// This will always returns the frame pointer register, contrary to
166 /// getFrameRegister() which returns the "base pointer" in situations
167 /// involving a stack, frame and base pointer.
168 Register getFramePtr() const { return FramePtr; }
169 // FIXME: Move to FrameInfok
170 unsigned getSlotSize() const { return SlotSize; }
171
174 const MachineFunction &MF, const VirtRegMap *VRM,
175 const LiveRegMatrix *Matrix) const override;
176
177 const TargetRegisterClass *
179
180 bool isNonRex2RegClass(const TargetRegisterClass *RC) const;
181
182 bool requiresRegisterScavenging(const MachineFunction &MF) const override {
183 return true;
184 }
185};
186
187} // End llvm namespace
188
189#endif
MachineBasicBlock & MBB
MachineBasicBlock MachineBasicBlock::iterator MBBI
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
IRTranslator LLVM IR MI
Live Register Matrix
Register Reg
uint64_t IntrinsicInst * II
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
Definition ArrayRef.h:41
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
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
Triple - Helper class for working with autoconf configuration names.
Definition Triple.h:47
bool hasBasePointer(const MachineFunction &MF) const
const TargetRegisterClass * getPointerRegClass(unsigned Kind=0) const override
getPointerRegClass - Returns a TargetRegisterClass used for pointer values.
const MCPhysReg * getCalleeSavedRegsViaCopy(const MachineFunction *MF) const
bool canRealignStack(const MachineFunction &MF) const override
BitVector getReservedRegs(const MachineFunction &MF) const override
getReservedRegs - Returns a bitset indexed by physical register number indicating if a register is a ...
Register getPtrSizedFrameRegister(const MachineFunction &MF) const
bool shouldRealignStack(const MachineFunction &MF) const override
unsigned getNumSupportedRegs(const MachineFunction &MF) const override
Return the number of registers for the function.
const MCPhysReg * getIPRACSRegs(const MachineFunction *MF) const override
getIPRACSRegs - This API can be removed when rbp is safe to optimized out when IPRA is on.
Register getFrameRegister(const MachineFunction &MF) const override
unsigned findDeadCallerSavedReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI) const
findDeadCallerSavedReg - Return a caller-saved register that isn't live when it reaches the "return" ...
const uint32_t * getDarwinTLSCallPreservedMask() const
bool isTileRegisterClass(const TargetRegisterClass *RC) const
Return true if it is tile register class.
bool isNonRex2RegClass(const TargetRegisterClass *RC) const
bool requiresRegisterScavenging(const MachineFunction &MF) const override
const uint32_t * getCallPreservedMask(const MachineFunction &MF, CallingConv::ID) const override
Register getPtrSizedStackRegister(const MachineFunction &MF) const
bool isArgumentRegister(const MachineFunction &MF, MCRegister Reg) const override
isArgumentReg - Returns true if Reg can be used as an argument to a function.
Register getStackRegister() const
const TargetRegisterClass * getLargestLegalSuperClass(const TargetRegisterClass *RC, const MachineFunction &MF) const override
const TargetRegisterClass * getMatchingSuperRegClass(const TargetRegisterClass *A, const TargetRegisterClass *B, unsigned Idx) const override
getMatchingSuperRegClass - Return a subclass of the specified register class A so that each register ...
unsigned getSlotSize() const
unsigned getRegPressureLimit(const TargetRegisterClass *RC, MachineFunction &MF) const override
const TargetRegisterClass * getCrossCopyRegClass(const TargetRegisterClass *RC) const override
getCrossCopyRegClass - Returns a legal register class to copy a register in the specified class to or...
X86RegisterInfo(const Triple &TT)
const TargetRegisterClass * constrainRegClassToNonRex2(const TargetRegisterClass *RC) const
Register getFramePtr() const
Returns physical register used as frame pointer.
Register getBaseRegister() const
bool getRegAllocationHints(Register VirtReg, ArrayRef< MCPhysReg > Order, SmallVectorImpl< MCPhysReg > &Hints, const MachineFunction &MF, const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const override
void eliminateFrameIndex(MachineBasicBlock::iterator II, unsigned FIOperandNum, Register BaseReg, int FIOffset) const
const uint32_t * getNoPreservedMask() const override
bool isFixedRegister(const MachineFunction &MF, MCRegister PhysReg) const override
Returns true if PhysReg is a fixed register.
const TargetRegisterClass * getSubClassWithSubReg(const TargetRegisterClass *RC, unsigned Idx) const override
const MCPhysReg * getCalleeSavedRegs(const MachineFunction *MF) const override
getCalleeSavedRegs - Return a null-terminated list of all of the callee-save registers on this target...
void adjustStackMapLiveOutMask(uint32_t *Mask) const override
bool eliminateFrameIndicesBackwards() const override
Process frame indices in forwards block order because X86InstrInfo::getSPAdjust relies on it when sea...
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