Home
last modified time | relevance | path

Searched defs:index_type (Results 1 – 18 of 18) sorted by relevance

/llvm-project/libcxx/include/__mdspan/
H A Dlayout_stride.h71 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 Dmdspan.h85 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 Dlayout_right.h50 using index_type = typename extents_type::index_type; global() variable
[all...]
H A Dlayout_left.h51 using index_type = typename extents_type::index_type; global() variable
[all...]
/llvm-project/mlir/lib/ExecutionEngine/
H A DSparseTensorRuntime.cpp155 StridedMemRefType<index_type, 1> *dimSizesRef, in _mlir_ciface_newSparseTensor()
380 StridedMemRefType<index_type, 1> *out, void *p) { in _mlir_ciface_getSparseTensorReaderDimSizes()
H A DRunnerUtils.cpp208 _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 Dis_exhaustive_corner_case.pass.cpp31 test_layout_mapping_stride(E ext,std::array<typename E::index_type,E::rank ()> strides,bool exhaustive) test_layout_mapping_stride() argument
H A Dstride.pass.cpp29 test_stride(std::array<typename E::index_type,E::rank ()> strides,Args...args) test_stride() argument
H A Dproperties.pass.cpp50 test_layout_mapping_stride(E ext,std::array<typename E::index_type,E::rank ()> strides,bool exhaustive) test_layout_mapping_stride() argument
H A Dcomparison.pass.cpp144 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 Dstride.pass.cpp29 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 Dstride.pass.cpp29 test_stride(std::array<typename E::index_type,E::rank ()> strides,Args...args) test_stride() argument
/llvm-project/mlir/include/mlir/ExecutionEngine/
H A DRunnerUtils.h81 using index_type = uint64_t; variable
/llvm-project/libcxx/test/std/containers/views/mdspan/mdspan/
H A Dctor.dh_span.pass.cpp56 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 Dctor.dh_array.pass.cpp56 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 DCustomTestLayouts.h58 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 DLibCxxVariant.cpp98 CompilerType index_type = index_sp->GetCompilerType(); in LibcxxVariantGetIndexValidity() local
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DEnums.h47 using index_type = uint64_t; variable