Home
last modified time | relevance | path

Searched refs:ObjEnd (Results 1 – 2 of 2) 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
695 ObjEnd = -ObjOffset; in computeFreeStackSlots()
698 ObjEnd = ObjOffset + ObjSize; in computeFreeStackSlots()
701 if (ObjEnd > 0) in computeFreeStackSlots()
702 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp3257 int64_t ObjEnd = ObjBegin + MFI.getObjectSize(FI); in LowerMemArgument() local
3258 if (ObjBegin <= PartBegin && PartEnd <= ObjEnd) in LowerMemArgument()