Searched refs:StackSlotInfo (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.cpp | 49 struct StackSlotInfo { struct 53 StackSlotInfo(int f, int o, int r) : FI(f), Offset(o), Reg(r){}; in StackSlotInfo() argument 57 static bool CompareSSIOffset(const StackSlotInfo& a, const StackSlotInfo& b) { in CompareSSIOffset() 144 SpillList.push_back(StackSlotInfo(XFI->getLRSpillSlot(), in GetSpillList() 150 SpillList.push_back(StackSlotInfo(XFI->getFPSpillSlot(), in GetSpillList() 168 StackSlotInfo(EHSlot[0], MFI.getObjectOffset(EHSlot[0]), in GetEHSpillList() 171 StackSlotInfo(EHSlot[0], MFI.getObjectOffset(EHSlot[1]), in GetEHSpillList() 277 SmallVector<StackSlotInfo,2> SpillList; in emitPrologue() 330 SmallVector<StackSlotInfo, 2> SpillList; in emitPrologue() 365 SmallVector<StackSlotInfo, 2> SpillList; in emitEpilogue() [all …]
|