| /llvm-project-15.0.7/clang/test/SemaCUDA/ |
| H A D | cxx11-kernel-call.cu | 7 template<int ...Dimensions> void k1Wrapper() { in k1Wrapper() 8 …void (*f)() = [] { k1<<<Dimensions, Dimensions>>>(); }; // expected-error {{initializer contains u… in k1Wrapper() 9 void (*g[])() = { [] { k1<<<Dimensions, Dimensions>>>(); } ... }; // ok in k1Wrapper()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | TypeSize.h | 49 static constexpr auto Dimensions = LinearPolyBaseTypeTraits<LeafTy>::Dimensions; variable 50 static_assert(Dimensions != std::numeric_limits<unsigned>::max(), 54 std::array<ScalarTy, Dimensions> Coefficients; 63 for (unsigned I=0; I<Dimensions; ++I) 69 for (unsigned I=0; I<Dimensions; ++I) 127 static constexpr unsigned Dimensions = 2; 168 static constexpr auto Dimensions = LinearPolyBaseTypeTraits<LeafTy>::Dimensions; 169 static_assert(Dimensions != std::numeric_limits<unsigned>::max(), 178 assert(UnivariateDim < Dimensions && "Dimension out of range"); 401 static constexpr unsigned Dimensions = 2; [all …]
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | fold-designator.h | 178 using Dimensions = std::vector<Dimension>; member 181 const Symbol &symbol, std::size_t size, Dimensions &&dims) in ConstantObjectPointer() 188 Dimensions dimensions;
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TFUtils.cpp | 149 const std::vector<int64_t> &Dimensions); 389 const std::vector<int64_t> &Dimensions) { in initInput() argument 391 for (auto &D : Dimensions) in initInput() 395 TF_AllocateTensor(Type, Dimensions.data(), Dimensions.size(), TotalSize); in initInput()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | LinearPolyBaseTest.cpp | 19 static const unsigned Dimensions = 3; member 89 static const unsigned Dimensions = 3; member
|
| /llvm-project-15.0.7/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 564 if (Dimensions->Count == 0) in outputDimensionsImpl() 567 outputOneDimension(OB, Flags, Dimensions->Nodes[0]); in outputDimensionsImpl() 568 for (size_t I = 1; I < Dimensions->Count; ++I) { in outputDimensionsImpl() 570 outputOneDimension(OB, Flags, Dimensions->Nodes[I]); in outputDimensionsImpl()
|
| H A D | MicrosoftDemangle.cpp | 2100 ATy->Dimensions = nodeListToNodeArray(Arena, Head, Rank); in demangleArrayType()
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | index-templates.cpp | 36 template<typename T, unsigned Dimensions = OneDimension>
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | Affine.md | 13 ### Dimensions and Symbols 15 Dimensions and symbols are the two kinds of identifiers that can appear in the 17 Dimensions are declared in parentheses and symbols are declared in square 34 Dimensions and symbols are bound to SSA values by various operations in MLIR and 60 ### Restrictions on Dimensions and Symbols 79 location of the SSA use. Dimensions may be bound not only to anything that a
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 2902 SmallVector<llvm::APInt, 3> Dimensions; in mangleArrayType() local 2907 Dimensions.push_back(CAT->getSize()); in mangleArrayType() 2912 Dimensions.push_back(llvm::APInt(32, 0)); in mangleArrayType() 2917 Dimensions.push_back(llvm::APInt(32, 0)); in mangleArrayType() 2935 mangleNumber(Dimensions.size()); in mangleArrayType() 2936 for (const llvm::APInt &Dimension : Dimensions) in mangleArrayType()
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 494 NodeArrayNode *Dimensions = nullptr; member
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold-designator.cpp | 369 ConstantObjectPointer::Dimensions dimensions(rank); in From()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1363 SmallVector<CodeGenFunction::VlaSizePair, 4> Dimensions; in EmitAndRegisterVariableArrayDimensions() local 1371 Dimensions.emplace_back(C, Type1D.getUnqualifiedType()); in EmitAndRegisterVariableArrayDimensions() 1382 Dimensions.emplace_back(SizeExprAddr.getPointer(), in EmitAndRegisterVariableArrayDimensions() 1395 for (auto &VlaSize : Dimensions) { in EmitAndRegisterVariableArrayDimensions()
|