Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp606 int ObjStart, ObjEnd; in computeFreeStackSlots() local
647 unsigned ObjStart = StackGrowsDown ? FreeStart + ObjSize : FreeStart; in scavengeStackSlot() local
668 int ObjStart = -(FreeStart + ObjSize); in scavengeStackSlot() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp691 int ObjStart, ObjEnd; in computeFreeStackSlots() local
731 unsigned ObjStart = StackGrowsDown ? FreeStart + ObjSize : FreeStart; in scavengeStackSlot() local
752 int ObjStart = -(FreeStart + ObjSize); in scavengeStackSlot() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp751 int ObjStart, ObjEnd; in computeFreeStackSlots() local
791 unsigned ObjStart = StackGrowsDown ? FreeStart + ObjSize : FreeStart; in scavengeStackSlot() local
812 int ObjStart = -(FreeStart + ObjSize); in scavengeStackSlot() local