Lines Matching +full:ri +full:- +full:override
1 //===-- MSP430InstrInfo.h - MSP430 Instruction Information ------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
27 const MSP430RegisterInfo RI; variable
32 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
36 const MSP430RegisterInfo &getRegisterInfo() const { return RI; } in getRegisterInfo()
40 bool KillSrc) const override;
47 Register VReg) const override;
52 Register VReg) const override;
54 unsigned getInstSizeInBytes(const MachineInstr &MI) const override;
58 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const override;
62 bool AllowModify) const override;
65 int *BytesRemoved = nullptr) const override;
69 int *BytesAdded = nullptr) const override;