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.h114 int alignSPAdjust(int SPAdj) const { in alignSPAdjust() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp418 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1352 SPAdj = TFI.alignSPAdjust(FirstSucc.getCallFrameSize()); in replaceFrameIndicesBackward()
1371 int SPAdj = TFI.alignSPAdjust(MBB.getCallFrameSize()); in replaceFrameIndices()
H A DTargetInstrInfo.cpp1363 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.cpp1305 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2904 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()