Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp716 int ObjStart, ObjEnd; in computeFreeStackSlots() local
720 ObjEnd = -ObjOffset; in computeFreeStackSlots()
723 ObjEnd = ObjOffset + ObjSize; in computeFreeStackSlots()
726 if (ObjEnd > 0) in computeFreeStackSlots()
727 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3716 int64_t ObjEnd = ObjBegin + MFI.getObjectSize(FI); in LowerMemArgument() local
3717 if (ObjBegin <= PartBegin && PartEnd <= ObjEnd) in LowerMemArgument()