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/Mips/
Mips16FrameLowering.h 39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
MipsSEFrameLowering.h 35 bool hasReservedCallFrame(const MachineFunction &MF) const override;
MipsFrameLowering.cpp 128 if (MFI->adjustsStack() && hasReservedCallFrame(MF))
141 if (!hasReservedCallFrame(MF)) {
Mips16FrameLowering.cpp 147 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
MipsSEFrameLowering.cpp 599 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.h 42 bool hasReservedCallFrame(const MachineFunction &MF) const override;
ARMFrameLowering.h 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
Thumb1FrameLowering.cpp 27 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{
58 if (!hasReservedCallFrame(MF)) {
ARMBaseRegisterInfo.cpp 310 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF))
350 if (MF.getSubtarget().getFrameLowering()->hasReservedCallFrame(MF))
710 // when !hasReservedCallFrame().
713 assert(TFI->hasReservedCallFrame(MF) &&
ARMFrameLowering.cpp 65 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
70 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
89 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects();
    [all...]
ThumbRegisterInfo.cpp 533 // when !hasReservedCallFrame().
536 assert(STI.getFrameLowering()->hasReservedCallFrame(MF) &&
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.h 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
MSP430FrameLowering.cpp 38 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
233 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.h 37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
SparcFrameLowering.cpp 136 if (!hasReservedCallFrame(MF)) {
173 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 176 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
181 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
193 return hasReservedCallFrame(MF) || hasFP(MF);
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 60 bool hasReservedCallFrame(const MachineFunction &MF) const override;
AArch64FrameLowering.cpp 148 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
154 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
169 if (!TFI->hasReservedCallFrame(MF)) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
SystemZFrameLowering.cpp 492 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
507 assert(hasReservedCallFrame(MF) &&
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 64 bool hasReservedCallFrame(const MachineFunction &MF) const override;
X86FrameLowering.cpp 40 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
53 return hasReservedCallFrame(MF) ||
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 203 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 641 if (adjustsStack() && TFI->hasReservedCallFrame(MF))
    [all...]
PrologEpilogInserter.cpp 689 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
    [all...]

Completed in 660 milliseconds

1 2