Searched refs:SpillList (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 139 static void GetSpillList(SmallVectorImpl<StackSlotInfo> &SpillList, in GetSpillList() argument 144 SpillList.push_back(StackSlotInfo(XFI->getLRSpillSlot(), in GetSpillList() 150 SpillList.push_back(StackSlotInfo(XFI->getFPSpillSlot(), in GetSpillList() 154 std::sort(SpillList.begin(), SpillList.end(), CompareSSIOffset); in GetSpillList() 161 static void GetEHSpillList(SmallVectorImpl<StackSlotInfo> &SpillList, in GetEHSpillList() argument 166 SpillList.push_back(StackSlotInfo(EHSlot[0], in GetEHSpillList() 169 SpillList.push_back(StackSlotInfo(EHSlot[0], in GetEHSpillList() 172 std::sort(SpillList.begin(), SpillList.end(), CompareSSIOffset); in GetEHSpillList() 194 SmallVectorImpl<StackSlotInfo> &SpillList) { in RestoreSpillList() argument 195 for (unsigned i = 0, e = SpillList.size(); i != e; ++i) { in RestoreSpillList() [all …]
|