Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp693 int ObjStart, ObjEnd; in computeFreeStackSlots() local
697 ObjEnd = -ObjOffset; in computeFreeStackSlots()
700 ObjEnd = ObjOffset + ObjSize; in computeFreeStackSlots()
703 if (ObjEnd > 0) in computeFreeStackSlots()
704 StackBytesFree.reset(ObjStart, ObjEnd); in computeFreeStackSlots()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3310 int64_t ObjEnd = ObjBegin + MFI.getObjectSize(FI); in LowerMemArgument() local
3311 if (ObjBegin <= PartBegin && PartEnd <= ObjEnd) in LowerMemArgument()