Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h176 bool useRestoreFunction(const MachineFunction &MF, const CSIVect &CSI) const;
H A DHexagonFrameLowering.cpp1439 if (useRestoreFunction(MF, CSI)) { in insertCSRRestoresInBlock()
2625 bool HexagonFrameLowering::useRestoreFunction(const MachineFunction &MF, in useRestoreFunction() function in HexagonFrameLowering