Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.h103 bool useSpillFunction(MachineFunction &MF, const CSIVect &CSI) const;
DHexagonFrameLowering.cpp923 if (useSpillFunction(MF, CSI)) { in insertCSRSpillsInBlock()
1457 bool HexagonFrameLowering::useSpillFunction(MachineFunction &MF, in useSpillFunction() function in HexagonFrameLowering