/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | SmallVector.cpp | 90 static size_t getNewCapacity(size_t MinSize, size_t TSize, size_t OldCapacity) { in getNewCapacity() 112 void *SmallVectorBase<Size_T>::replaceAllocation(void *NewElts, size_t TSize, in replaceAllocation() 125 size_t TSize, in mallocForGrow() 139 size_t TSize) { in grow_pod()
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | SmallVector.cpp | 87 static size_t getNewCapacity(size_t MinSize, size_t TSize, size_t OldCapacity) { in getNewCapacity() 112 size_t TSize, in mallocForGrow() 128 size_t TSize) { in grow_pod()
|
H A D | SmallVector.h | 138 void grow_pod(size_t MinSize, size_t TSize) { in grow_pod()
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | SmallVector.cpp | 20 size_t TSize) { in grow_pod()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | SmallVector.cpp | 20 size_t TSize) { in grow_pod()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SmallVector.cpp | 43 size_t TSize) { in grow_pod()
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/ |
H A D | utils.h | 70 constexpr size_t ArraySize(const T (&)[TSize]) { in ArraySize()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/ |
H A D | utils.h | 70 constexpr size_t ArraySize(const T (&)[TSize]) { in ArraySize()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | SmallVector.h | 81 void grow_pod(size_t MinSizeInBytes, size_t TSize) { in grow_pod()
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 80 void grow_pod(size_t MinSizeInBytes, size_t TSize) { in grow_pod()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 97 void grow_pod(size_t MinCapacity, size_t TSize) { in grow_pod()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 140 void grow_pod(size_t MinSize, size_t TSize) { in grow_pod()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | SmallVector.h | 140 void grow_pod(size_t MinSize, size_t TSize) { in grow_pod()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | SmallVector.h | 150 void grow_pod(size_t MinSize, size_t TSize) { in grow_pod()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | SmallVector.h | 150 void grow_pod(size_t MinSize, size_t TSize) { in grow_pod()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | SmallVector.h | 150 void grow_pod(size_t MinSize, size_t TSize) { in grow_pod()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 1379 for (unsigned TIdx = 0, TSize = TI->getNumSuccessors(); TIdx != TSize; in analyzeCall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 2024 for (unsigned TIdx = 0, TSize = TI->getNumSuccessors(); TIdx != TSize; in analyze() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 2735 for (unsigned TIdx = 0, TSize = TI->getNumSuccessors(); TIdx != TSize; in analyze() local
|