Home
last modified time | relevance | path

Searched defs:AlignedPtr (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h223 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
245 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
256 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DAllocator.h165 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
188 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
199 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
/external/llvm/include/llvm/Support/
DAllocator.h220 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
242 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
253 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAllocator.h230 char *AlignedPtr = CurPtr + Adjustment; in Allocate() local
252 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
263 char *AlignedPtr = (char*)AlignedAddr; in Allocate() local
/external/libgav1/src/dsp/
Dintrapred_directional_test.cc305 using AlignedPtr = std::unique_ptr<Pixel[], decltype(&AlignedFree)>; in TestSpeed() typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp3081 Value *AlignedPtr = AlignedItem.first; in applySimd() local