Searched refs:hasReservedCallFrame (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DThumb1FrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const;
H A DARMFrameLowering.h50 bool hasReservedCallFrame(const MachineFunction &MF) const;
H A DARMBaseRegisterInfo.cpp510 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF))
550 if (MF.getTarget().getFrameLowering()->hasReservedCallFrame(MF))
763 if (!TFI->hasReservedCallFrame(MF)) {
1087 // when !hasReservedCallFrame().
1090 assert(TFI->hasReservedCallFrame(MF) &&
H A DARMFrameLowering.cpp59 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
64 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { function in class:ARMFrameLowering
83 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects();
509 bool hasMovingSP = !hasReservedCallFrame(MF);
1067 if (MFI->adjustsStack() && TFI->hasReservedCallFrame(MF))
H A DThumb1FrameLowering.cpp23 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{ function in class:Thumb1FrameLowering
H A DThumb1RegisterInfo.cpp313 if (!TFI->hasReservedCallFrame(MF)) {
636 // when !hasReservedCallFrame().
639 assert(MF.getTarget().getFrameLowering()->hasReservedCallFrame(MF) &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMips16FrameLowering.h40 bool hasReservedCallFrame(const MachineFunction &MF) const;
H A DMipsSEFrameLowering.h36 bool hasReservedCallFrame(const MachineFunction &MF) const;
H A DMips16FrameLowering.cpp108 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { function in class:Mips16FrameLowering
H A DMipsSERegisterInfo.cpp53 if (!TFI->hasReservedCallFrame(MF)) {
H A DMipsSEFrameLowering.cpp188 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { function in class:MipsSEFrameLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430FrameLowering.h48 bool hasReservedCallFrame(const MachineFunction &MF) const;
H A DMSP430FrameLowering.cpp37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { function in class:MSP430FrameLowering
H A DMSP430RegisterInfo.cpp109 if (!TFI->hasReservedCallFrame(MF)) {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetFrameLowering.h144 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
149 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { function in class:llvm::TargetFrameLowering
161 return hasReservedCallFrame(MF) || hasFP(MF);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86FrameLowering.h60 bool hasReservedCallFrame(const MachineFunction &MF) const;
H A DX86RegisterInfo.cpp471 bool reseveCallFrame = TFI->hasReservedCallFrame(MF);
H A DX86FrameLowering.cpp38 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { function in class:X86FrameLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.cpp92 if (!TFI->hasReservedCallFrame(MF)) {
H A DMBlazeISelLowering.cpp776 if (needsRegArgSlots && TFI.hasReservedCallFrame(MF))
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp111 if (!TFI->hasReservedCallFrame(MF)) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DPrologEpilogInserter.cpp655 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))

Completed in 321 milliseconds