Lines Matching refs:RISCVFrameLowering
229 bool RISCVFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
238 bool RISCVFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP()
253 void RISCVFrameLowering::determineFrameLayout(MachineFunction &MF) const { in determineFrameLayout()
285 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding()
292 void RISCVFrameLowering::adjustReg(MachineBasicBlock &MBB, in adjustReg()
368 void RISCVFrameLowering::adjustStackForRVV(MachineFunction &MF, in adjustStackForRVV()
392 void RISCVFrameLowering::emitPrologue(MachineFunction &MF, in emitPrologue()
594 void RISCVFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
682 RISCVFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, in getFrameIndexReference()
856 void RISCVFrameLowering::determineCalleeSaves(MachineFunction &MF, in determineCalleeSaves()
902 RISCVFrameLowering::assignRVVStackObjectOffsets(MachineFunction &MF) const { in assignRVVStackObjectOffsets()
999 void RISCVFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized()
1077 bool RISCVFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame()
1083 MachineBasicBlock::iterator RISCVFrameLowering::eliminateCallFramePseudoInstr( in eliminateCallFramePseudoInstr()
1122 RISCVFrameLowering::getFirstSPAdjustAmount(const MachineFunction &MF) const { in getFirstSPAdjustAmount()
1148 bool RISCVFrameLowering::spillCalleeSavedRegisters( in spillCalleeSavedRegisters()
1185 bool RISCVFrameLowering::restoreCalleeSavedRegisters( in restoreCalleeSavedRegisters()
1230 bool RISCVFrameLowering::enableShrinkWrapping(const MachineFunction &MF) const { in enableShrinkWrapping()
1238 bool RISCVFrameLowering::canUseAsPrologue(const MachineBasicBlock &MBB) const { in canUseAsPrologue()
1255 bool RISCVFrameLowering::canUseAsEpilogue(const MachineBasicBlock &MBB) const { in canUseAsEpilogue()
1284 bool RISCVFrameLowering::isSupportedStackID(TargetStackID::Value ID) const { in isSupportedStackID()
1297 TargetStackID::Value RISCVFrameLowering::getStackIDForScalableVectors() const { in getStackIDForScalableVectors()