Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp691 int ObjStart, ObjEnd; in computeFreeStackSlots() local
694 ObjStart = -ObjOffset - ObjSize; in computeFreeStackSlots()
697 ObjStart = ObjOffset; in computeFreeStackSlots()
702 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()
731 unsigned ObjStart = StackGrowsDown ? FreeStart + ObjSize : FreeStart; in scavengeStackSlot() local
732 if (alignTo(ObjStart, ObjAlign) != ObjStart) in scavengeStackSlot()
752 int ObjStart = -(FreeStart + ObjSize); in scavengeStackSlot() local
754 << ObjStart << "]\n"); in scavengeStackSlot()
755 MFI.setObjectOffset(FrameIdx, ObjStart); in scavengeStackSlot()