Searched refs:UserPtr (Results 1 – 3 of 3) sorted by relevance
241 uintptr_t UserPtr; in allocate() local245 UserPtr = alignUp(SlotStart, Alignment); in allocate()247 UserPtr = alignDown(SlotEnd - Size, Alignment); in allocate()249 assert(UserPtr >= SlotStart); in allocate()250 assert(UserPtr + Size <= SlotEnd); in allocate()257 reinterpret_cast<void *>(getPageAddr(UserPtr, PageSize)), in allocate()260 Meta->RecordAllocation(UserPtr, Size); in allocate()266 return reinterpret_cast<void *>(UserPtr); in allocate()
397 const uptr UserPtr = roundUp(UnalignedUserPtr, Alignment); variable399 void *Ptr = reinterpret_cast<void *>(UserPtr);453 PrevUserPtr == UserPtr &&454 (TaggedUserPtr = loadTag(UserPtr)) != UserPtr) {502 if (UNLIKELY(UnalignedUserPtr != UserPtr)) {503 const uptr Offset = UserPtr - UnalignedUserPtr;517 (ClassId ? Size : SecondaryBlockEnd - (UserPtr + Size)) &
50050 SDValue UserPtr = UserLd->getBasePtr(); in combineLoad() local50052 const Constant *UserC = getTargetConstantFromBasePtr(UserPtr); in combineLoad()50053 if (LdC && UserC && UserPtr != Ptr) { in combineLoad()