Home
last modified time | relevance | path

Searched refs:ObjStart (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp754 int ObjStart, ObjEnd; in computeFreeStackSlots() local
757 ObjStart = -ObjOffset - ObjSize; in computeFreeStackSlots()
760 ObjStart = ObjOffset; in computeFreeStackSlots()
765 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()
794 unsigned ObjStart = StackGrowsDown ? FreeStart + ObjSize : FreeStart; in scavengeStackSlot() local
795 if (alignTo(ObjStart, ObjAlign) != ObjStart) in scavengeStackSlot()
815 int ObjStart = -(FreeStart + ObjSize); in scavengeStackSlot() local
817 << ObjStart << "]\n"); in scavengeStackSlot()
818 MFI.setObjectOffset(FrameIdx, ObjStart); in scavengeStackSlot()