/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 31 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 D | LanaiRegisterInfo.cpp | 155 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 D | LanaiFrameLowering.cpp | 35 unsigned StackAlign = LRI->needsStackRealignment(MF) ? MFI.getMaxAlignment() in determineFrameLayout()
|
/aosp_15_r20/external/llvm/lib/Target/Lanai/ |
H A D | LanaiRegisterInfo.cpp | 154 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 D | LanaiFrameLowering.cpp | 36 unsigned StackAlign = LRI->needsStackRealignment(MF) ? MFI->getMaxAlignment() in determineFrameLayout()
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 64 (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 D | X86RegisterInfo.cpp | 544 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 D | X86FrameLowering.cpp | 63 (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 D | X86RegisterInfo.cpp | 646 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 D | MipsFrameLowering.cpp | 99 TRI->needsStackRealignment(MF); in hasFP() 106 return MFI.hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
|
H A D | MipsSERegisterInfo.cpp | 183 else if (RegInfo->needsStackRealignment(MF)) { in eliminateFI()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 144 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 D | MipsFrameLowering.cpp | 100 TRI->needsStackRealignment(MF); in hasFP() 107 return MFI->hasVarSizedObjects() && TRI->needsStackRealignment(MF); in hasBP()
|
H A D | MipsSERegisterInfo.cpp | 140 else if (RegInfo->needsStackRealignment(MF)) { in eliminateFI()
|
/aosp_15_r20/external/llvm/lib/Target/Sparc/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcFrameLowering.cpp | 100 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 D | VEFrameLowering.cpp | 187 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 D | AArch64FrameLowering.cpp | 251 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 D | AArch64RegisterInfo.cpp | 278 if (needsStackRealignment(MF)) in hasBasePointer() 584 else if (needsStackRealignment(MF)) in getLocalAddressRegister()
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPrologEpilogPass.cpp | 212 (RegInfo->needsStackRealignment(Fn) && MFI->getObjectIndexEnd() != 0)) in calculateFrameObjectOffsets()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPrologEpilogPass.cpp | 232 (RegInfo->needsStackRealignment(Fn) && MFI.getObjectIndexEnd() != 0)) in calculateFrameObjectOffsets()
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.cpp | 342 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 D | ARMBaseRegisterInfo.cpp | 387 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer() 443 || needsStackRealignment(MF); in cannotEliminateFrame()
|
H A D | ARMFrameLowering.cpp | 113 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 D | WebAssemblyFrameLowering.cpp | 48 RegInfo->needsStackRealignment(MF); in hasFP()
|