Searched refs:StackSlotInfo (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.cpp | 48 struct StackSlotInfo { struct 52 StackSlotInfo(int f, int o, int r) : FI(f), Offset(o), Reg(r){}; in StackSlotInfo() function 56 static bool CompareSSIOffset(const StackSlotInfo& a, const StackSlotInfo& b) { in CompareSSIOffset() 143 SpillList.push_back(StackSlotInfo(XFI->getLRSpillSlot(), in GetSpillList() 149 SpillList.push_back(StackSlotInfo(XFI->getFPSpillSlot(), in GetSpillList() 167 StackSlotInfo(EHSlot[0], MFI.getObjectOffset(EHSlot[0]), in GetEHSpillList() 170 StackSlotInfo(EHSlot[0], MFI.getObjectOffset(EHSlot[1]), in GetEHSpillList() 276 SmallVector<StackSlotInfo,2> SpillList; in emitPrologue() 329 SmallVector<StackSlotInfo, 2> SpillList; in emitPrologue() 364 SmallVector<StackSlotInfo, 2> SpillList; in emitEpilogue() [all …]
|