Home
last modified time | relevance | path

Searched full:mmt (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/Driver/
H A Dmips-features.c172 // -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 Dcuf03.cuf40 real, managed, target :: mmt
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp669 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 DFuzzerTracePC.h108 MemMemTable<1024> MMT; variable
H A DFuzzerMutate.cpp281 auto X = TPC.MMT.Get(Rand.Rand<size_t>()); in Mutate_AddWordFromTORC()
/llvm-project/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp124 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 DVectorRewritePatterns.h81 /// semantics to a contraction with MMT semantics (matrix matrix multiplication
/llvm-project/mlir/test/Dialect/Vector/
H A Dvector-contract-matmul-transforms.mlir1 // RUN: mlir-opt %s -test-vector-contraction-prepare-for-mmt-lowering | FileCheck %s
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp1444 /// semantics to a contraction suitable for MMT (matrix matrix multiplication
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/
H A Dcore_named_ops.py452 * The right hand side is transposed, whence the 't' in 'mmt'.
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgNamedStructuredOps.yaml1325 * The right hand side is transposed, whence the 't' in 'mmt'.
/llvm-project/clang/include/clang/Driver/
H A DOptions.td5553 def mmt : Flag<["-"], "mmt">, Group<m_mips_Features_Group>,