Home
last modified time | relevance | path

Searched defs:Sizes (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp17 static size_t getNameColumnWidth(const SectionSizes &Sizes, in getNameColumnWidth()
26 static size_t getSizeColumnWidth(const SectionSizes &Sizes, in getSizeColumnWidth()
38 const SectionSizes &Sizes, in prettyPrintSectionSizes()
80 SectionSizes &Sizes, in calculateSectionSizes()
108 SectionSizes Sizes; in collectObjectSectionSizes() local
H A DStatistics.cpp738 static void printSectionSizes(json::OStream &J, const SectionSizes &Sizes) { in printSectionSizes() argument
963 SectionSizes Sizes; in collectStatsForObjectFile() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCodeLayoutTest.cpp15 const std::vector<uint64_t> Sizes(std::size(Counts), 9); in TEST() local
25 const std::vector<uint64_t> Sizes(std::size(Counts), 9); in TEST() local
37 const std::vector<uint64_t> Sizes(std::size(Counts), 9); in TEST() local
58 std::vector<uint64_t> Sizes(std::size(Counts), 9); in TEST() local
/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp200 findArrayDimensionsRec(ScalarEvolution & SE,SmallVectorImpl<const SCEV * > & Terms,SmallVectorImpl<const SCEV * > & Sizes) findArrayDimensionsRec() argument
279 findArrayDimensions(ScalarEvolution & SE,SmallVectorImpl<const SCEV * > & Terms,SmallVectorImpl<const SCEV * > & Sizes,const SCEV * ElementSize) findArrayDimensions() argument
343 computeAccessFunctions(ScalarEvolution & SE,const SCEV * Expr,SmallVectorImpl<const SCEV * > & Subscripts,SmallVectorImpl<const SCEV * > & Sizes) computeAccessFunctions() argument
450 delinearize(ScalarEvolution & SE,const SCEV * Expr,SmallVectorImpl<const SCEV * > & Subscripts,SmallVectorImpl<const SCEV * > & Sizes,const SCEV * ElementSize) delinearize() argument
487 getIndexExpressionsFromGEP(ScalarEvolution & SE,const GetElementPtrInst * GEP,SmallVectorImpl<const SCEV * > & Subscripts,SmallVectorImpl<int> & Sizes) getIndexExpressionsFromGEP() argument
524 tryDelinearizeFixedSizeImpl(ScalarEvolution * SE,Instruction * Inst,const SCEV * AccessFn,SmallVectorImpl<const SCEV * > & Subscripts,SmallVectorImpl<int> & Sizes) tryDelinearizeFixedSizeImpl() argument
589 SmallVector<const SCEV *, 3> Subscripts, Sizes; printDelinearization() local
[all...]
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp42 updateTypeIndexOffsets(ArrayRef<uint16_t> Sizes) updateTypeIndexOffsets() argument
74 addTypeRecords(ArrayRef<uint8_t> Types,ArrayRef<uint16_t> Sizes,ArrayRef<uint32_t> Hashes) addTypeRecords() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h153 SmallVector<const SCEV *, 3> Sizes; global() variable
/llvm-project/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
/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp959 OMPSizesClause *Clause = CreateEmpty(C, Sizes.size()); in Create() argument
1185 2 * Sizes.NumVars + 1, Sizes in CreateEmpty() argument
1148 OMPMappableExprListSizeTy Sizes; Create() local
1204 OMPMappableExprListSizeTy Sizes; Create() local
1237 CreateEmpty(const ASTContext & C,const OMPMappableExprListSizeTy & Sizes) CreateEmpty() argument
1254 OMPMappableExprListSizeTy Sizes; Create() local
1289 CreateEmpty(const ASTContext & C,const OMPMappableExprListSizeTy & Sizes) CreateEmpty() argument
1316 OMPMappableExprListSizeTy Sizes; Create() local
1350 CreateEmpty(const ASTContext & C,const OMPMappableExprListSizeTy & Sizes) CreateEmpty() argument
1365 OMPMappableExprListSizeTy Sizes; Create() local
1397 CreateEmpty(const ASTContext & C,const OMPMappableExprListSizeTy & Sizes) CreateEmpty() argument
1412 OMPMappableExprListSizeTy Sizes; Create() local
1444 CreateEmpty(const ASTContext & C,const OMPMappableExprListSizeTy & Sizes) CreateEmpty() argument
1459 OMPMappableExprListSizeTy Sizes; Create() local
1491 CreateEmpty(const ASTContext & C,const OMPMappableExprListSizeTy & Sizes) CreateEmpty() argument
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h395 const unsigned *Sizes; variable
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp177 raw_string_ostream Sizes(AStreamHolder); in lowerPrintfForGpu() local
[all...]
/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp296 ulittle32_t *Sizes = Allocator.Allocate<ulittle32_t>(StreamData.size()); in generateLayout() local
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp47 constexpr uint32_t Sizes[] = { in getEncodedIntegerLength() local
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h851 MutableArrayRef<Expr *> Sizes = getSizesRefs(); children() local
856 ArrayRef<Expr *> Sizes = getSizesRefs(); children() local
5941 OMPMapClause(ArrayRef<OpenMPMapModifierKind> MapModifiers,ArrayRef<SourceLocation> MapModifiersLoc,NestedNameSpecifierLoc MapperQualifierLoc,DeclarationNameInfo MapperIdInfo,OpenMPMapClauseKind MapType,bool MapTypeIsImplicit,SourceLocation MapLoc,const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPMapClause() argument
5962 OMPMapClause(const OMPMappableExprListSizeTy & Sizes) OMPMapClause() argument
6920 OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers,ArrayRef<SourceLocation> TheMotionModifiersLoc,NestedNameSpecifierLoc MapperQualifierLoc,DeclarationNameInfo MapperIdInfo,const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPToClause() argument
6940 OMPToClause(const OMPMappableExprListSizeTy & Sizes) OMPToClause() argument
7121 OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers,ArrayRef<SourceLocation> TheMotionModifiersLoc,NestedNameSpecifierLoc MapperQualifierLoc,DeclarationNameInfo MapperIdInfo,const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPFromClause() argument
7141 OMPFromClause(const OMPMappableExprListSizeTy & Sizes) OMPFromClause() argument
7302 OMPUseDevicePtrClause(const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPUseDevicePtrClause() argument
7313 OMPUseDevicePtrClause(const OMPMappableExprListSizeTy & Sizes) OMPUseDevicePtrClause() argument
7466 OMPUseDeviceAddrClause(const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPUseDeviceAddrClause() argument
7477 OMPUseDeviceAddrClause(const OMPMappableExprListSizeTy & Sizes) OMPUseDeviceAddrClause() argument
7570 OMPIsDevicePtrClause(const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPIsDevicePtrClause() argument
7580 OMPIsDevicePtrClause(const OMPMappableExprListSizeTy & Sizes) OMPIsDevicePtrClause() argument
7673 OMPHasDeviceAddrClause(const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPHasDeviceAddrClause() argument
7684 OMPHasDeviceAddrClause(const OMPMappableExprListSizeTy & Sizes) OMPHasDeviceAddrClause() argument
[all...]
/llvm-project/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp355 std::vector<unsigned> Sizes; in expandAccess() local
H A DScheduleOptimizer.cpp428 auto Sizes = isl::multi_val::zero(Space); in prevectSchedBand() local
H A DForwardOpTree.cpp425 SmallVector<const SCEV *, 4> Sizes; in makeReadArrayAccess() local
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp1466 SmallVector<int, 4> Sizes; in buildAccessMultiDimFixed() local
1535 std::vector<const SCEV *> Sizes = {nullptr}; in buildAccessMultiDimParam() local
2117 addMemoryAccess(ScopStmt * Stmt,Instruction * Inst,MemoryAccess::AccessType AccType,Value * BaseAddress,Type * ElementType,bool Affine,Value * AccessValue,ArrayRef<const SCEV * > Subscripts,ArrayRef<const SCEV * > Sizes,MemoryKind Kind) addMemoryAccess() argument
2157 addArrayAccess(ScopStmt * Stmt,MemAccInst MemAccInst,MemoryAccess::AccessType AccType,Value * BaseAddress,Type * ElementType,bool IsAffine,ArrayRef<const SCEV * > Subscripts,ArrayRef<const SCEV * > Sizes,Value * AccessValue) addArrayAccess() argument
2278 std::vector<const SCEV *> Sizes; foldSizeConstantsToRight() local
[all...]
H A DScopInfo.cpp232 ArrayRef<const SCEV *> Sizes, MemoryKind Kind, in ScopArrayInfo() argument
864 MemoryAccess(ScopStmt * Stmt,Instruction * AccessInst,AccessType AccType,Value * BaseAddress,Type * ElementType,bool Affine,ArrayRef<const SCEV * > Subscripts,ArrayRef<const SCEV * > Sizes,Value * AccessValue,MemoryKind Kind) MemoryAccess() argument
1737 getOrCreateScopArrayInfo(Value * BasePtr,Type * ElementType,ArrayRef<const SCEV * > Sizes,MemoryKind Kind,const char * BaseName) getOrCreateScopArrayInfo() argument
1762 createScopArrayInfo(Type * ElementType,const std::string & BaseName,const std::vector<unsigned> & Sizes) createScopArrayInfo() argument
[all...]
/llvm-project/polly/lib/Exchange/
H A DJSONExporter.cpp110 json::Array Sizes; in exportArrays() local
/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp57 unsigned NumRegBanks, const unsigned *Sizes, in RegisterBankInfo() argument
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp661 std::vector<int> Sizes; removeIncompatibleErrors() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h454 LVSizesMap Sizes; variable
H A DLVOptions.h156 Sizes, // --print=sizes enumerator
/llvm-project/clang/test/Index/
H A Dprint-type-size.cpp212 namespace Sizes { namespace
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h153 /// Sizes of the reduction items in chars. variable

12