Searched refs:reassocation (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorInferTypeOpInterfaceImpl.cpp | 128 ArrayRef<AffineMap> reassocation) { in getReshapeOutputShapeFromInputShape() argument 132 builder, loc, src, dstStaticShape, reassocation) in getReshapeOutputShapeFromInputShape() 134 builder, loc, src, dstStaticShape, reassocation); in getReshapeOutputShapeFromInputShape()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/ |
| H A D | MemRefToLLVM.cpp | 1352 ArrayRef<ReassociationIndices> reassocation, in getExpandedOutputDimSize() argument 1362 for (auto otherDimIndex : reassocation[inDimIndex]) { in getExpandedOutputDimSize() 1389 MemRefDescriptor &inDesc, ArrayRef<ReassociationIndices> reassocation) { in getCollapsedOutputDimSize() argument 1395 for (auto inDimIndex : reassocation[outDimIndex]) { in getCollapsedOutputDimSize()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | fadd-combines.ll | 234 ; More reassocation could get this to 2 adds or 1 FMA (that's done in IR, but not in the DAG).
|