Searched refs:RISCVFrameLowering (Results 1 – 5 of 5) sorted by relevance
43 RISCVFrameLowering::RISCVFrameLowering(const RISCVSubtarget &STI) in RISCVFrameLowering() function in RISCVFrameLowering464 bool RISCVFrameLowering::hasFPImpl(const MachineFunction &MF) const { in hasFPImpl()473 bool RISCVFrameLowering::hasBP(const MachineFunction &MF) const { in hasBP()488 void RISCVFrameLowering::determineFrameLayout(MachineFunction &MF) const { in determineFrameLayout()524 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding()606 void RISCVFrameLowering::allocateAndProbeStackForRVV( in allocateAndProbeStackForRVV()736 void RISCVFrameLowering::allocateStack(MachineBasicBlock &MBB, in allocateStack()896 void RISCVFrameLowering::emitPrologue(MachineFunction &MF, in emitPrologue()1164 void RISCVFrameLowering::deallocateStack(MachineFunction &MF, in deallocateStack()1180 void RISCVFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()[all …]
22 class RISCVFrameLowering : public TargetFrameLowering {24 explicit RISCVFrameLowering(const RISCVSubtarget &STI);
113 RISCVFrameLowering FrameLowering;138 const RISCVFrameLowering *getFrameLowering() const override { in getFrameLowering()
124 const RISCVFrameLowering *TFI = getFrameLowering(MF); in getReservedRegs()697 const RISCVFrameLowering *TFI = getFrameLowering(MF); in needsFrameBaseReg()
1692 SRCS_MIN+= Target/RISCV/RISCVFrameLowering.cpp