/llvm-project/clang/test/SemaCXX/ |
H A D | invalid-deduction-guide-as-template-candidates.cpp | 8 Foo vs; // expected-error {{no viable constructor or deduction guide for deduction of template argu… variable
|
H A D | cxx0x-class.cpp | 3 int vs = 0; variable
|
H A D | altivec.cpp | 11 vector short vs; in test_vec_step() local
|
H A D | ext-vector-type-conditional.cpp | 176 FourShortsVS vs; in mix_vector_types() local [all...] |
H A D | class.cpp | 35 static int vs; member in C
|
/llvm-project/mlir/lib/Dialect/X86Vector/Transforms/ |
H A D | AVXTranspose.cpp | 116 MutableArrayRef<Value> vs) { in transpose4x8xf32() argument 141 transpose8x8xf32(ImplicitLocOpBuilder & ib,MutableArrayRef<Value> vs) transpose8x8xf32() argument 239 SmallVector<Value> vs; matchAndRewrite() local [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | matrix-type-operators.c | 323 void add_matrix_scalar_int_short(ix9x3_t a, short vs) { in add_matrix_scalar_int_short() argument 338 void add_compound_matrix_scalar_int_short(ix9x3_t a, short vs) { in add_compound_matrix_scalar_int_short() argument 353 subtract_compound_matrix_scalar_int_short(ix9x3_t a,short vs) subtract_compound_matrix_scalar_int_short() argument 458 add_matrix_scalar_long_long_int_short(ullx4x2_t b,short vs) add_matrix_scalar_long_long_int_short() argument 473 add_compound_matrix_scalar_long_long_int_short(ullx4x2_t b,short vs) add_compound_matrix_scalar_long_long_int_short() argument 488 subtract_compound_matrix_scalar_long_long_int_short(ullx4x2_t b,short vs) subtract_compound_matrix_scalar_long_long_int_short() argument [all...] |
/llvm-project/clang/test/Modules/ |
H A D | module-private.cpp | 23 VisibleStruct vs; in test_broken() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | SparseTensorIterator.h | 237 deserialize(ValueRange vs) deserialize() argument 291 genWhileCond(OpBuilder & b,Location l,ValueRange vs) genWhileCond() argument
|
H A D | CodegenUtils.cpp | 517 SmallVector<Value> vs; in loadAll() local 530 ValueRange vs, size_t offsetIdx, Value offsetVal) { in storeAll() argument
|
H A D | SparseTensorIterator.cpp | 31 #define YIELD(vs) (b.create<scf::YieldOp>(l, (vs))) argument 361 void deserialize(ValueRange vs) override { in deserialize() 473 void deserialize(ValueRange vs) override { in deserialize() 515 void deserialize(ValueRange vs) override { wrap->deserialize(vs); }; in deserialize()
|
H A D | LoopEmitter.cpp | 34 #define YIELD(vs) (builder.create<scf::YieldOp>(loc, (vs))) argument
|
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/ |
H A D | substr.pass.cpp | 113 std::vector<StringA, std::scoped_allocator_adaptor<test_allocator<StringA> > > vs; in test_lwg2583() local
|
/llvm-project/clang/test/Sema/ |
H A D | ext_vector_casts.c | 96 short8 vs = 0; splats() local
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-altivec.c | 25 vector short vs = { -1, 2, -3, 4, -5, 6, -7, 8 }; variable [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | Hashing.h | 220 uint64_t vs = b + llvm::rotr<uint64_t>(a, 31) + c; in hash_33to64_bytes() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorTranspose.cpp | 210 SmallVector<Value> vs; in transposeToShuffle16x16() local
|
/llvm-project/clang/test/CXX/expr/expr.const/ |
H A D | p2-0x.cpp | 346 constexpr volatile S vs; // expected-note {{here}} global() variable
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseTensorRewriting.cpp | 1297 ValueRange vs; matchAndRewrite() local
|