LLVM 20.0.0git
XtensaInstrInfo.h
Go to the documentation of this file.
1//===-- XtensaInstrInfo.h - Xtensa Instruction Information ------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6// See https://llvm.org/LICENSE.txt for license information.
7// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8//
9//===----------------------------------------------------------------------===//
10//
11// This file contains the Xtensa implementation of the TargetInstrInfo class.
12//
13//===----------------------------------------------------------------------===//
14
15#ifndef LLVM_LIB_TARGET_XTENSA_XTENSAINSTRINFO_H
16#define LLVM_LIB_TARGET_XTENSA_XTENSAINSTRINFO_H
17
18#include "Xtensa.h"
19#include "XtensaRegisterInfo.h"
22
23#define GET_INSTRINFO_HEADER
24
25#include "XtensaGenInstrInfo.inc"
26
27namespace llvm {
28
29class XtensaTargetMachine;
30class XtensaSubtarget;
32 const XtensaRegisterInfo RI;
33 const XtensaSubtarget &STI;
34
35public:
37
38 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
40
41 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
42
43 // Return the XtensaRegisterInfo, which this class owns.
44 const XtensaRegisterInfo &getRegisterInfo() const { return RI; }
45
47 int &FrameIndex) const override;
48
50 int &FrameIndex) const override;
51
53 const DebugLoc &DL, MCRegister DestReg, MCRegister SrcReg,
54 bool KillSrc, bool RenamableDest = false,
55 bool RenamableSrc = false) const override;
56
59 bool isKill, int FrameIndex,
60 const TargetRegisterClass *RC,
62 Register VReg) const override;
63
66 int FrameIdx, const TargetRegisterClass *RC,
68 Register VReg) const override;
69
70 // Get the load and store opcodes for a given register class and offset.
71 void getLoadStoreOpcodes(const TargetRegisterClass *RC, unsigned &LoadOpcode,
72 unsigned &StoreOpcode, int64_t offset) const;
73
74 // Emit code before MBBI in MI to move immediate value Value into
75 // physical register Reg.
77 unsigned *Reg, int64_t Value) const;
78
79 bool
81
83
84 bool isBranchOffsetInRange(unsigned BranchOpc,
85 int64_t BrOffset) const override;
86
90 bool AllowModify) const override;
91
93 int *BytesRemoved = nullptr) const override;
94
97 const DebugLoc &DL,
98 int *BytesAdded = nullptr) const override;
99
101 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
102 int64_t BrOffset = 0,
103 RegScavenger *RS = nullptr) const override;
104
109 int *BytesAdded) const;
110
112 int64_t offset,
114 int *BytesAdded) const;
115
116 // Return true if MI is a conditional or unconditional branch.
117 // When returning true, set Cond to the mask of condition-code
118 // values on which the instruction will branch, and set Target
119 // to the operand that contains the branch target. This target
120 // can be a register or a basic block.
123 const MachineOperand *&Target) const;
124
125 const XtensaSubtarget &getSubtarget() const { return STI; }
126};
127} // end namespace llvm
128
129#endif /* LLVM_LIB_TARGET_XTENSA_XTENSAINSTRINFO_H */
MachineBasicBlock & MBB
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
MachineBasicBlock MachineBasicBlock::iterator MBBI
IRTranslator LLVM IR MI
#define I(x, y, z)
Definition: MD5.cpp:58
unsigned const TargetRegisterInfo * TRI
unsigned Reg
const SmallVectorImpl< MachineOperand > MachineBasicBlock * TBB
const SmallVectorImpl< MachineOperand > & Cond
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
Definition: ArrayRef.h:41
A debug info location.
Definition: DebugLoc.h:33
Wrapper class representing physical registers. Should be passed by value.
Definition: MCRegister.h:33
Representation of each machine instruction.
Definition: MachineInstr.h:69
MachineOperand class - Representation of each machine instruction operand.
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...
Definition: SmallVector.h:573
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
Target - Wrapper for Target specific information.
LLVM Value Representation.
Definition: Value.h:74
const XtensaSubtarget & getSubtarget() const
bool isBranch(const MachineBasicBlock::iterator &MI, SmallVectorImpl< MachineOperand > &Cond, const MachineOperand *&Target) const
unsigned removeBranch(MachineBasicBlock &MBB, int *BytesRemoved=nullptr) const override
Register isStoreToStackSlot(const MachineInstr &MI, int &FrameIndex) const override
bool isBranchOffsetInRange(unsigned BranchOpc, int64_t BrOffset) const override
void storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, Register SrcReg, bool isKill, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI, Register VReg) const override
unsigned getInstSizeInBytes(const MachineInstr &MI) const override
void loadImmediate(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned *Reg, int64_t Value) const
bool reverseBranchCondition(SmallVectorImpl< MachineOperand > &Cond) const override
void insertIndirectBranch(MachineBasicBlock &MBB, MachineBasicBlock &DestBB, MachineBasicBlock &RestoreBB, const DebugLoc &DL, int64_t BrOffset=0, RegScavenger *RS=nullptr) const override
Register isLoadFromStackSlot(const MachineInstr &MI, int &FrameIndex) const override
void loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, Register DestReg, int FrameIdx, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI, Register VReg) const override
const XtensaRegisterInfo & getRegisterInfo() const
void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, const DebugLoc &DL, MCRegister DestReg, MCRegister SrcReg, bool KillSrc, bool RenamableDest=false, bool RenamableSrc=false) const override
unsigned insertConstBranchAtInst(MachineBasicBlock &MBB, MachineInstr *I, int64_t offset, ArrayRef< MachineOperand > Cond, DebugLoc DL, int *BytesAdded) const
unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef< MachineOperand > Cond, const DebugLoc &DL, int *BytesAdded=nullptr) const override
void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const
Adjust SP by Amount bytes.
unsigned insertBranchAtInst(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, MachineBasicBlock *TBB, ArrayRef< MachineOperand > Cond, const DebugLoc &DL, int *BytesAdded) const
MachineBasicBlock * getBranchDestBlock(const MachineInstr &MI) const override
bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl< MachineOperand > &Cond, bool AllowModify) const override
void getLoadStoreOpcodes(const TargetRegisterClass *RC, unsigned &LoadOpcode, unsigned &StoreOpcode, int64_t offset) const
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18