Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h105 int alignSPAdjust(int SPAdj) const { in alignSPAdjust() function
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp524 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1099 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1009 int SPAdj = TFI->alignSPAdjust(getFrameSize(MI)); in getSPAdjust()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2833 Amount = alignSPAdjust(Amount); in eliminateCallFramePseudoInstr()