/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSERegisterInfo.h | 27 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override;
|
H A D | Mips16RegisterInfo.h | 26 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override;
|
H A D | Mips16RegisterInfo.cpp | 46 bool Mips16RegisterInfo::requiresFrameIndexScavenging in requiresFrameIndexScavenging() function in Mips16RegisterInfo
|
H A D | MipsSERegisterInfo.cpp | 49 requiresFrameIndexScavenging(const MachineFunction &MF) const { in requiresFrameIndexScavenging() function in MipsSERegisterInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchRegisterInfo.h | 51 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override { in requiresFrameIndexScavenging() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYRegisterInfo.h | 42 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override { in requiresFrameIndexScavenging() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaRegisterInfo.h | 37 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override { in requiresFrameIndexScavenging() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.h | 52 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override { in requiresFrameIndexScavenging() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.h | 158 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override { in requiresFrameIndexScavenging() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.h | 110 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override;
|
H A D | AArch64RegisterInfo.cpp | 724 bool AArch64RegisterInfo::requiresFrameIndexScavenging( in requiresFrameIndexScavenging() function in AArch64RegisterInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVRegisterInfo.h | 109 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override { in requiresFrameIndexScavenging() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.h | 220 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override;
|
H A D | ARMBaseRegisterInfo.cpp | 521 requiresFrameIndexScavenging(const MachineFunction &MF) const { in requiresFrameIndexScavenging() function in ARMBaseRegisterInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.h | 114 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override;
|
H A D | PPCRegisterInfo.cpp | 454 bool PPCRegisterInfo::requiresFrameIndexScavenging(const MachineFunction &MF) const { in requiresFrameIndexScavenging() function in PPCRegisterInfo
|
H A D | PPCFrameLowering.cpp | 605 return !RegInfo->requiresFrameIndexScavenging(MF); in stackUpdateCanBeMoved()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.h | 118 bool requiresFrameIndexScavenging(const MachineFunction &MF) const override;
|
H A D | SIRegisterInfo.cpp | 769 bool SIRegisterInfo::requiresFrameIndexScavenging( in requiresFrameIndexScavenging() function in SIRegisterInfo
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetRegisterInfo.h | 974 virtual bool requiresFrameIndexScavenging(const MachineFunction &MF) const { in requiresFrameIndexScavenging() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PrologEpilogInserter.cpp | 228 FrameIndexVirtualScavenging = TRI->requiresFrameIndexScavenging(MF); in runOnMachineFunction()
|