Home
last modified time | relevance | path

Searched defs:reassoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorGather.cpp160 SmallVector<ReassociationIndices> reassoc = {{0, 1}}; in matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DHLFIRTools.cpp478 if (auto reassoc = entity.getDefiningOp<hlfir::NoReassocOp>()) { followShapeInducingSource() local
625 if (auto reassoc = expr.getDefiningOp<hlfir::NoReassocOp>()) genLengthParameters() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorCodegen.cpp1325 auto reassoc = getReassociationForFlattening( matchAndRewrite() local
1458 auto reassoc = matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DDataLayoutPropagation.cpp770 SmallVector<ReassociationIndices, 4> reassoc = bubbleUpPackOpThroughExpandShape() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp2434 ArrayRef<int64_t> ref = llvm::ArrayRef(reassoc); in computeCollapsedLayoutMap() local
2230 ReassociationIndices reassoc = std::get<0>(it); computeExpandedLayoutMap() local
2417 for (const ReassociationIndices &reassoc : reassociation) { computeCollapsedLayoutMap() local