/llvm-project/polly/lib/Transform/ |
H A D | FlattenAlgo.cpp | 170 auto Dims = unsignedFromIslSize(ScatterSet.tuple_dim()); in tryFlattenSequence() local 307 unsigned Dims = getNumScatterDims(Schedule); in flattenSchedule() local
|
H A D | ScheduleTreeTransform.cpp | 548 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 D | ScheduleOptimizer.cpp | 538 int Dims = unsignedFromIslSize(Space.dim(isl::dim::set)); in applyPrevectBandOpt() local
|
H A D | MatmulOptimizer.cpp | 995 unsigned Dims = unsignedFromIslSize(Prefix.tuple_dim()); in isolateAndUnrollMatMulInnerLoops() local
|
/llvm-project/polly/lib/Support/ |
H A D | ISLTools.cpp | 164 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 D | AMDGPUHSAMetadataStreamer.cpp | 179 auto Dims = HSAMetadataDoc->getArrayNode(); getWorkGroupDimensions() local
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2269 MapDimArrayTy Dims; global() member
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 5142 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 D | ScopInfo.cpp | 1077 unsigned Dims = SAI->getNumberOfDimensions(); setNewAccessRelation() local
|
H A D | ScopBuilder.cpp | 2210 unsigned Dims = unsignedFromIslSize(Elements.tuple_dim()); in foldSizeConstantsToRight() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 982 SmallVector<Expr *, 4> Dims(NumDims); VisitOMPArrayShapingExpr() local
|
/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 2811 RebuildOMPArrayShapingExpr(Expr * Base,SourceLocation LParenLoc,SourceLocation RParenLoc,ArrayRef<Expr * > Dims,ArrayRef<SourceRange> BracketsRanges) RebuildOMPArrayShapingExpr() argument 12173 SmallVector<Expr *, 4> Dims; TransformOMPArrayShapingExpr() local
|
H A D | SemaOpenMP.cpp | 23918 ActOnOMPArrayShapingExpr(Expr * Base,SourceLocation LParenLoc,SourceLocation RParenLoc,ArrayRef<Expr * > Dims,ArrayRef<SourceRange> Brackets) ActOnOMPArrayShapingExpr() argument
|