Home
last modified time | relevance | path

Searched defs:vs (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dinvalid-deduction-guide-as-template-candidates.cpp8 Foo vs; // expected-error {{no viable constructor or deduction guide for deduction of template argu… variable
H A Dcxx0x-class.cpp3 int vs = 0; variable
H A Daltivec.cpp11 vector short vs; in test_vec_step() local
H A Dext-vector-type-conditional.cpp176 FourShortsVS vs; in mix_vector_types() local
[all...]
H A Dclass.cpp35 static int vs; member in C
/llvm-project/mlir/lib/Dialect/X86Vector/Transforms/
H A DAVXTranspose.cpp116 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 Dmatrix-type-operators.c323 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 Dmodule-private.cpp23 VisibleStruct vs; in test_broken() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DSparseTensorIterator.h237 deserialize(ValueRange vs) deserialize() argument
291 genWhileCond(OpBuilder & b,Location l,ValueRange vs) genWhileCond() argument
H A DCodegenUtils.cpp517 SmallVector<Value> vs; in loadAll() local
530 ValueRange vs, size_t offsetIdx, Value offsetVal) { in storeAll() argument
H A DSparseTensorIterator.cpp31 #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 DLoopEmitter.cpp34 #define YIELD(vs) (builder.create<scf::YieldOp>(loc, (vs))) argument
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dsubstr.pass.cpp113 std::vector<StringA, std::scoped_allocator_adaptor<test_allocator<StringA> > > vs; in test_lwg2583() local
/llvm-project/clang/test/Sema/
H A Dext_vector_casts.c96 short8 vs = 0; splats() local
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c25 vector short vs = { -1, 2, -3, 4, -5, 6, -7, 8 }; variable
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h220 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 DLowerVectorTranspose.cpp210 SmallVector<Value> vs; in transposeToShuffle16x16() local
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp346 constexpr volatile S vs; // expected-note {{here}} global() variable
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp1297 ValueRange vs; matchAndRewrite() local