Home
last modified time | relevance | path

Searched defs:Dims (Results 1 – 13 of 13) sorted by relevance

/llvm-project/polly/lib/Transform/
H A DFlattenAlgo.cpp170 auto Dims = unsignedFromIslSize(ScatterSet.tuple_dim()); in tryFlattenSequence() local
307 unsigned Dims = getNumScatterDims(Schedule); in flattenSchedule() local
H A DScheduleTreeTransform.cpp548 unsigned Dims = unsignedFromIslSize(Set.tuple_dim()); in addExtentConstraints() local
1116 unsigned Dims = unsignedFromIslSize(ScheduleRange.tuple_dim()); in getPartialTilePrefixes() local
1129 unsigned Dims in getIsolateOptions() local
1157 auto Dims = Space.dim(isl::dim::set); tileNode() local
[all...]
H A DScheduleOptimizer.cpp538 int Dims = unsignedFromIslSize(Space.dim(isl::dim::set)); in applyPrevectBandOpt() local
H A DMatmulOptimizer.cpp995 unsigned Dims = unsignedFromIslSize(Prefix.tuple_dim()); in isolateAndUnrollMatMulInnerLoops() local
/llvm-project/polly/lib/Support/
H A DISLTools.cpp164 unsigned Dims = 0; in getNumScatterDims() local
177 unsigned Dims = getNumScatterDims(Schedule); in getScatterSpace() local
806 unsigned Dims = unsignedFromIslSize(BSet.dim(isl::dim::set)); in recursiveExpand() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp179 auto Dims = HSAMetadataDoc->getArrayNode(); getWorkGroupDimensions() local
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2269 MapDimArrayTy Dims; global() member
/llvm-project/clang/lib/AST/
H A DExpr.cpp5142 setDimensions(ArrayRef<Expr * > Dims) setDimensions() argument
5158 OMPArrayShapingExpr(QualType ExprTy,Expr * Op,SourceLocation L,SourceLocation R,ArrayRef<Expr * > Dims) OMPArrayShapingExpr() argument
5169 Create(const ASTContext & Context,QualType T,Expr * Op,SourceLocation L,SourceLocation R,ArrayRef<Expr * > Dims,ArrayRef<SourceRange> BracketRanges) Create() argument
[all...]
/llvm-project/polly/lib/Analysis/
H A DScopInfo.cpp1077 unsigned Dims = SAI->getNumberOfDimensions(); setNewAccessRelation() local
H A DScopBuilder.cpp2210 unsigned Dims = unsignedFromIslSize(Elements.tuple_dim()); in foldSizeConstantsToRight() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp982 SmallVector<Expr *, 4> Dims(NumDims); VisitOMPArrayShapingExpr() local
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2811 RebuildOMPArrayShapingExpr(Expr * Base,SourceLocation LParenLoc,SourceLocation RParenLoc,ArrayRef<Expr * > Dims,ArrayRef<SourceRange> BracketsRanges) RebuildOMPArrayShapingExpr() argument
12173 SmallVector<Expr *, 4> Dims; TransformOMPArrayShapingExpr() local
H A DSemaOpenMP.cpp23918 ActOnOMPArrayShapingExpr(Expr * Base,SourceLocation LParenLoc,SourceLocation RParenLoc,ArrayRef<Expr * > Dims,ArrayRef<SourceRange> Brackets) ActOnOMPArrayShapingExpr() argument