Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h175 bool useSpillFunction(const MachineFunction &MF, const CSIVect &CSI) const;
H A DHexagonFrameLowering.cpp1373 if (useSpillFunction(MF, CSI)) { in insertCSRSpillsInBlock()
2612 bool HexagonFrameLowering::useSpillFunction(const MachineFunction &MF, in useSpillFunction() function in HexagonFrameLowering