Searched refs:AlignedPtr (Results 1 – 2 of 2) sorted by relevance
165 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local166 CurPtr = AlignedPtr + SizeToAllocate; in Allocate()170 __msan_allocated_memory(AlignedPtr, Size); in Allocate()173 return AlignedPtr; in Allocate()188 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local189 __msan_allocated_memory(AlignedPtr, Size); in Allocate()191 return AlignedPtr; in Allocate()199 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local200 CurPtr = AlignedPtr + SizeToAllocate; in Allocate()201 __msan_allocated_memory(AlignedPtr, Size); in Allocate()[all …]
3660 Value *AlignedPtr = AlignedItem.first; in applySimd() local3663 AlignedPtr, Alignment); in applySimd()