Home
last modified time | relevance | path

Searched refs:needsStackRealignment (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp31 RegInfo->needsStackRealignment(MF) || MFI.hasVarSizedObjects() || in hasFP()
39 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
52 if (RI->needsStackRealignment(MF)) { in determineFrameLayout()
213 if (RI->needsStackRealignment(MF)) { in emitPrologue()
280 if (RI->needsStackRealignment(MF) || MFI.hasVarSizedObjects()) { in emitEpilogue()
334 } else if (RI->needsStackRealignment(MF) && !MFI.isFixedObjectIndex(FI)) { in getFrameIndexReference()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.cpp155 if (!HasFP || (needsStackRealignment(MF) && FrameIndex >= 0)) in eliminateFrameIndex()
162 else if (needsStackRealignment(MF)) in eliminateFrameIndex()
253 if (needsStackRealignment(MF) && MFI.hasVarSizedObjects()) in hasBasePointer()
H A DLanaiFrameLowering.cpp35 unsigned StackAlign = LRI->needsStackRealignment(MF) ? MFI.getMaxAlignment() in determineFrameLayout()
/aosp_15_r20/external/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.cpp154 if (!HasFP || (needsStackRealignment(MF) && FrameIndex >= 0)) in eliminateFrameIndex()
161 else if (needsStackRealignment(MF)) in eliminateFrameIndex()
252 if (needsStackRealignment(MF) && MFI->hasVarSizedObjects()) in hasBasePointer()
H A DLanaiFrameLowering.cpp36 unsigned StackAlign = LRI->needsStackRealignment(MF) ? MFI->getMaxAlignment() in determineFrameLayout()
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp64 (hasFP(MF) && !TRI->needsStackRealignment(MF)) || in canSimplifyCallFramePseudos()
89 TRI->needsStackRealignment(MF) || in hasFP()
966 !TRI->needsStackRealignment(MF) && in emitPrologue()
1033 if (TRI->needsStackRealignment(MF) && !IsWin64Prologue) in emitPrologue()
1133 if (!IsWin64Prologue && !IsFunclet && TRI->needsStackRealignment(MF)) { in emitPrologue()
1154 if (IsWin64Prologue && !IsFunclet && TRI->needsStackRealignment(MF)) in emitPrologue()
1327 if (IsWin64Prologue && TRI->needsStackRealignment(MF)) { in emitPrologue()
1532 if (TRI->needsStackRealignment(MF) && !IsWin64Prologue) in emitEpilogue()
1591 if ((TRI->needsStackRealignment(MF) || MFI->hasVarSizedObjects()) && in emitEpilogue()
1593 if (TRI->needsStackRealignment(MF)) in emitEpilogue()
[all …]
H A DX86RegisterInfo.cpp544 bool CantUseFP = needsStackRealignment(MF); in hasBasePointer()
590 else if (needsStackRealignment(MF)) in eliminateFrameIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp63 (hasFP(MF) && !TRI->needsStackRealignment(MF)) || in canSimplifyCallFramePseudos()
86 TRI->needsStackRealignment(MF) || in hasFP()
1036 !TRI->needsStackRealignment(MF) && in emitPrologue()
1105 if (TRI->needsStackRealignment(MF) && !IsWin64Prologue) in emitPrologue()
1166 if (HasFP && TRI->needsStackRealignment(MF)) in emitPrologue()
1210 if (!IsWin64Prologue && !IsFunclet && TRI->needsStackRealignment(MF)) { in emitPrologue()
1238 if (IsWin64Prologue && !IsFunclet && TRI->needsStackRealignment(MF)) in emitPrologue()
1432 if (IsWin64Prologue && TRI->needsStackRealignment(MF)) { in emitPrologue()
1630 if (TRI->needsStackRealignment(MF) && !IsWin64Prologue) in emitEpilogue()
1683 if ((TRI->needsStackRealignment(MF) || MFI.hasVarSizedObjects()) && in emitEpilogue()
[all …]
H A DX86RegisterInfo.cpp646 bool CantUseFP = needsStackRealignment(MF); in hasBasePointer()
733 assert((!needsStackRealignment(MF) || in eliminateFrameIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp99 TRI->needsStackRealignment(MF); in hasFP()
106 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
H A DMipsSERegisterInfo.cpp183 else if (RegInfo->needsStackRealignment(MF)) { in eliminateFI()
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp144 RegInfo->needsStackRealignment(MF); in hasFP()
279 if (!RegInfo->needsStackRealignment(*MF)) in canUseAsPrologue()
304 if (RegInfo->needsStackRealignment(MF)) in shouldCombineCSRLocalStackBump()
499 const bool NeedsRealignment = RegInfo->needsStackRealignment(MF); in emitPrologue()
814 !RegInfo->needsStackRealignment(MF)) { in resolveFrameIndexReference()
830 assert((isFixed || !RegInfo->needsStackRealignment(MF) || !UseFP) && in resolveFrameIndexReference()
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp100 TRI->needsStackRealignment(MF); in hasFP()
107 return MFI->hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
H A DMipsSERegisterInfo.cpp140 else if (RegInfo->needsStackRealignment(MF)) { in eliminateFI()
/aosp_15_r20/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp99 bool NeedsStackRealignment = RegInfo.needsStackRealignment(MF); in emitPrologue()
238 RegInfo->needsStackRealignment(MF) || in hasFP()
266 } else if (RegInfo->needsStackRealignment(MF)) { in getFrameIndexReference()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp100 bool NeedsStackRealignment = RegInfo.needsStackRealignment(MF); in emitPrologue()
256 RegInfo->needsStackRealignment(MF) || in hasFP()
284 } else if (RegInfo->needsStackRealignment(MF)) { in getFrameIndexReference()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp187 bool NeedsStackRealignment = RegInfo.needsStackRealignment(MF); in emitPrologue()
294 RegInfo->needsStackRealignment(MF) || MFI.hasVarSizedObjects() || in hasFP()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp251 RegInfo->needsStackRealignment(MF)) in hasFP()
424 if (!RegInfo->needsStackRealignment(*MF)) in canUseAsPrologue()
466 if (RegInfo->needsStackRealignment(MF)) in shouldCombineCSRLocalStackBump()
1164 const bool NeedsRealignment = RegInfo->needsStackRealignment(MF); in emitPrologue()
1746 } else if (isCSR && RegInfo->needsStackRealignment(MF)) { in resolveFrameOffsetReference()
1752 } else if (hasFP(MF) && !RegInfo->needsStackRealignment(MF)) { in resolveFrameOffsetReference()
1796 assert(((isFixed || isCSR) || !RegInfo->needsStackRealignment(MF) || !UseFP) && in resolveFrameOffsetReference()
1811 RegInfo->needsStackRealignment(MF))) { in resolveFrameOffsetReference()
H A DAArch64RegisterInfo.cpp278 if (needsStackRealignment(MF)) in hasBasePointer()
584 else if (needsStackRealignment(MF)) in getLocalAddressRegister()
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp212 (RegInfo->needsStackRealignment(Fn) && MFI->getObjectIndexEnd() != 0)) in calculateFrameObjectOffsets()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp232 (RegInfo->needsStackRealignment(Fn) && MFI.getObjectIndexEnd() != 0)) in calculateFrameObjectOffsets()
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp342 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
396 || needsStackRealignment(MF); in cannotEliminateFrame()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp387 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
443 || needsStackRealignment(MF); in cannotEliminateFrame()
H A DARMFrameLowering.cpp113 return (RegInfo->needsStackRealignment(MF) || in hasFP()
719 if (!AFI->getNumAlignedDPRCS2Regs() && RegInfo->needsStackRealignment(MF)) { in emitPrologue()
908 if (RegInfo->needsStackRealignment(MF)) { in ResolveFrameIndexReference()
1665 (MFI.hasVarSizedObjects() || RegInfo->needsStackRealignment(MF))) in determineCalleeSaves()
1690 if (MFI.hasVarSizedObjects() || RegInfo->needsStackRealignment(MF) || in determineCalleeSaves()
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp48 RegInfo->needsStackRealignment(MF); in hasFP()

123