Searched refs:getSpillFunctionFor (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp756 getSpillFunctionFor(unsigned MaxReg, SpillKind SpillType) { function
925 const char *SpillFun = getSpillFunctionFor(MaxReg, SK_ToMem);
968 const char *RestoreFn = getSpillFunctionFor(MaxR, Kind);

Completed in 165 milliseconds