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

1 2

  /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 296 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF))
336 if (MF.getTarget().getFrameLowering()->hasReservedCallFrame(MF))
707 // when !hasReservedCallFrame().
710 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();
513 bool hasMovingSP = !hasReservedCallFrame(MF);
    [all...]
  /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 145 if (!hasReservedCallFrame(MF)) {
161 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
MipsSEFrameLowering.cpp 467 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
485 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.h 41 bool hasReservedCallFrame(const MachineFunction &MF) const;
SparcFrameLowering.cpp 78 if (!hasReservedCallFrame(MF)) {
132 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /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 159 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
164 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
176 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));
589 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
609 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 59 virtual bool hasReservedCallFrame(const MachineFunction &MF) const
SystemZFrameLowering.cpp 499 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
514 assert(hasReservedCallFrame(MF) &&
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 89 bool hasReservedCallFrame(const MachineFunction &MF) const;
X86FrameLowering.cpp 38 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 200 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 309 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 620 if (adjustsStack() && TFI->hasReservedCallFrame(MF))
    [all...]
PrologEpilogInserter.cpp 664 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
    [all...]

Completed in 106 milliseconds

1 2