LLVM 22.0.0git
LoongArchInstrInfo.h
Go to the documentation of this file.
1//=- LoongArchInstrInfo.h - LoongArch Instruction 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 LoongArch implementation of the TargetInstrInfo class.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef LLVM_LIB_TARGET_LOONGARCH_LOONGARCHINSTRINFO_H
14#define LLVM_LIB_TARGET_LOONGARCH_LOONGARCHINSTRINFO_H
15
18
19#define GET_INSTRINFO_HEADER
20#include "LoongArchGenInstrInfo.inc"
21
22namespace llvm {
23
24class LoongArchSubtarget;
25
27 const LoongArchRegisterInfo RegInfo;
28
29public:
31
32 const LoongArchRegisterInfo &getRegisterInfo() const { return RegInfo; }
33
34 MCInst getNop() const override;
35
37 const DebugLoc &DL, Register DstReg, Register SrcReg,
38 bool KillSrc, bool RenamableDest = false,
39 bool RenamableSrc = false) const override;
40
43 bool IsKill, int FrameIndex, const TargetRegisterClass *RC, Register VReg,
44 MachineInstr::MIFlag Flags = MachineInstr::NoFlags) const override;
47 int FrameIndex, const TargetRegisterClass *RC, Register VReg,
48 MachineInstr::MIFlag Flags = MachineInstr::NoFlags) const override;
49
50 // Materializes the given integer Val into DstReg.
52 const DebugLoc &DL, Register DstReg, uint64_t Val,
54
55 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
56
57 bool isAsCheapAsAMove(const MachineInstr &MI) const override;
58
60
64 bool AllowModify) const override;
65
66 bool isBranchOffsetInRange(unsigned BranchOpc,
67 int64_t BrOffset) const override;
68
70 const MachineFunction &MF) const override;
71
74 const MachineFunction &MF) const override;
75
77 int *BytesRemoved = nullptr) const override;
78
81 const DebugLoc &dl,
82 int *BytesAdded = nullptr) const override;
83
85 MachineBasicBlock &NewDestBB,
86 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
87 int64_t BrOffset, RegScavenger *RS) const override;
88
89 bool
91
92 std::pair<unsigned, unsigned>
93 decomposeMachineOperandsTargetFlags(unsigned TF) const override;
94
97
100
102 const MachineInstr &AddrI,
103 ExtAddrMode &AM) const override;
105 const ExtAddrMode &AM) const override;
106
107protected:
109};
110
111namespace LoongArch {
112
113// Returns true if this is the sext.w pattern, addi.w rd, rs, 0.
114bool isSEXT_W(const MachineInstr &MI);
115
116// Mask assignments for floating-point.
117static constexpr unsigned FClassMaskSignalingNaN = 0x001;
118static constexpr unsigned FClassMaskQuietNaN = 0x002;
119static constexpr unsigned FClassMaskNegativeInfinity = 0x004;
120static constexpr unsigned FClassMaskNegativeNormal = 0x008;
121static constexpr unsigned FClassMaskNegativeSubnormal = 0x010;
122static constexpr unsigned FClassMaskNegativeZero = 0x020;
123static constexpr unsigned FClassMaskPositiveInfinity = 0x040;
124static constexpr unsigned FClassMaskPositiveNormal = 0x080;
125static constexpr unsigned FClassMaskPositiveSubnormal = 0x100;
126static constexpr unsigned FClassMaskPositiveZero = 0x200;
127} // namespace LoongArch
128
129} // end namespace llvm
130#endif // LLVM_LIB_TARGET_LOONGARCH_LOONGARCHINSTRINFO_H
MachineBasicBlock & MBB
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
MachineBasicBlock MachineBasicBlock::iterator MBBI
IRTranslator LLVM IR MI
Register 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:124
void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, const DebugLoc &DL, Register DstReg, Register SrcReg, bool KillSrc, bool RenamableDest=false, bool RenamableSrc=false) const override
ArrayRef< std::pair< unsigned, const char * > > getSerializableBitmaskMachineOperandTargetFlags() const override
const LoongArchSubtarget & STI
bool reverseBranchCondition(SmallVectorImpl< MachineOperand > &Cond) const override
bool isSafeToMove(const MachineInstr &MI, const MachineBasicBlock *MBB, const MachineFunction &MF) const override
bool analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl< MachineOperand > &Cond, bool AllowModify) const override
const LoongArchRegisterInfo & getRegisterInfo() const
void storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, Register SrcReg, bool IsKill, int FrameIndex, const TargetRegisterClass *RC, Register VReg, MachineInstr::MIFlag Flags=MachineInstr::NoFlags) const override
void loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, Register DstReg, int FrameIndex, const TargetRegisterClass *RC, Register VReg, MachineInstr::MIFlag Flags=MachineInstr::NoFlags) const override
std::pair< unsigned, unsigned > decomposeMachineOperandsTargetFlags(unsigned TF) const override
bool isAsCheapAsAMove(const MachineInstr &MI) const override
MCInst getNop() const override
LoongArchInstrInfo(const LoongArchSubtarget &STI)
ArrayRef< std::pair< unsigned, const char * > > getSerializableDirectMachineOperandTargetFlags() const override
unsigned removeBranch(MachineBasicBlock &MBB, int *BytesRemoved=nullptr) const override
void movImm(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, const DebugLoc &DL, Register DstReg, uint64_t Val, MachineInstr::MIFlag Flag=MachineInstr::NoFlags) const
unsigned insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef< MachineOperand > Cond, const DebugLoc &dl, int *BytesAdded=nullptr) const override
void insertIndirectBranch(MachineBasicBlock &MBB, MachineBasicBlock &NewDestBB, MachineBasicBlock &RestoreBB, const DebugLoc &DL, int64_t BrOffset, RegScavenger *RS) const override
bool isSchedulingBoundary(const MachineInstr &MI, const MachineBasicBlock *MBB, const MachineFunction &MF) const override
bool isBranchOffsetInRange(unsigned BranchOpc, int64_t BrOffset) const override
bool canFoldIntoAddrMode(const MachineInstr &MemI, Register Reg, const MachineInstr &AddrI, ExtAddrMode &AM) const override
unsigned getInstSizeInBytes(const MachineInstr &MI) const override
MachineBasicBlock * getBranchDestBlock(const MachineInstr &MI) const override
MachineInstr * emitLdStWithAddr(MachineInstr &MemI, const ExtAddrMode &AM) const override
Instances of this class represent a single low-level machine instruction.
Definition MCInst.h:188
MachineInstrBundleIterator< MachineInstr > iterator
Representation of each machine instruction.
Wrapper class representing virtual and physical registers.
Definition Register.h:20
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
static constexpr unsigned FClassMaskSignalingNaN
static constexpr unsigned FClassMaskNegativeSubnormal
bool isSEXT_W(const MachineInstr &MI)
static constexpr unsigned FClassMaskPositiveInfinity
static constexpr unsigned FClassMaskNegativeZero
static constexpr unsigned FClassMaskNegativeNormal
static constexpr unsigned FClassMaskQuietNaN
static constexpr unsigned FClassMaskNegativeInfinity
static constexpr unsigned FClassMaskPositiveNormal
static constexpr unsigned FClassMaskPositiveZero
static constexpr unsigned FClassMaskPositiveSubnormal
This is an optimization pass for GlobalISel generic memory operations.
Used to describe addressing mode similar to ExtAddrMode in CodeGenPrepare.