Home
last modified time | relevance | path

Searched defs:Dimension (Results 1 – 14 of 14) sorted by relevance

/llvm-project/flang/include/flang/Evaluate/
H A Dfold-designator.h176 struct Dimension { struct
177 ConstantSubscript byteStride;
178 ConstantSubscript extent;
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmagic-numbers.cpp167 struct Dimension { struct
171 explicit Dimension(T xval, T yval) noexcept : x{xval}, y{yval} { in Dimension() function
189 …tangle<double> mandelbrotCanvas{geometry::Point<double>{-2.5, -1}, geometry::Dimension<double>{3.5…
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensor.h39 using Dimension = uint64_t; variable
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DDimLvlMap.h22 enum class ExprKind : bool { Dimension = false, Level = true }; enumerator
H A DVar.h32 enum class VarKind { Symbol = 1, Dimension = 0, Level = 2 }; enumerator
/llvm-project/polly/lib/Analysis/
H A DDependenceInfo.cpp716 unsigned Dimension; in isParallel() local
H A DScopBuilder.cpp1282 size_t Dimension = LoopStack.size(); in buildSchedule() local
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1189 if (Dimension) variable
772 Node *Dimension; global() variable
1151 const Node *Dimension; global() variable
1172 const Node *Dimension; global() variable
3928 Node *Dimension = nullptr; parseArrayType() local
[all...]
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h773 Node *Dimension; global() variable
1152 const Node *Dimension; global() variable
1173 const Node *Dimension; global() variable
1190 const Node *Dimension; global() variable
3929 Node *Dimension = nullptr; parseArrayType() local
[all...]
/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp418 for (unsigned I = 0; I < Dimension; ++I) in replaceWithGEP() local
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h274 Dimension, enumerator
/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1214 CreatePreserveArrayAccessIndex(Type * ElTy,Value * Base,unsigned Dimension,unsigned LastIndex,MDNode * DbgInfo) CreatePreserveArrayAccessIndex() argument
/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3212 for (const llvm::APInt &Dimension : Dimensions) mangleArrayType() local
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2861 Expr *Dimension; global() variable