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

  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 38 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
    [all...]
  /external/llvm/lib/Target/Mips/
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.cpp 78 if (!hasReservedCallFrame(MF)) {
132 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
  /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/MSP430/
MSP430FrameLowering.cpp 37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
232 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/Target/ARM/
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/SystemZ/
SystemZFrameLowering.cpp 499 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
514 assert(hasReservedCallFrame(MF) &&
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 374 || (MFI->adjustsStack() && !hasReservedCallFrame(MF));
589 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
609 if (!hasReservedCallFrame(MF)) {

Completed in 861 milliseconds