Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h115 int alignSPAdjust(int SPAdj) const { in alignSPAdjust() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp423 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1354 SPAdj = TFI.alignSPAdjust(FirstSucc.getCallFrameSize()); in replaceFrameIndicesBackward()
1373 int SPAdj = TFI.alignSPAdjust(MBB.getCallFrameSize()); in replaceFrameIndices()
H A DTargetInstrInfo.cpp1674 int SPAdj = TFI->alignSPAdjust(getFrameSize(MI)); in getSPAdjust()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp526 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1803 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp3196 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()