Lines Matching defs:permutation
26 /// Example 1: op with identity permutation map to horizontal
37 /// Example 2: op with transpose permutation map to vertical arm_sme.tile_load
51 // The permutation map must have two results.
54 "not a 2 result permutation map");
72 "unsupported permutation map");
74 // Note: For 2D vector types the only non-identity permutation is a simple
98 /// Example 1: op with identity permutation map to horizontal
110 /// Example 2: op with transpose permutation map to vertical arm_sme.tile_store
142 "unsupported permutation map");
144 // Note: For 2D vector types the only non-identity permutation is a simple
351 ArrayRef<int64_t> permutation = transposeOp.getPermutation();
352 if (permutation[0] != 1 || permutation[1] != 0)
365 permutation, transposeOp.getContext())));
705 "unsupported permutation map");