LLVM API Documentation
#include <PowerPCFrameInfo.h>
Inheritance diagram for llvm::PowerPCFrameInfo:
Public Member Functions | |
PowerPCFrameInfo (const TargetMachine &tm, bool LP64) | |
const std::pair< unsigned, int > * | getCalleeSaveSpillSlots (unsigned &NumEntries) const |
Definition at line 22 of file PowerPCFrameInfo.h.
|
Definition at line 27 of file PowerPCFrameInfo.h. |
|
getCalleeSaveSpillSlots - This method returns a pointer to an array of pairs, that contains an entry for each callee save register that must be spilled to a particular stack location if it is spilled. Each entry in this array contains a <register,offset> pair, indicating the fixed offset from the incoming stack pointer that each register should be spilled at. If a register is not listed here, the code generator is allowed to spill it anywhere it chooses. Reimplemented from llvm::TargetFrameInfo. Definition at line 34 of file PowerPCFrameInfo.h. |