Home
last modified time | relevance | path

Searched refs:TC2 (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/mlir/test/Dialect/Linalg/
H A Dtransform-op-tile.mlir22 // CHECK: %[[TD2:.*]] = scf.for {{.*}} to {{.*}} step {{.*}} iter_args(%[[TC2:.*]] = %[[TC…
25 // CHECK: %[[sTC:.*]] = tensor.extract_slice %[[TC2]][{{.*}}] : tensor<128x128xf32> to t…
28 // CHECK: %[[TD:.*]] = tensor.insert_slice %[[sTD]] into %[[TC2]][{{.*}}] : tensor<4x4x…
64 // CHECK: %[[TD2:.*]] = scf.for {{.*}} to {{.*}} step {{.*}} iter_args(%[[TC2:.*]] = %[[TC…
67 // CHECK: %[[sTC:.*]] = tensor.extract_slice %[[TC2]][{{.*}}] : tensor<128x128xf32> to t…
70 // CHECK: %[[TD:.*]] = tensor.insert_slice %[[sTD]] into %[[TC2]][{{.*}}] : tensor<?x?x…
H A Dtile-tensors.mlir12 // CHECK: %[[TD2:.*]] = scf.for {{.*}} to {{.*}} step {{.*}} iter_args(%[[TC2:.*]] = %[[TC…
15 // CHECK: %[[sTC:.*]] = tensor.extract_slice %[[TC2]][{{.*}}] : tensor<?x?xf32> to tenso…
18 // CHECK: %[[TD:.*]] = tensor.insert_slice %[[sTD]] into %[[TC2]][{{.*}}] : tensor<?x?x…
61 // CHECK: %[[TD2:.+]] = scf.for %{{.+}} to %{{.+}} step %{{.+}} iter_args(%[[TC2:.+]] =…
64 // CHECK: %[[STARG2:.+]] = tensor.extract_slice %[[TC2]][{{.+}}] : tensor<?x?x?xf32> to…
68 // CHECK: %[[TD:.+]] = tensor.insert_slice %[[STRETURN]] into %[[TC2]]
H A Dtile-fuse-and-distribute.mlir28 // CHECK: %[[sTD2:.*]] = scf.for {{.*}} to {{.*}} step {{.*}} iter_args(%[[TC2:.*]] = %[[F…
31 // CHECK: %[[sTC:.*]] = tensor.extract_slice %[[TC2]][{{.*}}] : tensor<?x?xf32> to tenso…
34 // CHECK: %[[TD:.*]] = tensor.insert_slice %[[sTD]] into %[[TC2]][{{.*}}] : tensor<?x?x…
H A Dtile-and-distribute.mlir201 // CHECK: %[[TD2:.*]] = scf.for {{.*}} to {{.*}} step {{.*}} iter_args(%[[TC2:.*]] = %[[TC…
204 // CHECK: %[[sTC:.*]] = tensor.extract_slice %[[TC2]][{{.*}}] : tensor<?x?xf32> to tenso…
207 // CHECK: %[[TD:.*]] = tensor.insert_slice %[[sTD]] into %[[TC2]][{{.*}}] : tensor<?x?x…
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp242 uint64_t TC2 = in IsSafeActiveMask() local
248 if (TC1 != TC2) { in IsSafeActiveMask()
251 << TC2 << " from get.active.lane.mask\n"); in IsSafeActiveMask()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp105 class TC2 { class in TC1
H A Dalias-templates.cpp291 using TC2 = decltype(C<bool, 2, 3>::p); // expected-note {{instantiation of}} typedef
/llvm-project-15.0.7/flang/lib/Lower/
H A DIterationSpace.cpp96 Fortran::common::TypeCategory TC2>
98 const Fortran::evaluate::Convert<Fortran::evaluate::Type<TC1, KIND>, TC2> in getHashValue()
366 template <typename A, Fortran::common::TypeCategory TC2>
367 static bool isEqual(const Fortran::evaluate::Convert<A, TC2> &x, in isEqual()
368 const Fortran::evaluate::Convert<A, TC2> &y) { in isEqual()
H A DConvertExpr.cpp1332 Fortran::common::TypeCategory TC2>
1335 TC2> &convert) { in genval()
1342 TC2 == TC1) { in genval()
5257 Fortran::common::TypeCategory TC2>
5259 TC2> &x) { in genarr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp17085 const Type::TypeClass TC2 = T2->getTypeClass(); in isLayoutCompatible() local
17087 if (TC1 != TC2) in isLayoutCompatible()
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst39 C99 (+TC1, TC2, TC3).