Searched full:mmt (Results 1 – 12 of 12) sorted by relevance
/llvm-project/clang/test/Driver/ |
H A D | mips-features.c | 172 // -mmt 174 // RUN: -mno-mt -mmt 2>&1 \ 175 // RUN: | FileCheck --check-prefix=CHECK-MMT %s 176 // CHECK-MMT: "-target-feature" "+mt" 180 // RUN: -mmt -mno-mt 2>&1 \
|
/llvm-project/flang/test/Semantics/ |
H A D | cuf03.cuf | 40 real, managed, target :: mmt
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.cpp | 669 fuzzer::TPC.MMT.Add(reinterpret_cast<const uint8_t *>(s2), strlen(s2)); in __sanitizer_weak_hook_strstr() 676 fuzzer::TPC.MMT.Add(reinterpret_cast<const uint8_t *>(s2), strlen(s2)); in __sanitizer_weak_hook_strcasestr() 683 fuzzer::TPC.MMT.Add(reinterpret_cast<const uint8_t *>(s2), len2); in __sanitizer_weak_hook_memmem()
|
H A D | FuzzerTracePC.h | 108 MemMemTable<1024> MMT; variable
|
H A D | FuzzerMutate.cpp | 281 auto X = TPC.MMT.Get(Rand.Rand<size_t>()); in Mutate_AddWordFromTORC()
|
/llvm-project/mlir/test/lib/Dialect/Vector/ |
H A D | TestVectorTransforms.cpp | 124 return "test-vector-contraction-prepare-for-mmt-lowering"; in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() 127 return "Test vector.contraction matmul canonicalization for MMT lowering."; in getDescription()
|
/llvm-project/mlir/include/mlir/Dialect/Vector/Transforms/ |
H A D | VectorRewritePatterns.h | 81 /// semantics to a contraction with MMT semantics (matrix matrix multiplication
|
/llvm-project/mlir/test/Dialect/Vector/ |
H A D | vector-contract-matmul-transforms.mlir | 1 // RUN: mlir-opt %s -test-vector-contraction-prepare-for-mmt-lowering | FileCheck %s
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorTransforms.cpp | 1444 /// semantics to a contraction suitable for MMT (matrix matrix multiplication
|
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/ |
H A D | core_named_ops.py | 452 * The right hand side is transposed, whence the 't' in 'mmt'.
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
H A D | LinalgNamedStructuredOps.yaml | 1325 * The right hand side is transposed, whence the 't' in 'mmt'.
|
/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 5553 def mmt : Flag<["-"], "mmt">, Group<m_mips_Features_Group>,
|