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

  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 74 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
MipsSEFrameLowering.cpp 188 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 38 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 144 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
149 virtual bool hasReservedCallFrame(const MachineFunction &MF) const {
161 return hasReservedCallFrame(MF) || hasFP(MF);
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 23 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{
ARMFrameLowering.cpp 59 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
64 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
83 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects();
509 bool hasMovingSP = !hasReservedCallFrame(MF);
    [all...]

Completed in 129 milliseconds