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

1 2 3 4

  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinFrameLowering.h 39 bool hasReservedCallFrame(const MachineFunction &MF) const;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.h 46 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1FrameLowering.h 47 bool hasReservedCallFrame(const MachineFunction &MF) const;
ARMFrameLowering.h 50 bool hasReservedCallFrame(const MachineFunction &MF) const;
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430FrameLowering.h 48 bool hasReservedCallFrame(const MachineFunction &MF) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.h 46 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetFrameLowering.h 148 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
153 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
165 return hasReservedCallFrame(MF) || hasFP(MF);
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.h 42 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/AVR/
AVRFrameLowering.h 35 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.h 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.h 39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
MipsSEFrameLowering.h 38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
MipsFrameLowering.cpp 137 if (MFI->adjustsStack() && hasReservedCallFrame(MF))
150 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.h 37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZFrameLowering.h 50 bool hasReservedCallFrame(const MachineFunction &MF) const { return true; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
Thumb1FrameLowering.h 38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRFrameLowering.h 35 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430FrameLowering.h 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16FrameLowering.h 39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
MipsSEFrameLowering.h 39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcFrameLowering.h 37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 60 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 48 bool hasReservedCallFrame(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FrameLowering.h 60 bool hasReservedCallFrame(const MachineFunction &MF) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 60 bool hasReservedCallFrame(const MachineFunction &MF) const override;

Completed in 1358 milliseconds

1 2 3 4