LLVM  8.0.1
ThumbRegisterInfo.h
Go to the documentation of this file.
1 //===- ThumbRegisterInfo.h - Thumb Register Information Impl -*- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file contains the Thumb implementation of the TargetRegisterInfo
11 // class. With the exception of emitLoadConstPool Thumb2 tracks
12 // ARMBaseRegisterInfo, Thumb1 overloads the functions below.
13 //
14 //===----------------------------------------------------------------------===//
15 
16 #ifndef LLVM_LIB_TARGET_ARM_THUMB1REGISTERINFO_H
17 #define LLVM_LIB_TARGET_ARM_THUMB1REGISTERINFO_H
18 
19 #include "ARMBaseRegisterInfo.h"
21 
22 namespace llvm {
23  class ARMSubtarget;
24  class ARMBaseInstrInfo;
25 
27 public:
29 
30  const TargetRegisterClass *
32  const MachineFunction &MF) const override;
33 
34  const TargetRegisterClass *
36  unsigned Kind = 0) const override;
37 
38  /// emitLoadConstPool - Emits a load from constpool to materialize the
39  /// specified immediate.
40  void
42  const DebugLoc &dl, unsigned DestReg, unsigned SubIdx,
43  int Val, ARMCC::CondCodes Pred = ARMCC::AL,
44  unsigned PredReg = 0,
45  unsigned MIFlags = MachineInstr::NoFlags) const override;
46 
47  // rewrite MI to access 'Offset' bytes from the FP. Update Offset to be
48  // however much remains to be handled. Return 'true' if no further
49  // work is required.
50  bool rewriteFrameIndex(MachineBasicBlock::iterator II, unsigned FrameRegIdx,
51  unsigned FrameReg, int &Offset,
52  const ARMBaseInstrInfo &TII) const;
53  void resolveFrameIndex(MachineInstr &MI, unsigned BaseReg,
54  int64_t Offset) const override;
58  const TargetRegisterClass *RC,
59  unsigned Reg) const override;
61  int SPAdj, unsigned FIOperandNum,
62  RegScavenger *RS = nullptr) const override;
63 };
64 }
65 
66 #endif
This class represents lattice values for constants.
Definition: AllocatorList.h:24
unsigned Reg
A debug info location.
Definition: DebugLoc.h:34
bool saveScavengerRegister(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, MachineBasicBlock::iterator &UseMI, const TargetRegisterClass *RC, unsigned Reg) const override
saveScavengerRegister - Spill the register so it can be used by the register scavenger.
const HexagonInstrInfo * TII
void resolveFrameIndex(MachineInstr &MI, unsigned BaseReg, int64_t Offset) const override
MachineInstrBuilder & UseMI
void eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj, unsigned FIOperandNum, RegScavenger *RS=nullptr) const override
const TargetRegisterClass * getLargestLegalSuperClass(const TargetRegisterClass *RC, const MachineFunction &MF) const override
void emitLoadConstPool(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, const DebugLoc &dl, unsigned DestReg, unsigned SubIdx, int Val, ARMCC::CondCodes Pred=ARMCC::AL, unsigned PredReg=0, unsigned MIFlags=MachineInstr::NoFlags) const override
emitLoadConstPool - Emits a load from constpool to materialize the specified immediate.
Representation of each machine instruction.
Definition: MachineInstr.h:64
bool rewriteFrameIndex(MachineBasicBlock::iterator II, unsigned FrameRegIdx, unsigned FrameReg, int &Offset, const ARMBaseInstrInfo &TII) const
const TargetRegisterClass * getPointerRegClass(const MachineFunction &MF, unsigned Kind=0) const override
#define I(x, y, z)
Definition: MD5.cpp:58
const unsigned Kind
IRTranslator LLVM IR MI