Home
last modified time | relevance | path

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

/freebsd-src/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.cpp727 printSectionSizes(json::OStream & J,const SectionSizes & Sizes) printSectionSizes() argument
893 SectionSizes Sizes; collectStatsForObjectFile() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp200 SmallVectorImpl<const SCEV *> &Sizes) { in findArrayDimensionsRec() argument
279 SmallVectorImpl<const SCEV *> &Sizes, in 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...]
H A DStackSafetyAnalysis.cpp333 ConstantRange Sizes = SE.getSignedRange(Expr); getMemIntrinsicAccessRange() local
H A DDependenceAnalysis.cpp3512 SmallVector<const SCEV *, 4> Sizes; in tryDelinearizeParametricSize() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp42 void TpiStreamBuilder::updateTypeIndexOffsets(ArrayRef<uint16_t> Sizes) { in updateTypeIndexOffsets()
74 ArrayRef<uint16_t> Sizes, in addTypeRecords()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp959 ArrayRef<Expr *> Sizes) { in Create() argument
1148 OMPMappableExprListSizeTy Sizes; in Create() local
1185 CreateEmpty(const ASTContext & C,const OMPMappableExprListSizeTy & Sizes) CreateEmpty() argument
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...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h153 SmallVector<const SCEV *, 3> Sizes; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h395 const unsigned *Sizes; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp176 raw_string_ostream Sizes(AStreamHolder); lowerPrintfForGpu() local
[all...]
H A DAMDGPURegisterBankInfo.cpp318 unsigned Sizes[NumOps]; in addMappingFromTable() local
/freebsd-src/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
5901 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
5922 OMPMapClause(const OMPMappableExprListSizeTy & Sizes) OMPMapClause() argument
6880 OMPToClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers,ArrayRef<SourceLocation> TheMotionModifiersLoc,NestedNameSpecifierLoc MapperQualifierLoc,DeclarationNameInfo MapperIdInfo,const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPToClause() argument
6900 OMPToClause(const OMPMappableExprListSizeTy & Sizes) OMPToClause() argument
7081 OMPFromClause(ArrayRef<OpenMPMotionModifierKind> TheMotionModifiers,ArrayRef<SourceLocation> TheMotionModifiersLoc,NestedNameSpecifierLoc MapperQualifierLoc,DeclarationNameInfo MapperIdInfo,const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPFromClause() argument
7101 OMPFromClause(const OMPMappableExprListSizeTy & Sizes) OMPFromClause() argument
7262 OMPUseDevicePtrClause(const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPUseDevicePtrClause() argument
7273 OMPUseDevicePtrClause(const OMPMappableExprListSizeTy & Sizes) OMPUseDevicePtrClause() argument
7426 OMPUseDeviceAddrClause(const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPUseDeviceAddrClause() argument
7437 OMPUseDeviceAddrClause(const OMPMappableExprListSizeTy & Sizes) OMPUseDeviceAddrClause() argument
7530 OMPIsDevicePtrClause(const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPIsDevicePtrClause() argument
7540 OMPIsDevicePtrClause(const OMPMappableExprListSizeTy & Sizes) OMPIsDevicePtrClause() argument
7633 OMPHasDeviceAddrClause(const OMPVarListLocTy & Locs,const OMPMappableExprListSizeTy & Sizes) OMPHasDeviceAddrClause() argument
7644 OMPHasDeviceAddrClause(const OMPMappableExprListSizeTy & Sizes) OMPHasDeviceAddrClause() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp47 constexpr uint32_t Sizes[] = { in getEncodedIntegerLength() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp296 ulittle32_t *Sizes = Allocator.Allocate<ulittle32_t>(StreamData.size()); in generateLayout() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp57 unsigned NumRegBanks, const unsigned *Sizes, in RegisterBankInfo() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h156 Sizes, // --print=sizes enumerator
H A DLVScope.h454 LVSizesMap Sizes; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h153 SmallVector<std::pair<llvm::Value *, llvm::Value *>, 4> Sizes; variable
H A DCGOpenMPRuntime.cpp4136 SmallVector<llvm::Value *, 4> Sizes; emitDepobjElementsSizes() local
4235 SmallVector<llvm::Value *, 4> Sizes = emitDependClause() local
5575 auto Sizes = RCG.getSizes(N); emitTaskReductionFixups() local
10743 llvm::SmallVector<unsigned, 8> Sizes; getNDSWDS() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1699 MapValuesArrayTy Sizes; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10423 OMPMappableExprListSizeTy Sizes; readClause() local
10456 OMPMappableExprListSizeTy Sizes; readClause() local
10465 OMPMappableExprListSizeTy Sizes; readClause() local
10474 OMPMappableExprListSizeTy Sizes; readClause() local
10483 OMPMappableExprListSizeTy Sizes; readClause() local
10492 OMPMappableExprListSizeTy Sizes; readClause() local
10501 OMPMappableExprListSizeTy Sizes; readClause() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1720 RebuildOMPSizesClause(ArrayRef<Expr * > Sizes,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPSizesClause() argument