/llvm-project/flang/include/flang/Evaluate/ |
H A D | fold-designator.h | 176 struct Dimension { struct 177 ConstantSubscript byteStride; 178 ConstantSubscript extent;
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | magic-numbers.cpp | 167 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 D | SparseTensor.h | 39 using Dimension = uint64_t; variable
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/ |
H A D | DimLvlMap.h | 22 enum class ExprKind : bool { Dimension = false, Level = true }; enumerator
|
H A D | Var.h | 32 enum class VarKind { Symbol = 1, Dimension = 0, Level = 2 }; enumerator
|
/llvm-project/polly/lib/Analysis/ |
H A D | DependenceInfo.cpp | 716 unsigned Dimension; in isParallel() local
|
H A D | ScopBuilder.cpp | 1282 size_t Dimension = LoopStack.size(); in buildSchedule() local
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 1189 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 D | ItaniumDemangle.h | 773 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 D | BPFAbstractMemberAccess.cpp | 418 for (unsigned I = 0; I < Dimension; ++I) in replaceWithGEP() local
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 274 Dimension, enumerator
|
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1214 CreatePreserveArrayAccessIndex(Type * ElTy,Value * Base,unsigned Dimension,unsigned LastIndex,MDNode * DbgInfo) CreatePreserveArrayAccessIndex() argument
|
/llvm-project/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 3212 for (const llvm::APInt &Dimension : Dimensions) mangleArrayType() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2861 Expr *Dimension; global() variable
|