Searched refs:expand1 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/test/Dialect/Vector/ |
D | vector-mem-transforms.mlir | 129 // CHECK-LABEL: func @expand1( 136 func @expand1(%base: memref<16xf32>, %pass_thru: vector<16xf32>) -> vector<16xf32> {
|
/external/rust/crates/regex/tests/ |
D | api.rs | 175 expand!(expand1, r"(?-u)(?P<foo>\w+)", "abc", "$foo", "abc");
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_lock.cpp | 2863 #define expand1(lk, op) \ macro 2883 KMP_FOREACH_LOCK_KIND(expand1, init) 2884 KMP_FOREACH_LOCK_KIND(expand1, init_nested) 2885 KMP_FOREACH_LOCK_KIND(expand1, destroy) 2886 KMP_FOREACH_LOCK_KIND(expand1, destroy_nested) 2896 #undef expand1
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | vector-shuffle-avx512.ll | 27 define <8 x float> @expand1(<4 x float> %a ) { 28 ; SKX-LABEL: expand1: 36 ; KNL-LABEL: expand1:
|
/external/llvm/test/CodeGen/X86/ |
D | avx512vl-intrinsics.ll | 900 define <8 x double> @expand1(i8* %addr, <8 x double> %data, i8 %mask) { 901 ; CHECK-LABEL: expand1:
|