Searched defs:StackSlotInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp48 struct StackSlotInfo { struct in namespace:__anon26209
52 StackSlotInfo(int f, int o, int r) : FI(f), Offset(o), Reg(r){}; function in struct:__anon26209::StackSlotInfo
56 static bool CompareSSIOffset(const StackSlotInfo& a, const StackSlotInfo& b) {
138 static void GetSpillList(SmallVectorImpl<StackSlotInfo> &SpillList,
143 SpillList.push_back(StackSlotInfo(XFI->getLRSpillSlot(),
149 SpillList.push_back(StackSlotInfo(XFI->getFPSpillSlot(),
160 static void GetEHSpillList(SmallVectorImpl<StackSlotInfo> &SpillList,
165 SpillList.push_back(StackSlotInfo(EHSlot[0],
168 SpillList.push_back(StackSlotInfo(EHSlo
[all...]

Completed in 150 milliseconds