/llvm-project/libcxx/include/__mdspan/ |
H A D | layout_stride.h | 71 using index_type = typename extents_type::index_type; global() variable 174 requires(is_convertible_v<const _OtherIndexType &,index_type> && is_nothrow_constructible_v<index_type,const _OtherIndexType &>) requires() argument 213 requires(is_convertible_v<const _OtherIndexType &,index_type> && is_nothrow_constructible_v<index_type,const _OtherIndexType &>) requires() argument [all...] |
H A D | mdspan.h | 85 using index_type = typename extents_type::index_type; global() variable 199 requires(is_convertible_v<const _OtherIndexType &,index_type> && is_nothrow_constructible_v<index_type,const _OtherIndexType &>) requires() argument 208 requires(is_convertible_v<const _OtherIndexType &,index_type> && is_nothrow_constructible_v<index_type,const _OtherIndexType &>) requires() argument [all...] |
H A D | layout_right.h | 50 using index_type = typename extents_type::index_type; global() variable [all...] |
H A D | layout_left.h | 51 using index_type = typename extents_type::index_type; global() variable [all...] |
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | SparseTensorRuntime.cpp | 155 StridedMemRefType<index_type, 1> *dimSizesRef, in _mlir_ciface_newSparseTensor() 380 StridedMemRefType<index_type, 1> *out, void *p) { in _mlir_ciface_getSparseTensorReaderDimSizes()
|
H A D | RunnerUtils.cpp | 208 _mlir_ciface_printMemref1dInd(StridedMemRefType<impl::index_type, 1> *M) { in _mlir_ciface_printMemref1dInd()
|
/llvm-project/libcxx/test/std/containers/views/mdspan/layout_stride/ |
H A D | is_exhaustive_corner_case.pass.cpp | 31 test_layout_mapping_stride(E ext,std::array<typename E::index_type,E::rank ()> strides,bool exhaustive) test_layout_mapping_stride() argument
|
H A D | stride.pass.cpp | 29 test_stride(std::array<typename E::index_type,E::rank ()> strides,Args...args) test_stride() argument
|
H A D | properties.pass.cpp | 50 test_layout_mapping_stride(E ext,std::array<typename E::index_type,E::rank ()> strides,bool exhaustive) test_layout_mapping_stride() argument
|
H A D | comparison.pass.cpp | 144 test_comparison_with(bool expect_equal,E1 e1,std::array<typename E1::index_type,E1::rank ()> strides,E2 e2,OtherArgs...other_args) test_comparison_with() argument
|
/llvm-project/libcxx/test/std/containers/views/mdspan/layout_right/ |
H A D | stride.pass.cpp | 29 test_stride(std::array<typename E::index_type,E::rank ()> strides,Args...args) test_stride() argument
|
/llvm-project/libcxx/test/std/containers/views/mdspan/layout_left/ |
H A D | stride.pass.cpp | 29 test_stride(std::array<typename E::index_type,E::rank ()> strides,Args...args) test_stride() argument
|
/llvm-project/mlir/include/mlir/ExecutionEngine/ |
H A D | RunnerUtils.h | 81 using index_type = uint64_t; variable
|
/llvm-project/libcxx/test/std/containers/views/mdspan/mdspan/ |
H A D | ctor.dh_span.pass.cpp | 56 test_mdspan_ctor_span(const H & handle,const M & map,const A &,std::span<typename M::index_type,N> exts) test_mdspan_ctor_span() argument
|
H A D | ctor.dh_array.pass.cpp | 56 test_mdspan_ctor_array(const H & handle,const M & map,const A &,std::array<typename M::index_type,N> exts) test_mdspan_ctor_array() argument
|
/llvm-project/libcxx/test/std/containers/views/mdspan/ |
H A D | CustomTestLayouts.h | 58 using index_type = typename extents_type::index_type; global() variable 221 using index_type = typename extents_type::index_type; global() variable [all...] |
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxVariant.cpp | 98 CompilerType index_type = index_sp->GetCompilerType(); in LibcxxVariantGetIndexValidity() local
|
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/ |
H A D | Enums.h | 47 using index_type = uint64_t; variable
|