Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp49 struct StackSlotInfo { struct
53 StackSlotInfo(int f, int o, int r) : FI(f), Offset(o), Reg(r){}; in StackSlotInfo() function
57 static bool CompareSSIOffset(const StackSlotInfo& a, const StackSlotInfo& b) { in CompareSSIOffset()
139 static void GetSpillList(SmallVectorImpl<StackSlotInfo> &SpillList, in GetSpillList()
144 SpillList.push_back(StackSlotInfo(XFI->getLRSpillSlot(), in GetSpillList()
150 SpillList.push_back(StackSlotInfo(XFI->getFPSpillSlot(), in GetSpillList()
161 static void GetEHSpillList(SmallVectorImpl<StackSlotInfo> &SpillList, in GetEHSpillList()
166 SpillList.push_back(StackSlotInfo(EHSlot[0], in GetEHSpillList()
169 SpillList.push_back(StackSlotInfo(EHSlot[0], in GetEHSpillList()
194 SmallVectorImpl<StackSlotInfo> &SpillList) { in RestoreSpillList()
[all …]