reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64RegisterInfo.cpp
  317 bool AArch64RegisterInfo::requiresFrameIndexScavenging(
lib/Target/AMDGPU/SIRegisterInfo.cpp
  287 bool SIRegisterInfo::requiresFrameIndexScavenging(
lib/Target/ARM/ARMBaseRegisterInfo.cpp
  488 requiresFrameIndexScavenging(const MachineFunction &MF) const {
lib/Target/Hexagon/HexagonRegisterInfo.h
   52   bool requiresFrameIndexScavenging(const MachineFunction &MF) const override {
lib/Target/Mips/Mips16RegisterInfo.cpp
   46 bool Mips16RegisterInfo::requiresFrameIndexScavenging
lib/Target/Mips/MipsSERegisterInfo.cpp
   49 requiresFrameIndexScavenging(const MachineFunction &MF) const {
lib/Target/PowerPC/PPCRegisterInfo.cpp
  347 bool PPCRegisterInfo::requiresFrameIndexScavenging(const MachineFunction &MF) const {
lib/Target/RISCV/RISCVRegisterInfo.h
   50   bool requiresFrameIndexScavenging(const MachineFunction &MF) const override {
lib/Target/SystemZ/SystemZRegisterInfo.h
   72   bool requiresFrameIndexScavenging(const MachineFunction &MF) const override {

References

lib/CodeGen/PrologEpilogInserter.cpp
  221   FrameIndexVirtualScavenging = TRI->requiresFrameIndexScavenging(MF);