Searched refs:AlignedPtr (Results 1 – 3 of 3) sorted by relevance
165 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local166 CurPtr = AlignedPtr + SizeToAllocate; in Allocate()170 __msan_allocated_memory(AlignedPtr, Size); in Allocate()172 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()173 return AlignedPtr; in Allocate()188 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local189 __msan_allocated_memory(AlignedPtr, Size); in Allocate()190 __asan_unpoison_memory_region(AlignedPtr, Size); in Allocate()191 return AlignedPtr; in Allocate()199 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local[all …]
75 AlignedPtr( in ScratchSpace()78 char *ptr() const { return AlignedPtr; } in ptr()83 char *const AlignedPtr; member
3081 Value *AlignedPtr = AlignedItem.first; in applySimd() local3084 AlignedPtr, Alignment); in applySimd()