Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h179 bool mayOverflowFrameOffset(MachineFunction &MF) const;
H A DHexagonFrameLowering.cpp2148 if (!NewRegs.empty() || mayOverflowFrameOffset(MF)) { in determineCalleeSaves()
2695 bool HexagonFrameLowering::mayOverflowFrameOffset(MachineFunction &MF) const { in mayOverflowFrameOffset() function in HexagonFrameLowering