Home
last modified time | relevance | path

Searched refs:getStackSizeSVE (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h286 uint64_t getStackSizeSVE() const { return StackSizeSVE; } in getStackSizeSVE() function
H A DAArch64RegisterInfo.cpp593 if (!AFI->hasCalculatedStackSizeSVE() || AFI->getStackSizeSVE()) in hasBasePointer()
721 return TFI.hasFP(MF) && !hasStackRealignment(MF) && !AFI->getStackSizeSVE(); in useFPForScavengingIndex()
H A DAArch64FrameLowering.cpp447 return StackOffset::getScalable((int64_t)AFI->getStackSizeSVE()); in getSVEStackSize()
4639 MF.getInfo<AArch64FunctionInfo>()->getStackSizeSVE() || in getFrameIndexReferencePreferSP()