Home
last modified time | relevance | path

Searched defs:crd (Results 1 – 10 of 10) sorted by relevance

/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DSparseTensorIterator.cpp254 Value crd = it.deref(b, l); in genWhenInBound() local
405 void locateImpl(OpBuilder &b, Location l, Value crd) override { in locateImpl()
535 void locateImpl(OpBuilder &b, Location l, Value crd) override { in locateImpl()
606 void locateImpl(OpBuilder &b, Location l, Value crd) override { in locateImpl()
670 void locateImpl(OpBuilder &b, Location l, Value crd) override { in locateImpl()
795 void locateImpl(OpBuilder &b, Location l, Value crd) override { in locateImpl()
817 Value crd; in derefImpl() local
942 void locateImpl(OpBuilder &b, Location l, Value crd) override { in locateImpl()
952 Value crd = helper.deref(b, l); in derefImpl() local
1007 void SparseIterator::locate(OpBuilder &b, Location l, Value crd) { in locate()
[all …]
H A DSparseTensorIterator.h265 locateImpl(OpBuilder & b,Location l,Value crd) locateImpl() argument
319 updateCrd(Value crd) updateCrd() argument
[all...]
H A DLoopEmitter.cpp513 Value crd = iv; in emitForLoopOverTensorAtLvl() local
H A DCodegenUtils.cpp489 auto crd = elems[i].first[d].getInt(); in foreachInSparseConstant() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseSpaceCollapse.cpp150 for (BlockArgument crd : info.loop.getCrds()) { in collapseSparseSpace() local
H A DSparseTensorCodegen.cpp315 Value crd = genCompressed() local
679 auto crd = desc.getAOSMemRef(); matchAndRewrite() local
993 Value crd = genLoad(rewriter, loc, added, i); matchAndRewrite() local
[all...]
H A DSparseTensorRewriting.cpp761 Value crd = nullptr; in matchAndRewrite() local
H A DSparsification.cpp916 const Value crd = env.emitter().getCoord(tid, *lvl); genIf() local
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DStorage.h421 void appendCrd(uint64_t lvl, uint64_t full, uint64_t crd) { in appendCrd()
548 const auto crd = lvlCoords[l]; in lexDiff() local
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp2278 if (auto crd = iterateOp.getLvlCrd(i)) { matchAndRewrite() local