Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp767 int ObjStart, ObjEnd; in computeFreeStackSlots() local
770 ObjStart = -ObjOffset - ObjSize; in computeFreeStackSlots()
773 ObjStart = ObjOffset; in computeFreeStackSlots()
778 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()
807 unsigned ObjStart = StackGrowsDown ? FreeStart + ObjSize : FreeStart; in scavengeStackSlot() local
808 if (alignTo(ObjStart, ObjAlign) != ObjStart) in scavengeStackSlot()
828 int ObjStart = -(FreeStart + ObjSize); in scavengeStackSlot() local
830 << ObjStart << "]\n"); in scavengeStackSlot()
831 MFI.setObjectOffset(FrameIdx, ObjStart); in scavengeStackSlot()