Home
last modified time | relevance | path

Searched refs:getRedZoneSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCSubtarget.h193 unsigned getRedZoneSize() const { in getRedZoneSize() function
HDPPCFrameLowering.cpp325 bool FitsInRedZone = FrameSize <= Subtarget.getRedZoneSize(); in determineFrameLayout()
585 if (!FrameSize || FrameSize > Subtarget.getRedZoneSize()) in stackUpdateCanBeMoved()
1358 assert(ProbeSize >= Subtarget.getRedZoneSize() && in inlineStackProbe()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h980 unsigned getRedZoneSize(const Function &F) const { in getRedZoneSize() function
HDAArch64LoadStoreOptimizer.cpp2212 Subtarget.getTargetLowering()->getRedZoneSize(MF.getFunction()); in findMatchingUpdateInsnBackward()
HDAArch64FrameLowering.cpp458 Subtarget.getTargetLowering()->getRedZoneSize(MF.getFunction()); in canUseRedZone()