/external/llvm/include/llvm/Target/ |
D | TargetFrameLowering.h | 159 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function 171 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.h | 40 bool hasReservedCallFrame(const MachineFunction &MF) const;
|
D | Mips16FrameLowering.h | 44 bool hasReservedCallFrame(const MachineFunction &MF) const;
|
D | Mips16FrameLowering.cpp | 146 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr() 162 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
|
D | MipsFrameLowering.cpp | 129 if (MFI->adjustsStack() && hasReservedCallFrame(MF)) in estimateStackSize()
|
D | MipsSEFrameLowering.cpp | 244 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MipsSEFrameLowering 259 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb1FrameLowering.h | 47 bool hasReservedCallFrame(const MachineFunction &MF) const;
|
D | ARMFrameLowering.h | 50 bool hasReservedCallFrame(const MachineFunction &MF) const;
|
D | ARMBaseRegisterInfo.cpp | 276 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer() 316 if (MF.getTarget().getFrameLowering()->hasReservedCallFrame(MF)) in canRealignStack() 684 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
|
D | Thumb1FrameLowering.cpp | 23 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{ in hasReservedCallFrame() function in Thumb1FrameLowering 54 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
D | ARMFrameLowering.cpp | 63 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in ARMFrameLowering 82 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects(); in canSimplifyCallFramePseudos() 511 bool hasMovingSP = !hasReservedCallFrame(MF); in ResolveFrameIndexReference() 1390 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
D | Thumb1RegisterInfo.cpp | 592 assert(MF.getTarget().getFrameLowering()->hasReservedCallFrame(MF) && in eliminateFrameIndex()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.h | 52 bool hasReservedCallFrame(const MachineFunction &MF) const;
|
D | MSP430FrameLowering.cpp | 37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MSP430FrameLowering 232 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 62 bool hasReservedCallFrame(const MachineFunction &MF) const;
|
D | X86FrameLowering.cpp | 38 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in X86FrameLowering 1764 bool reseveCallFrame = hasReservedCallFrame(MF); in eliminateCallFramePseudoInstr()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.h | 102 virtual bool hasReservedCallFrame(const MachineFunction &MF) const;
|
D | AArch64FrameLowering.cpp | 374 || (MFI->adjustsStack() && !hasReservedCallFrame(MF)); in processFunctionBeforeCalleeSavedScan() 587 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in AArch64FrameLowering 607 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 342 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeFrameLowering.cpp | 435 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
D | MBlazeISelLowering.cpp | 778 if (needsRegArgSlots && TFI.hasReservedCallFrame(MF)) in LowerCall()
|
/external/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 643 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()
|
D | MachineFunction.cpp | 602 if (adjustsStack() && TFI->hasReservedCallFrame(MF)) in estimateStackSize()
|