Home
last modified time | relevance | path

Searched refs:Sizes (Results 1 – 25 of 65) sorted by relevance

123

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp17 static size_t getNameColumnWidth(const SectionSizes &Sizes, in getNameColumnWidth() argument
21 for (const auto &It : Sizes.DebugSectionSizes) in getNameColumnWidth()
26 static size_t getSizeColumnWidth(const SectionSizes &Sizes, in getSizeColumnWidth() argument
30 for (const auto &It : Sizes.DebugSectionSizes) { in getSizeColumnWidth()
60 for (const auto &It : Sizes.DebugSectionSizes) { in prettyPrintSectionSizes()
72 << format("%0.2f", Sizes.TotalDebugSectionsSize / in prettyPrintSectionSizes()
83 Sizes.TotalObjectSize = Obj.getData().size(); in calculateSectionSizes()
99 Sizes.TotalDebugSectionsSize += Section.getSize(); in calculateSectionSizes()
108 SectionSizes Sizes; in collectObjectSectionSizes() local
111 calculateSectionSizes(Obj, Sizes, Filename); in collectObjectSectionSizes()
[all …]
H A Dllvm-dwarfdump.h34 void calculateSectionSizes(const object::ObjectFile &Obj, SectionSizes &Sizes,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDelinearization.cpp217 Sizes.push_back(Step); in findArrayDimensionsRec()
240 Sizes.push_back(Step); in findArrayDimensionsRec()
329 Sizes.clear(); in findArrayDimensions()
334 Sizes.push_back(ElementSize); in findArrayDimensions()
338 for (const SCEV *S : Sizes) in findArrayDimensions()
347 if (Sizes.empty()) in computeAccessFunctions()
355 int Last = Sizes.size() - 1; in computeAccessFunctions()
377 Sizes.clear(); in computeAccessFunctions()
464 if (Sizes.empty()) in delinearize()
476 for (const SCEV *S : Sizes) in delinearize()
[all …]
H A DLoopCacheAnalysis.cpp141 for (const SCEV *Size : R.Sizes) in operator <<()
325 computeTripCount(*AR->getLoop(), *Sizes.back(), SE); in computeRefCost()
356 Sizes.push_back( in tryDelinearizeFixedSize()
369 assert(Sizes.empty() && "Sizes should be empty"); in delinearize()
393 Sizes.push_back(ElemSize); in delinearize()
404 llvm::delinearize(SE, AccessFn, Subscripts, Sizes, in delinearize()
408 if (Subscripts.empty() || Sizes.empty() || in delinearize()
409 Subscripts.size() != Sizes.size()) { in delinearize()
416 Sizes.clear(); in delinearize()
435 Sizes.push_back(ElemSize); in delinearize()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp1153 2 * Sizes.NumVars, Sizes.NumUniqueDeclarations, in Create()
1174 2 * Sizes.NumVars, Sizes.NumUniqueDeclarations, in CreateEmpty()
1206 2 * Sizes.NumVars, Sizes.NumUniqueDeclarations, in Create()
1224 2 * Sizes.NumVars, Sizes.NumUniqueDeclarations, in CreateEmpty()
1256 2 * Sizes.NumVars, Sizes.NumUniqueDeclarations, in Create()
1367 Sizes.NumVars, Sizes.NumUniqueDeclarations, in Create()
1384 Sizes.NumVars, Sizes.NumUniqueDeclarations, in CreateEmpty()
1414 Sizes.NumVars, Sizes.NumUniqueDeclarations, in Create()
1431 Sizes.NumVars, Sizes.NumUniqueDeclarations, in CreateEmpty()
1461 Sizes.NumVars, Sizes.NumUniqueDeclarations, in Create()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDelinearization.h33 SmallVectorImpl<const SCEV *> &Sizes,
45 SmallVectorImpl<const SCEV *> &Sizes);
112 SmallVectorImpl<const SCEV *> &Sizes, const SCEV *ElementSize);
126 SmallVectorImpl<int> &Sizes);
137 SmallVectorImpl<int> &Sizes);
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp41 void TpiStreamBuilder::updateTypeIndexOffsets(ArrayRef<uint16_t> Sizes) { in updateTypeIndexOffsets() argument
43 for (uint16_t Size : Sizes) { in updateTypeIndexOffsets()
73 ArrayRef<uint16_t> Sizes, in addTypeRecords() argument
77 assert(Sizes.empty() && Hashes.empty()); in addTypeRecords()
84 assert(Sizes.size() == Hashes.size() && "sizes and hashes should be in sync"); in addTypeRecords()
85 assert(std::accumulate(Sizes.begin(), Sizes.end(), 0U) == Types.size() && in addTypeRecords()
87 updateTypeIndexOffsets(Sizes); in addTypeRecords()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp205 Sizes << CI->arg_size() - 1; in lowerPrintfForGpu()
206 Sizes << ':'; in lowerPrintfForGpu()
279 Sizes << ArgSize << ':'; in lowerPrintfForGpu()
289 Sizes << "\\a"; in lowerPrintfForGpu()
292 Sizes << "\\b"; in lowerPrintfForGpu()
295 Sizes << "\\f"; in lowerPrintfForGpu()
298 Sizes << "\\n"; in lowerPrintfForGpu()
301 Sizes << "\\r"; in lowerPrintfForGpu()
304 Sizes << "\\v"; in lowerPrintfForGpu()
309 Sizes << "\\72"; in lowerPrintfForGpu()
[all …]
/llvm-project-15.0.7/clang/test/Index/
H A Dprint-type-size.cpp212 namespace Sizes { namespace
391 Foo<Sizes::A> t1;
392 Foo<Sizes::I> t2;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.h50 void addTypeRecords(ArrayRef<uint8_t> Types, ArrayRef<uint16_t> Sizes,
62 void updateTypeIndexOffsets(ArrayRef<uint16_t> Sizes);
/llvm-project-15.0.7/llvm/test/tools/llvm-dwp/X86/
H A Dincompatible_tu_index_version.s55 ## Table of Section Sizes:
79 ## Table of Section Sizes:
H A Dunknown-section-id.s105 ## Table of Section Sizes:
134 ## Table of Section Sizes:
H A Dincompatible_cu_index_versions.s35 ## Table of Section Sizes:
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_ring_buffer_test.cpp37 const size_t Sizes[] = {1, 2, 3, 5, 8, 16, 20, 40, 10000}; in TestRB() local
38 for (size_t Size : Sizes) { in TestRB()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h907 ArrayRef<Expr *> Sizes);
945 MutableArrayRef<Expr *> Sizes = getSizesRefs(); in children() local
946 return child_range(reinterpret_cast<Stmt **>(Sizes.begin()), in children()
947 reinterpret_cast<Stmt **>(Sizes.end())); in children()
950 ArrayRef<Expr *> Sizes = getSizesRefs(); in children() local
5202 Sizes.NumVars),
5203 NumUniqueDeclarations(Sizes.NumUniqueDeclarations),
5204 NumComponentLists(Sizes.NumComponentLists),
6706 const OMPMappableExprListSizeTy &Sizes) in OMPToClause() argument
7256 Sizes) {} in OMPUseDeviceAddrClause()
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dgep-vector.ll56 ; Sizes and types match - safe to remove bitcast.
68 ; Sizes and types match - safe to remove bitcast.
110 ; Sizes and types match - safe to remove bitcast.
124 ; Sizes and types match - safe to remove bitcast.
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dequivalence.test9 CHECK: ERROR: libFuzzer: equivalence-mismatch. Sizes: {{.*}}; offset 2
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddebug-cu-index-unknown-section.s31 ## Table of Section Sizes:
H A Ddwp-v2-tu-index.s38 ## Table of Section Sizes:
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp636 std::vector<int> Sizes; in removeIncompatibleErrors() local
651 Sizes.push_back(Size); in removeIncompatibleErrors()
663 Events.emplace_back(Begin, End, Event::ET_Insert, I, Sizes[I]); in removeIncompatibleErrors()
665 Events.emplace_back(Begin, End, Event::ET_Begin, I, Sizes[I]); in removeIncompatibleErrors()
666 Events.emplace_back(Begin, End, Event::ET_End, I, Sizes[I]); in removeIncompatibleErrors()
/llvm-project-15.0.7/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp355 std::vector<unsigned> Sizes; in expandAccess() local
366 Sizes.push_back(UpperBound.get_num_si() + 1); in expandAccess()
374 S.createScopArrayInfo(ElementType, CurrentOutIdString, Sizes); in expandAccess()
/llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp293 ulittle32_t *Sizes = Allocator.Allocate<ulittle32_t>(StreamData.size()); in generateLayout() local
294 L.StreamSizes = ArrayRef<ulittle32_t>(Sizes, StreamData.size()); in generateLayout()
297 Sizes[I] = StreamData[I].first; in generateLayout()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1461 SmallVector<int, 4> Sizes; in buildAccessMultiDimFixed() local
1462 getIndexExpressionsFromGEP(SE, GEP, Subscripts, Sizes); in buildAccessMultiDimFixed()
1489 if (Sizes.empty()) in buildAccessMultiDimFixed()
1494 for (auto V : Sizes) in buildAccessMultiDimFixed()
1526 std::vector<const SCEV *> Sizes = {nullptr}; in buildAccessMultiDimParam() local
1528 Sizes.insert(Sizes.end(), AccItr->second.Shape->DelinearizedSizes.begin(), in buildAccessMultiDimParam()
1534 if (Sizes.size() == 1) in buildAccessMultiDimParam()
1545 Sizes.pop_back(); in buildAccessMultiDimParam()
2271 std::vector<const SCEV *> Sizes; in foldSizeConstantsToRight() local
2277 Sizes.push_back(Size); in foldSizeConstantsToRight()
[all …]
H A DScopInfo.cpp229 ArrayRef<const SCEV *> Sizes, MemoryKind Kind, in ScopArrayInfo() argument
240 updateSizes(Sizes); in ScopArrayInfo()
677 assert(Subscripts.size() == 2 && Sizes.size() == 1); in buildMemIntrinsicAccessRelation()
745 if (Sizes.size() < 2 || isa<SCEVConstant>(Sizes[1])) in foldAccessRelation()
755 isl::pw_aff DimSize = getPwAff(Sizes[i + 1]); in foldAccessRelation()
861 ArrayRef<const SCEV *> Sizes, Value *AccessValue, in MemoryAccess() argument
865 Sizes(Sizes.begin(), Sizes.end()), AccessInstruction(AccessInst), in MemoryAccess()
881 Sizes.push_back(nullptr); in MemoryAccess()
883 Sizes.push_back(SAI->getDimensionSize(i)); in MemoryAccess()
1753 if (!SAI->updateSizes(Sizes)) in getOrCreateScopArrayInfo()
[all …]
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp1588 std::vector<Value *> Sizes; in getGridSizes() local
1597 Sizes.push_back(Res); in getGridSizes()
1603 return std::make_tuple(Sizes[0], Sizes[1]); in getGridSizes()
1608 std::vector<Value *> Sizes; in getBlockSizes() local
1612 Sizes.push_back(Res); in getBlockSizes()
1618 return std::make_tuple(Sizes[0], Sizes[1], Sizes[2]); in getBlockSizes()
2031 SmallVector<const SCEV *, 4> Sizes; in createKernelFunctionDecl() local
2034 Sizes.push_back(nullptr); in createKernelFunctionDecl()
2039 Sizes.push_back(SE.getSCEV(V)); in createKernelFunctionDecl()
2245 SmallVector<const SCEV *, 4> Sizes; in createKernelVariables() local
[all …]

123