Home
last modified time | relevance | path

Searched refs:ptrTp (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DSparseTensorUtils.h156 OverheadType ptrTp, OverheadType indTp,
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp1512 if (ptrTp == (p) && indTp == (i) && valTp == (v)) { \
1557 OverheadType ptrTp, OverheadType indTp, in _mlir_ciface_newSparseTensor() argument
1570 if (ptrTp == OverheadType::kIndex) in _mlir_ciface_newSparseTensor()
1571 ptrTp = OverheadType::kU64; in _mlir_ciface_newSparseTensor()
1678 static_cast<int>(ptrTp), static_cast<int>(indTp), in _mlir_ciface_newSparseTensor()
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp517 auto ptrTp = in genBuffers() local
524 builder.create<ToPointersOp>(loc, ptrTp, t->get(), dim); in genBuffers()