/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Delinearization.cpp | 100 SmallVector<const SCEV *, 3> Subscripts, Sizes; in print() local 101 SE->delinearize(AccessFn, Subscripts, Sizes, SE->getElementSize(Inst)); in print() 102 if (Subscripts.size() == 0 || Sizes.size() == 0 || in print() 103 Subscripts.size() != Sizes.size()) { in print() 112 O << "[" << *Sizes[i] << "]"; in print() local 113 O << " with elements of " << *Sizes[Size - 1] << " bytes.\n"; in print() local
|
H A D | LoopCacheAnalysis.cpp | 122 OS << ", Sizes: "; 123 for (const SCEV *Size : R.Sizes) 273 const SCEV *ElemSize = Sizes.back(); 284 const SCEV *ElemSize = Sizes.back(); 313 assert(Sizes.empty() && "Sizes should be empty"); 337 SE.delinearize(AccessFn, Subscripts, Sizes, 340 if (Subscripts.empty() || Sizes.empty() || 341 Subscripts.size() != Sizes.size()) { 348 Sizes [all...] |
H A D | ScalarEvolution.cpp | 11117 SmallVectorImpl<const SCEV *> &Sizes) { 11132 Sizes.push_back(Step); 11154 if (!findArrayDimensionsRec(SE, Terms, Sizes)) 11157 Sizes.push_back(Step); 11210 SmallVectorImpl<const SCEV *> &Sizes, 11257 if (NewTerms.empty() || !findArrayDimensionsRec(*this, NewTerms, Sizes)) { 11258 Sizes.clear(); 11262 // The last element to be pushed into Sizes is the size of an element. 11263 Sizes.push_back(ElementSize); 11266 dbgs() << "Sizes [all...] |
H A D | DependenceAnalysis.cpp | 3303 SmallVector<const SCEV *, 4> Sizes; in tryDelinearize() local 3304 SE->findArrayDimensions(Terms, Sizes, ElementSize); in tryDelinearize() 3308 SE->computeAccessFunctions(SrcAR, SrcSubscripts, Sizes); in tryDelinearize() 3309 SE->computeAccessFunctions(DstAR, DstSubscripts, Sizes); in tryDelinearize() 3329 if (!isKnownLessThan(SrcSubscripts[i], Sizes[i - 1])) in tryDelinearize() 3335 if (!isKnownLessThan(DstSubscripts[i], Sizes[i - 1])) in tryDelinearize()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | MultiOutStream.cpp | 105 Sizes = sizes;
in Init() 123 for (i = 0; i < Sizes.Size(); i++)
in Init() 130 const UInt64 size = Sizes[i];
in Init() 137 // if (Sizes.IsEmpty()) throw "no volume sizes";
in Init() 138 const UInt64 size = Sizes.Back();
in Init() 142 if (i == Sizes.Size())
in Init() 610 if (_streamIndex < Sizes.Size() - 1)
in Write() 612 volSize = Sizes[_streamIndex];
in Write() 622 volSize = Sizes[Sizes in Write() [all...] |
H A D | MultiOutStream.h | 44 CRecordVector<UInt64> Sizes;
variable 104 const unsigned last = Sizes.Size() - 1;
in GetVolSize_for_Stream() 105 return Sizes[i < last ? i : last];
in GetVolSize_for_Stream()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 204 raw_string_ostream Sizes(AStreamHolder); in lowerPrintfForGpu() 206 Sizes << CI->getNumArgOperands() - 1; in lowerPrintfForGpu() 207 Sizes << ':'; in lowerPrintfForGpu() 281 Sizes << ArgSize << ':'; in lowerPrintfForGpu() 291 Sizes << "\\a"; in lowerPrintfForGpu() 294 Sizes << "\\b"; in lowerPrintfForGpu() 297 Sizes << "\\f"; in lowerPrintfForGpu() 300 Sizes << "\\n"; in lowerPrintfForGpu() 303 Sizes << "\\r"; in lowerPrintfForGpu() 306 Sizes << "\\ in lowerPrintfForGpu() [all...] |
H A D | AMDGPURegisterBankInfo.cpp | 248 unsigned Sizes[NumOps]; in addMappingFromTable() local 251 Sizes[I] = getSizeInBits(Reg, MRI, *TRI); in addMappingFromTable() 264 Operands[OpIdx] = AMDGPU::getValueMapping(Entry.RegBanks[I], Sizes[I]); in addMappingFromTable()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zFolderInStream.cpp | 23 Sizes.ClearAndReserve(numFiles);
in Init() 125 Sizes.AddInReserved(_pos);
in AddFileInfo() 203 if (subStream > Sizes.Size())
in GetSubStreamSize() 207 if (index < Sizes.Size())
in GetSubStreamSize() 209 *value = Sizes[index];
in GetSubStreamSize()
|
H A D | 7zFolderInStream.h | 59 CRecordVector<UInt64> Sizes;
member 82 FOR_VECTOR (i, Sizes)
83 size += Sizes[i];
|
H A D | 7zUpdate.cpp | 2773 file.Size = inStreamSpec->Sizes[subIndex];
in Update()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | metric-recorder.h | 33 struct Sizes { struct 44 Sizes objects; 45 Sizes memory;
|
/third_party/skia/src/core/ |
H A D | SkVertices.cpp | 40 struct SkVertices::Sizes { struct in SkVertices 41 Sizes(const Desc& desc) { in Sizes() function 110 Sizes sizes(desc); in init() 209 Sizes sizes(desc); in MakeCopy() 224 SkVertices::Sizes SkVertices::getSizes() const { in getSizes() 225 Sizes sizes({fMode, fVertexCount, fIndexCount, !!fTexs, !!fColors}); in getSizes() 283 SkVertices::Sizes sizes = fVertices->getSizes(); in encode() 320 SkVertices::Sizes sizes(desc); in Decode()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | layout.h | 458 constexpr std::array<size_t, NumSizes> Sizes() const { 719 // Requires: `sizeof...(Sizes) <= sizeof...(Ts)`. 721 template <class... Sizes> 722 static constexpr PartialType<sizeof...(Sizes)> Partial(Sizes&&... sizes) { in Partial() 723 static_assert(sizeof...(Sizes) <= sizeof...(Ts), ""); in Partial() 724 return PartialType<sizeof...(Sizes)>(absl::forward<Sizes>(sizes)...); in Partial()
|
H A D | layout_test.cc | 344 TEST(Layout, Sizes) { in TEST() 347 EXPECT_THAT(L::Partial().Sizes(), ElementsAre()); in TEST() 348 EXPECT_THAT(L::Partial(3).Sizes(), ElementsAre(3)); in TEST() 349 EXPECT_THAT(L(3).Sizes(), ElementsAre(3)); in TEST() 353 EXPECT_THAT(L::Partial().Sizes(), ElementsAre()); in TEST() 354 EXPECT_THAT(L::Partial(3).Sizes(), ElementsAre(3)); in TEST() 355 EXPECT_THAT(L::Partial(3, 5).Sizes(), ElementsAre(3, 5)); in TEST() 356 EXPECT_THAT(L(3, 5).Sizes(), ElementsAre(3, 5)); in TEST() 360 EXPECT_THAT(L::Partial().Sizes(), ElementsAre()); in TEST() 361 EXPECT_THAT(L::Partial(3).Sizes(), ElementsAr in TEST() [all...] |
/third_party/skia/include/core/ |
H A D | SkVertices.h | 24 struct Sizes; 119 Sizes getSizes() const;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 593 typedef std::vector<vk::VkDeviceSize> Sizes; typedef in vkt::pipeline::BindVertexBuffers2Instance 601 Buffers createBuffers (Sizes& offsets, 602 Sizes& strides, 603 Sizes& sizes); 738 BindVertexBuffers2Instance::Buffers BindVertexBuffers2Instance::createBuffers (Sizes& offsets, Sizes& strides, Sizes& sizes) in createBuffers() 962 Sizes offsets; in iterate() 963 Sizes strides; in iterate() 964 Sizes size in iterate() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
H A D | MSFBuilder.cpp | 294 ulittle32_t *Sizes = Allocator.Allocate<ulittle32_t>(StreamData.size()); in generateLayout() local 295 L.StreamSizes = ArrayRef<ulittle32_t>(Sizes, StreamData.size()); in generateLayout() 298 Sizes[I] = StreamData[I].first; in generateLayout()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_memory_editor.h | 153 struct Sizes struct 167 void CalcSizes(Sizes& s, size_t mem_size, size_t base_display_addr) in CalcSizes() 194 Sizes s; in DrawWindow() 217 Sizes s; in DrawContents()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopCacheAnalysis.h | 43 /// Sizes -> [m][o][4] 137 SmallVector<const SCEV *, 3> Sizes;
|
H A D | ScalarEvolution.h | 978 /// Compute the array dimensions Sizes from the set of Terms extracted from 982 SmallVectorImpl<const SCEV *> &Sizes, 995 /// Return in Subscripts the access functions for each dimension in Sizes 999 SmallVectorImpl<const SCEV *> &Sizes); 1066 SmallVectorImpl<const SCEV *> &Sizes,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 46 constexpr uint32_t Sizes[] = { in getEncodedIntegerLength() local 60 return 2 + Sizes[N - LF_NUMERIC]; in getEncodedIntegerLength()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 867 UInt32 Sizes[NUM_CPU_LEVELS_MAX];
907 Sizes[NumLevels++] = c2;
909 Sizes[NumLevels++] = c;
911 Sizes[NumLevels++] = numCoreThreads;
913 Sizes[NumLevels++] = 1;
919 printf(" %d", Sizes[i]);
949 UInt32 size = Sizes[i];
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_internal.h | 596 int Sizes[CHUNKS]; 599 inline void Reserve(int n, size_t sz, int a=4) { IM_ASSERT(n == CurrIdx && n < CHUNKS); CurrOff = IM_MEMALIGN(CurrOff, a); Offsets[n] = CurrOff; Sizes[n] = (int)sz; CurrIdx++; CurrOff += (int)sz; } 603 inline void* GetSpanPtrEnd(int n) { IM_ASSERT(n >= 0 && n < CHUNKS && CurrIdx == CHUNKS); return (void*)(BasePtr + Offsets[n] + Sizes[n]); }
|
/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.cc | 1448 const cppgc::internal::MetricRecorder::GCCycle::Sizes& cppgc_metrics) { in CopySizeMetrics()
|