|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
lib/Target/AArch64/AArch64FrameLowering.cpp 269 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
lib/Target/ARM/ARMFrameLowering.cpp 123 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
lib/Target/ARM/Thumb1FrameLowering.cpp 53 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{
lib/Target/AVR/AVRFrameLowering.cpp 43 bool AVRFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
lib/Target/Hexagon/HexagonFrameLowering.h 57 bool hasReservedCallFrame(const MachineFunction &MF) const override {
lib/Target/MSP430/MSP430FrameLowering.cpp 36 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
lib/Target/Mips/Mips16FrameLowering.cpp 155 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
lib/Target/Mips/MipsSEFrameLowering.cpp 843 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
lib/Target/RISCV/RISCVFrameLowering.cpp 434 bool RISCVFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
lib/Target/Sparc/SparcFrameLowering.cpp 243 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
lib/Target/SystemZ/SystemZFrameLowering.cpp 522 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp 75 bool WebAssemblyFrameLowering::hasReservedCallFrame(
lib/Target/X86/X86FrameLowering.cpp 51 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
References
include/llvm/CodeGen/TargetFrameLowering.h 247 return hasReservedCallFrame(MF) || hasFP(MF);
lib/CodeGen/MachineFrameInfo.cpp 165 if (adjustsStack() && TFI->hasReservedCallFrame(MF))
lib/CodeGen/PrologEpilogInserter.cpp 1062 if (MFI.adjustsStack() && TFI.hasReservedCallFrame(MF))
lib/Target/AMDGPU/SIFrameLowering.cpp 1112 if (!hasReservedCallFrame(MF)) {
lib/Target/Lanai/LanaiFrameLowering.cpp 50 if (!(hasReservedCallFrame(MF) && MFI.adjustsStack()))
lib/Target/Mips/MipsFrameLowering.cpp 142 if (!hasReservedCallFrame(MF)) {
lib/Target/Mips/MipsRegisterInfo.cpp 320 if (Subtarget.getFrameLowering()->hasReservedCallFrame(MF))
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp 222 if (MFI.adjustsStack() && TFI.hasReservedCallFrame(Fn))
lib/Target/XCore/XCoreFrameLowering.cpp 490 if (!hasReservedCallFrame(MF)) {