Home
last modified time | relevance | path

Searched refs:getFirstSPAdjustAmount (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVFrameLowering.h66 uint64_t getFirstSPAdjustAmount(const MachineFunction &MF) const;
DRISCVFrameLowering.cpp467 uint64_t FirstSPAdjustAmount = getFirstSPAdjustAmount(MF); in emitPrologue()
676 uint64_t FirstSPAdjustAmount = getFirstSPAdjustAmount(MF); in emitEpilogue()
726 uint64_t FirstSPAdjustAmount = getFirstSPAdjustAmount(MF); in getFrameIndexReference()
1191 RISCVFrameLowering::getFirstSPAdjustAmount(const MachineFunction &MF) const { in getFirstSPAdjustAmount() function in RISCVFrameLowering