/external/llvm/lib/Target/Mips/ |
D | MipsFrameLowering.cpp | 102 TRI->needsStackRealignment(MF); in hasFP() 109 return MFI->hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
|
D | MipsSERegisterInfo.cpp | 143 else if (RegInfo->needsStackRealignment(MF)) { in eliminateFI()
|
D | MipsRegisterInfo.cpp | 196 if (needsStackRealignment(MF) && in getReservedRegs()
|
D | MipsSEFrameLowering.cpp | 515 if (RegInfo.needsStackRealignment(MF)) { in emitPrologue()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 99 bool NeedsStackRealignment = RegInfo.needsStackRealignment(MF); in emitPrologue() 238 RegInfo->needsStackRealignment(MF) || in hasFP() 266 } else if (RegInfo->needsStackRealignment(MF)) { in getFrameIndexReference()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 145 MFI->hasPatchPoint() || RegInfo->needsStackRealignment(MF)); in hasFP() 355 const bool NeedsRealignment = RegInfo->needsStackRealignment(MF); in emitPrologue() 676 !RegInfo->needsStackRealignment(MF)) { in resolveFrameIndexReference() 692 assert((isFixed || !RegInfo->needsStackRealignment(MF) || !UseFP) && in resolveFrameIndexReference() 897 if (RegInfo->needsStackRealignment(MF) && !RegInfo->hasBasePointer(MF)) in determineCalleeSaves()
|
D | AArch64RegisterInfo.cpp | 184 if (needsStackRealignment(MF)) in hasBasePointer()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 64 (hasFP(MF) && !TRI->needsStackRealignment(MF)) || in canSimplifyCallFramePseudos() 89 TRI->needsStackRealignment(MF) || in hasFP() 963 !TRI->needsStackRealignment(MF) && in emitPrologue() 1029 if (TRI->needsStackRealignment(MF) && !IsWin64Prologue) in emitPrologue() 1129 if (!IsWin64Prologue && !IsFunclet && TRI->needsStackRealignment(MF)) { in emitPrologue() 1150 if (IsWin64Prologue && !IsFunclet && TRI->needsStackRealignment(MF)) in emitPrologue() 1323 if (IsWin64Prologue && TRI->needsStackRealignment(MF)) { in emitPrologue() 1511 if (TRI->needsStackRealignment(MF) && !IsWin64Prologue) in emitEpilogue() 1570 if ((TRI->needsStackRealignment(MF) || MFI->hasVarSizedObjects()) && in emitEpilogue() 1572 if (TRI->needsStackRealignment(MF)) in emitEpilogue() [all …]
|
D | X86RegisterInfo.cpp | 506 bool CantUseFP = needsStackRealignment(MF); in hasBasePointer() 552 else if (needsStackRealignment(MF)) in eliminateFrameIndex()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 213 (RegInfo->needsStackRealignment(Fn) && MFI->getObjectIndexEnd() != 0)) in calculateFrameObjectOffsets()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFrameLowering.cpp | 51 RegInfo->needsStackRealignment(MF); in hasFP()
|
D | WebAssemblyPEI.cpp | 640 !RegInfo->needsStackRealignment(Fn)); in calculateFrameObjectOffsets() 768 (RegInfo->needsStackRealignment(Fn) && MFI->getObjectIndexEnd() != 0)) in calculateFrameObjectOffsets()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.cpp | 311 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer() 365 || needsStackRealignment(MF); in cannotEliminateFrame()
|
D | ARMFrameLowering.cpp | 69 RegInfo->needsStackRealignment(MF) || in hasFP() 648 if (!AFI->getNumAlignedDPRCS2Regs() && RegInfo->needsStackRealignment(MF)) { in emitPrologue() 833 if (RegInfo->needsStackRealignment(MF)) { in ResolveFrameIndexReference() 1505 (MFI->hasVarSizedObjects() || RegInfo->needsStackRealignment(MF))) in determineCalleeSaves()
|
D | Thumb1FrameLowering.cpp | 289 if (RegInfo->needsStackRealignment(MF)) in emitPrologue()
|
D | ARMExpandPseudoInsts.cpp | 931 if (RI.needsStackRealignment(MF)) { in ExpandMI()
|
/external/llvm/lib/CodeGen/ |
D | GCRootLowering.cpp | 345 RegInfo->needsStackRealignment(MF); in runOnMachineFunction()
|
D | TargetRegisterInfo.cpp | 375 bool TargetRegisterInfo::needsStackRealignment( in needsStackRealignment() function in TargetRegisterInfo
|
D | PrologEpilogInserter.cpp | 624 !RegInfo->needsStackRealignment(Fn)); in calculateFrameObjectOffsets() 752 (RegInfo->needsStackRealignment(Fn) && MFI->getObjectIndexEnd() != 0)) in calculateFrameObjectOffsets()
|
D | StackMaps.cpp | 339 MFI->hasVarSizedObjects() || RegInfo->needsStackRealignment(*(AP.MF)); in recordStackMapOpers()
|
D | MachineFunction.cpp | 665 (RegInfo->needsStackRealignment(MF) && getObjectIndexEnd() != 0)) in estimateStackSize()
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 802 bool needsStackRealignment(const MachineFunction &MF) const;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 718 bool HasExtraAlign = HRI.needsStackRealignment(MF); in hasFP() 836 bool HasExtraAlign = HRI.needsStackRealignment(MF); in getFrameIndexReference()
|
/external/llvm/test/CodeGen/X86/ |
D | stackmap.ll | 475 define void @needsStackRealignment() {
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 926 return needsStackRealignment(MF); in hasBasePointer()
|