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

  /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 57 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
62 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
81 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects();
499 bool hasMovingSP = !hasReservedCallFrame(MF);
    [all...]

Completed in 245 milliseconds