Lines Matching +full:ri +full:- +full:override
1 //===-- ARMInstrInfo.h - ARM Instruction Information ------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
23 ARMRegisterInfo RI; variable
28 MCInst getNop() const override;
30 // Return the non-pre/post incrementing version of 'Opc'. Return 0
32 unsigned getUnindexedOpcode(unsigned Opc) const override;
34 /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
38 const ARMRegisterInfo &getRegisterInfo() const override { return RI; } in getRegisterInfo()
41 void expandLoadStackGuard(MachineBasicBlock::iterator MI) const override;