Home
last modified time | relevance | path

Searched refs:hasCalculatedStackSizeSVE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h303 bool hasCalculatedStackSizeSVE() const { return HasCalculatedStackSizeSVE; } in hasCalculatedStackSizeSVE() function
311 assert(hasCalculatedStackSizeSVE()); in getStackSizeSVE()
H A DAArch64MachineFunctionInfo.cpp29 StackSizeSVE(MFI.hasCalculatedStackSizeSVE() in AArch64FunctionInfo()
H A DAArch64RegisterInfo.cpp647 if (!AFI->hasCalculatedStackSizeSVE() || AFI->getStackSizeSVE()) in hasBasePointer()
785 AFI->hasCalculatedStackSizeSVE()) && in useFPForScavengingIndex()
H A DAArch64FrameLowering.cpp346 if (AFI->hasCalculatedStackSizeSVE()) in isLikelyToHaveSVEStack()