Home
last modified time | relevance | path

Searched refs:CSC (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_conversion_ptr.mlir20 #CSC = #sparse_tensor.encoding<{
77 %3 = sparse_tensor.convert %t1 : tensor<32x64xf64> to tensor<32x64xf64, #CSC>
82 %6 = sparse_tensor.convert %3 : tensor<32x64xf64, #CSC> to tensor<32x64xf64, #DCSR>
96 %m3 = sparse_tensor.values %3 : tensor<32x64xf64, #CSC> to memref<?xf64>
119 %i3 = sparse_tensor.indices %3, %c1 : tensor<32x64xf64, #CSC> to memref<?xi32>
133 bufferization.dealloc_tensor %3 : tensor<32x64xf64, #CSC>
H A Dsparse_storage.mlir23 #CSC = #sparse_tensor.encoding<{
79 %3 = sparse_tensor.convert %t : tensor<10x8xf64> to tensor<10x8xf64, #CSC>
150 // Inspect storage scheme of CSC.
160 %23 = sparse_tensor.pointers %3, %c1 : tensor<10x8xf64, #CSC> to memref<?xindex>
163 %25 = sparse_tensor.indices %3, %c1 : tensor<10x8xf64, #CSC> to memref<?xindex>
166 %27 = sparse_tensor.values %3 : tensor<10x8xf64, #CSC> to memref<?xf64>
252 bufferization.dealloc_tensor %3 : tensor<10x8xf64, #CSC>
/llvm-project-15.0.7/clang/lib/Analysis/
H A DReachableCode.cpp586 const CStyleCastExpr *CSC = cast<CStyleCastExpr>(S); in GetUnreachableLoc() local
587 R1 = CSC->getSubExpr()->getSourceRange(); in GetUnreachableLoc()
588 return CSC->getLParenLoc(); in GetUnreachableLoc()
599 const ObjCBridgedCastExpr *CSC = cast<ObjCBridgedCastExpr>(S); in GetUnreachableLoc() local
600 R1 = CSC->getSubExpr()->getSourceRange(); in GetUnreachableLoc()
601 return CSC->getLParenLoc(); in GetUnreachableLoc()
/llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/
H A Dsparse_lower_col.mlir11 #CSC = #sparse_tensor.encoding<{
113 func.func @matvec(%arga: tensor<32x64xf64, #CSC>,
117 ins(%arga, %argb : tensor<32x64xf64, #CSC>, tensor<64xf64>)
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorOps.td79 %2 = sparse_tensor.convert %b : tensor<8x8xi32, #CSC> to tensor<8x8xi32, #CSR>
80 %3 = sparse_tensor.convert %c : tensor<4x8xf64, #CSR> to tensor<4x?xf64, #CSC>