Home
last modified time | relevance | path

Searched refs:alignSPAdjust (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h113 int alignSPAdjust(int SPAdj) const { in alignSPAdjust() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp438 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1365 SPAdj = TFI.alignSPAdjust(FirstSucc.getCallFrameSize()); in replaceFrameIndicesBackward()
1384 int SPAdj = TFI.alignSPAdjust(MBB.getCallFrameSize()); in replaceFrameIndices()
H A DTargetInstrInfo.cpp1303 int SPAdj = TFI->alignSPAdjust(getFrameSize(MI)); in getSPAdjust()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp526 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1281 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2901 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()