Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h231 uint64_t getStackSizeSVE() const { return StackSizeSVE; } in getStackSizeSVE() function
H A DAArch64RegisterInfo.cpp515 if (!AFI->hasCalculatedStackSizeSVE() || AFI->getStackSizeSVE()) in hasBasePointer()
626 return TFI.hasFP(MF) && !hasStackRealignment(MF) && !AFI->getStackSizeSVE(); in useFPForScavengingIndex()
H A DAArch64FrameLowering.cpp403 return StackOffset::getScalable((int64_t)AFI->getStackSizeSVE()); in getSVEStackSize()
3782 MF.getInfo<AArch64FunctionInfo>()->getStackSizeSVE() || in getFrameIndexReferencePreferSP()