Home
last modified time | relevance | path

Searched refs:LatPoint (Results 1 – 10 of 10) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/SparseTensor/Utils/
H A DMerger.h95 struct LatPoint { struct
96 LatPoint(unsigned n, unsigned e, unsigned b);
97 LatPoint(const llvm::BitVector &b, unsigned e);
208 LatPoint &lat(unsigned l) { return latPoints[l]; } in lat()
247 llvm::SmallVector<LatPoint, 16> latPoints;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/SparseTensor/Utils/
H A DMerger.h84 struct LatPoint { struct
85 LatPoint(unsigned n, unsigned e, unsigned b);
86 LatPoint(const llvm::BitVector &b, unsigned e);
196 LatPoint &lat(unsigned l) { return latPoints[l]; } in lat()
234 llvm::SmallVector<LatPoint, 16> latPoints;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/SparseTensor/Utils/
H A DMerger.h84 struct LatPoint { struct
85 LatPoint(unsigned n, unsigned e, unsigned b);
86 LatPoint(const llvm::BitVector &b, unsigned e);
196 LatPoint &lat(unsigned l) { return latPoints[l]; } in lat()
234 llvm::SmallVector<LatPoint, 16> latPoints;
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/SparseTensor/Utils/
H A DMerger.h84 struct LatPoint {
85 LatPoint(unsigned n, unsigned e, unsigned b);
86 LatPoint(const llvm::BitVector &b, unsigned e);
196 LatPoint &lat(unsigned l) { return latPoints[l]; }
234 llvm::SmallVector<LatPoint, 16> latPoints;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp48 LatPoint::LatPoint(unsigned n, unsigned e, unsigned b) in LatPoint() function in mlir::sparse_tensor::LatPoint
53 LatPoint::LatPoint(const llvm::BitVector &b, unsigned e) in LatPoint() function in mlir::sparse_tensor::LatPoint
69 latPoints.push_back(LatPoint(numLoops * numTensors, e, numTensors * i + t)); in addLat()
84 latPoints.push_back(LatPoint(nb, e)); in conjLatPoint()
117 latPoints.push_back(LatPoint(latPoints[p].bits, e)); in mapSet()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp48 LatPoint::LatPoint(unsigned n, unsigned e, unsigned b) in LatPoint() function in mlir::sparse_tensor::LatPoint
53 LatPoint::LatPoint(const llvm::BitVector &b, unsigned e) in LatPoint() function in mlir::sparse_tensor::LatPoint
69 latPoints.push_back(LatPoint(numLoops * numTensors, e, numTensors * i + t)); in addLat()
84 latPoints.push_back(LatPoint(nb, e)); in conjLatPoint()
117 latPoints.push_back(LatPoint(latPoints[p].bits, e)); in mapSet()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp48 LatPoint::LatPoint(unsigned n, unsigned e, unsigned b) in LatPoint() function in mlir::sparse_tensor::LatPoint
53 LatPoint::LatPoint(const llvm::BitVector &b, unsigned e) in LatPoint() function in mlir::sparse_tensor::LatPoint
69 latPoints.push_back(LatPoint(numLoops * numTensors, e, numTensors * i + t)); in addLat()
84 latPoints.push_back(LatPoint(nb, e)); in conjLatPoint()
117 latPoints.push_back(LatPoint(latPoints[p].bits, e)); in mapSet()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp62 LatPoint::LatPoint(unsigned n, unsigned e, unsigned b) in LatPoint() function in mlir::sparse_tensor::LatPoint
67 LatPoint::LatPoint(const llvm::BitVector &b, unsigned e) in LatPoint() function in mlir::sparse_tensor::LatPoint
83 latPoints.push_back(LatPoint(numLoops * numTensors, e, numTensors * i + t)); in addLat()
98 latPoints.push_back(LatPoint(nb, e)); in conjLatPoint()
131 latPoints.push_back(LatPoint(latPoints[p].bits, e)); in mapSet()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DSparsification.cpp81 struct LatPoint { struct
82 LatPoint(unsigned n, unsigned e, unsigned b) : bits(n, false), exp(e) { in LatPoint() argument
85 LatPoint(const llvm::BitVector &b, unsigned e) : bits(b), exp(e) {} in LatPoint() argument
124 latPoints.push_back(LatPoint(numLoops * numTensors, e, numTensors * i + t)); in addLat()
144 latPoints.push_back(LatPoint(nb, e)); in conjLatPoint()
287 LatPoint &lat(unsigned l) { return latPoints[l]; } in lat()
297 llvm::SmallVector<LatPoint, 16> latPoints;
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DSparsification.cpp81 struct LatPoint { struct
82 LatPoint(unsigned n, unsigned e, unsigned b) : bits(n, false), exp(e) { in LatPoint() argument
85 LatPoint(const llvm::BitVector &b, unsigned e) : bits(b), exp(e) {} in LatPoint() function
124 latPoints.push_back(LatPoint(numLoops * numTensors, e, numTensors * i + t)); in addLat()
144 latPoints.push_back(LatPoint(nb, e)); in conjLatPoint()
287 LatPoint &lat(unsigned l) { return latPoints[l]; } in lat()
297 llvm::SmallVector<LatPoint, 16> latPoints;