Searched refs:StackSlotInfo (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 49 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() 168 StackSlotInfo(EHSlot[0], MFI->getObjectOffset(EHSlot[0]), in GetEHSpillList() 171 StackSlotInfo(EHSlot[0], MFI->getObjectOffset(EHSlot[1]), in GetEHSpillList() 193 SmallVectorImpl<StackSlotInfo> &SpillList) { in RestoreSpillList() [all …]
|