Home
last modified time | relevance | path

Searched defs:NumDims (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h31 unsigned NumDims = 0; /// Number of dimensions in the shaping expression. variable
38 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr()
/llvm-project/offload/src/OpenMP/
H A DAPI.cpp476 int NumDims, const size_t *Volume, in omp_target_memcpy_rect() argument
535 void *Dst, const void *Src, size_t ElementSize, int NumDims, in omp_target_memcpy_rect_async() argument
[all...]
/llvm-project/polly/lib/Support/
H A DISLTools.cpp217 unsigned NumDims = unsignedFromIslSize(Set.tuple_dim()); in shiftDim() local
238 unsigned NumDims = unsignedFromIslSize(Map.dim(Dim)); in shiftDim() local
267 unsigned NumDims = unsignedFromIslSize(Map.dim(Dim)); in getConstant() local
/llvm-project/offload/include/OpenMP/
H A DInternalTypes.h107 int NumDims; member
/llvm-project/polly/lib/Transform/
H A DScheduleTreeTransform.cpp689 unsigned NumDims = getNumScatterDims(PartSched); in remainingDepsFromPartialSchedule() local
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp2265 unsigned NumDims = Array->getNumberOfDimensions(); in foldSizeConstantsToRight() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp980 unsigned NumDims = Record.readInt(); VisitOMPArrayShapingExpr() local
/llvm-project/clang/lib/AST/
H A DExpr.cpp5182 CreateEmpty(const ASTContext & Context,unsigned NumDims) CreateEmpty() argument