Home
last modified time | relevance | path

Searched refs:transposition (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp295 SmallVector<int64_t> transposition = in vectorizeLinalgIndex() local
297 std::swap(transposition.back(), transposition[indexOp.dim()]); in vectorizeLinalgIndex()
299 b.create<vector::TransposeOp>(loc, broadCastOp, transposition); in vectorizeLinalgIndex()
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A D2009-09-01-PostRAProlog.ll11 @.str3 = private constant [54 x i8] c"Using %d transposition table entries with %d probes.\0A\00", …
/llvm-project-15.0.7/mlir/test/Dialect/Vector/
H A Dinvalid.mlir1156 // expected-error@+1 {{'vector.transpose' op transposition length mismatch: 3}}
1163 // expected-error@+1 {{'vector.transpose' op transposition index out of range: 2}}
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/IR/
H A DVectorOps.td1189 [affine-map](Affine.md#affine-maps) which specifies the transposition on the
1397 [affine-map](Affine.md#affine-maps) which specifies the transposition on the
2395 let summary = "Vector matrix transposition on flattened 1-D MLIR vectors";