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

/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp138 static void GetSpillList(SmallVectorImpl<StackSlotInfo> &SpillList, argument
143 SpillList.push_back(StackSlotInfo(XFI->getLRSpillSlot(),
149 SpillList.push_back(StackSlotInfo(XFI->getFPSpillSlot(),
153 std::sort(SpillList.begin(), SpillList.end(), CompareSSIOffset);
160 static void GetEHSpillList(SmallVectorImpl<StackSlotInfo> &SpillList, argument
165 SpillList.push_back(StackSlotInfo(EHSlot[0],
168 SpillList.push_back(StackSlotInfo(EHSlot[0],
171 std::sort(SpillList.begin(), SpillList
191 RestoreSpillList(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, DebugLoc dl, const TargetInstrInfo &TII, int &RemainingAdj, SmallVectorImpl<StackSlotInfo> &SpillList) argument
274 SmallVector<StackSlotInfo,2> SpillList; local
325 SmallVector<StackSlotInfo,2> SpillList; local
357 SmallVector<StackSlotInfo,2> SpillList; local
381 SmallVector<StackSlotInfo,2> SpillList; local
[all...]

Completed in 155 milliseconds