HomeSort by relevance Sort by last modified time
    Searched refs:hasReservedCallFrame (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.h 47 bool hasReservedCallFrame(const MachineFunction &MF) const;
ARMFrameLowering.h 50 bool hasReservedCallFrame(const MachineFunction &MF) const;
ARMBaseRegisterInfo.cpp 276 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF))
316 if (MF.getTarget().getFrameLowering()->hasReservedCallFrame(MF))
681 // when !hasReservedCallFrame().
684 assert(TFI->hasReservedCallFrame(MF) &&
Thumb1FrameLowering.cpp 23 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{
54 if (!hasReservedCallFrame(MF)) {
ARMFrameLowering.cpp 58 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
63 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
82 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects();
511 bool hasMovingSP = !hasReservedCallFrame(MF);
    [all...]
Thumb1RegisterInfo.cpp 589 // when !hasReservedCallFrame().
592 assert(MF.getTarget().getFrameLowering()->hasReservedCallFrame(MF) &&
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.h 40 bool hasReservedCallFrame(const MachineFunction &MF) const;
Mips16FrameLowering.h 44 bool hasReservedCallFrame(const MachineFunction &MF) const;
MipsFrameLowering.cpp 129 if (MFI->adjustsStack() && hasReservedCallFrame(MF))
Mips16FrameLowering.cpp 146 if (!hasReservedCallFrame(MF)) {
162 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
MipsSEFrameLowering.cpp 244 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
259 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.h 52 bool hasReservedCallFrame(const MachineFunction &MF) const;
MSP430FrameLowering.cpp 37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
232 if (!hasReservedCallFrame(MF)) {
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 154 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
159 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
171 return hasReservedCallFrame(MF) || hasFP(MF);
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 102 virtual bool hasReservedCallFrame(const MachineFunction &MF) const;
AArch64FrameLowering.cpp 374 || (MFI->adjustsStack() && !hasReservedCallFrame(MF));
587 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
607 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 62 bool hasReservedCallFrame(const MachineFunction &MF) const;
X86FrameLowering.cpp 38 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 435 if (!hasReservedCallFrame(MF)) {
MBlazeISelLowering.cpp 778 if (needsRegArgSlots && TFI.hasReservedCallFrame(MF))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 342 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 602 if (adjustsStack() && TFI->hasReservedCallFrame(MF))
    [all...]
PrologEpilogInserter.cpp 643 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
    [all...]

Completed in 864 milliseconds