Lines Matching refs:RISCVFrameLowering

38 RISCVFrameLowering::RISCVFrameLowering(const RISCVSubtarget &STI)  in RISCVFrameLowering()  function in RISCVFrameLowering
299 bool RISCVFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
308 bool RISCVFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP()
323 void RISCVFrameLowering::determineFrameLayout(MachineFunction &MF) const { in determineFrameLayout()
355 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding()
383 void RISCVFrameLowering::adjustStackForRVV(MachineFunction &MF, in adjustStackForRVV()
462 void RISCVFrameLowering::emitPrologue(MachineFunction &MF, in emitPrologue()
699 void RISCVFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
801 RISCVFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference()
976 void RISCVFrameLowering::determineCalleeSaves(MachineFunction &MF, in determineCalleeSaves()
1034 RISCVFrameLowering::assignRVVStackObjectOffsets(MachineFunction &MF) const { in assignRVVStackObjectOffsets()
1188 void RISCVFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized()
1259 bool RISCVFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame()
1265 MachineBasicBlock::iterator RISCVFrameLowering::eliminateCallFramePseudoInstr( in eliminateCallFramePseudoInstr()
1307 RISCVFrameLowering::getFirstSPAdjustAmount(const MachineFunction &MF) const { in getFirstSPAdjustAmount()
1374 bool RISCVFrameLowering::spillCalleeSavedRegisters( in spillCalleeSavedRegisters()
1430 bool RISCVFrameLowering::restoreCalleeSavedRegisters( in restoreCalleeSavedRegisters()
1491 bool RISCVFrameLowering::enableShrinkWrapping(const MachineFunction &MF) const { in enableShrinkWrapping()
1499 bool RISCVFrameLowering::canUseAsPrologue(const MachineBasicBlock &MBB) const { in canUseAsPrologue()
1516 bool RISCVFrameLowering::canUseAsEpilogue(const MachineBasicBlock &MBB) const { in canUseAsEpilogue()
1545 bool RISCVFrameLowering::isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID()
1558 TargetStackID::Value RISCVFrameLowering::getStackIDForScalableVectors() const { in getStackIDForScalableVectors()