Home
last modified time | relevance | path

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

/freebsd/contrib/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()
963 SectionSizes Sizes; in collectStatsForObjectFile() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp200 SmallVectorImpl<const SCEV *> &Sizes) { in findArrayDimensionsRec()
279 SmallVectorImpl<const SCEV *> &Sizes, in findArrayDimensions()
343 SmallVectorImpl<const SCEV *> &Sizes) { in computeAccessFunctions()
450 SmallVectorImpl<const SCEV *> &Sizes, in delinearize()
487 SmallVectorImpl<int> &Sizes) { in getIndexExpressionsFromGEP()
524 SmallVectorImpl<const SCEV *> &Subscripts, SmallVectorImpl<int> &Sizes) { in tryDelinearizeFixedSizeImpl()
589 SmallVector<const SCEV *, 3> Subscripts, Sizes; in printDelinearization() local
H A DStackSafetyAnalysis.cpp357 ConstantRange Sizes = SE.getSignedRange(Expr); in getMemIntrinsicAccessRange() local
H A DDependenceAnalysis.cpp3512 SmallVector<const SCEV *, 4> Sizes; in tryDelinearizeParametricSize() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp41 updateTypeIndexOffsets(ArrayRef<uint16_t> Sizes) updateTypeIndexOffsets() argument
73 addTypeRecords(ArrayRef<uint8_t> Types,ArrayRef<uint16_t> Sizes,ArrayRef<uint32_t> Hashes) addTypeRecords() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp959 ArrayRef<Expr *> Sizes) { in Create()
1148 OMPMappableExprListSizeTy Sizes; in Create() local
1185 const OMPMappableExprListSizeTy &Sizes) { in CreateEmpty()
1204 OMPMappableExprListSizeTy Sizes; in Create() local
1237 const OMPMappableExprListSizeTy &Sizes) { in CreateEmpty()
1254 OMPMappableExprListSizeTy Sizes; in Create() local
1289 const OMPMappableExprListSizeTy &Sizes) { in CreateEmpty()
1316 OMPMappableExprListSizeTy Sizes; in Create() local
1350 const OMPMappableExprListSizeTy &Sizes) { in CreateEmpty()
1365 OMPMappableExprListSizeTy Sizes; in Create() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h153 SmallVector<const SCEV *, 3> Sizes; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h395 const unsigned *Sizes; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp177 raw_string_ostream Sizes(AStreamHolder); in lowerPrintfForGpu() local
H A DAMDGPURegisterBankInfo.cpp318 unsigned Sizes[NumOps]; in addMappingFromTable() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h851 MutableArrayRef<Expr *> Sizes = getSizesRefs(); in children() local
856 ArrayRef<Expr *> Sizes = getSizesRefs(); in children() local
5941 const OMPMappableExprListSizeTy &Sizes) in OMPMapClause()
5962 explicit OMPMapClause(const OMPMappableExprListSizeTy &Sizes) in OMPMapClause()
6920 const OMPMappableExprListSizeTy &Sizes) in OMPToClause()
6940 explicit OMPToClause(const OMPMappableExprListSizeTy &Sizes) in OMPToClause()
7121 const OMPMappableExprListSizeTy &Sizes) in OMPFromClause()
7141 explicit OMPFromClause(const OMPMappableExprListSizeTy &Sizes) in OMPFromClause()
7302 const OMPMappableExprListSizeTy &Sizes) in OMPUseDevicePtrClause()
7313 explicit OMPUseDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) in OMPUseDevicePtrClause()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp293 ulittle32_t *Sizes = Allocator.Allocate<ulittle32_t>(StreamData.size()); generateLayout() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp47 constexpr uint32_t Sizes[] = { in getEncodedIntegerLength() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp57 unsigned NumRegBanks, const unsigned *Sizes, in RegisterBankInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h454 LVSizesMap Sizes; variable
H A DLVOptions.h156 Sizes, // --print=sizes enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h153 SmallVector<std::pair<llvm::Value *, llvm::Value *>, 4> Sizes; variable
H A DCGOpenMPRuntime.cpp4151 SmallVector<llvm::Value *, 4> Sizes; in emitDepobjElementsSizes() local
4250 SmallVector<llvm::Value *, 4> Sizes = in emitDependClause() local
5590 auto Sizes = RCG.getSizes(N); in emitTaskReductionFixups() local
10771 llvm::SmallVector<unsigned, 8> Sizes; in getNDSWDS() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2277 MapValuesArrayTy Sizes; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10567 OMPMappableExprListSizeTy Sizes; in readClause() local
10600 OMPMappableExprListSizeTy Sizes; in readClause() local
10609 OMPMappableExprListSizeTy Sizes; in readClause() local
10618 OMPMappableExprListSizeTy Sizes; in readClause() local
10627 OMPMappableExprListSizeTy Sizes; in readClause() local
10636 OMPMappableExprListSizeTy Sizes; in readClause() local
10645 OMPMappableExprListSizeTy Sizes; in readClause() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp781 auto NoSize = [](const TypeSizeSet &Sizes, MVT T) -> bool { in EnforceSameSize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1741 OMPClause *RebuildOMPSizesClause(ArrayRef<Expr *> Sizes, in RebuildOMPSizesClause()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15995 static bool checkTreeSizes(ArrayRef<std::pair<unsigned, unsigned>> Sizes, in checkTreeSizes() argument