Lines Matching +full:ri +full:- +full:override
1 //===-- AVRInstrInfo.h - AVR Instruction Information ------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
70 const AVRRegisterInfo &getRegisterInfo() const { return RI; } in getRegisterInfo()
74 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
78 bool KillSrc) const override;
84 Register VReg) const override;
89 Register VReg) const override;
91 int &FrameIndex) const override;
93 int &FrameIndex) const override;
99 bool AllowModify = false) const override;
103 int *BytesAdded = nullptr) const override;
105 int *BytesRemoved = nullptr) const override;
107 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
109 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
112 int64_t BrOffset) const override;
117 int64_t BrOffset, RegScavenger *RS) const override;
120 const AVRRegisterInfo RI;