Searched refs:TC2 (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/mlir/test/Dialect/Linalg/ |
| H A D | transform-op-tile.mlir | 22 // 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 D | tile-tensors.mlir | 12 // 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 D | tile-fuse-and-distribute.mlir | 28 // 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 D | tile-and-distribute.mlir | 201 // 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 D | MVETailPredication.cpp | 242 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 D | explicit-instantiation.cpp | 105 class TC2 { class in TC1
|
| H A D | alias-templates.cpp | 291 using TC2 = decltype(C<bool, 2, 3>::p); // expected-note {{instantiation of}} typedef
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IterationSpace.cpp | 96 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 D | ConvertExpr.cpp | 1332 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 D | SemaChecking.cpp | 17085 const Type::TypeClass TC2 = T2->getTypeClass(); in isLayoutCompatible() local 17087 if (TC1 != TC2) in isLayoutCompatible()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | UsersManual.rst | 39 C99 (+TC1, TC2, TC3).
|