Home
last modified time | relevance | path

Searched defs:V2 (Results 1 – 25 of 160) sorted by relevance

1234567

/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops.cpp664 shufflevector(Ty V1, Ty V2) { in shufflevector()
680 shufflevector(Ty V1, Ty V2) { in shufflevector()
699 shufflevector(Ty V1, Ty V2) { in shufflevector()
/external/libcxx/test/std/utilities/variant/variant.visit/
Dvisit.pass.cpp116 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef
222 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef
231 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef
260 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef
268 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef
276 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; in test_exceptions() typedef
/external/r8/src/test/examples/multidex003/
DAnnotationValue.java9 V2; enumConstant
DTestAnnotation3.java14 V2; enumConstant
/external/llvm/lib/Fuzzer/test/
DSimpleFnAdapterTest.cpp12 static void TestFn(std::vector<uint8_t> V1, std::vector<uint8_t> V2) { in TestFn()
/external/clang/test/CodeGen/
Dsse41-builtins.c11 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) { in test_mm_blend_epi16()
17 __m128d test_mm_blend_pd(__m128d V1, __m128d V2) { in test_mm_blend_pd()
23 __m128 test_mm_blend_ps(__m128 V1, __m128 V2) { in test_mm_blend_ps()
29 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8()
35 __m128d test_mm_blendv_pd(__m128d V1, __m128d V2, __m128d V3) { in test_mm_blendv_pd()
41 __m128 test_mm_blendv_ps(__m128 V1, __m128 V2, __m128 V3) { in test_mm_blendv_ps()
/external/swiftshader/src/Renderer/
DTriangle.hpp26 Vertex V2; member
/external/eigen/test/
Dsmallvectors.cpp15 typedef Matrix<Scalar, 1, 2> V2; in smallVectors() typedef
/external/clang/test/CodeGenCXX/
Dweak-extern-typeinfo.cpp28 class V2 : public virtual V1 { class
Dvtable-layout-abi-examples.cpp210 struct V2 : virtual V1 { struct
232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address --
Dvtt-layout.cpp31 class V2 : public B1, public B2, public virtual V1 { int i; }; class
50 class V2 : public B1, public B2, public virtual V1 { int i; }; class
/external/clang/test/CXX/special/class.init/class.inhctor.init/
Dp2.cpp16 struct V2 : virtual B { using B::B; }; struct
/external/clang/test/Layout/
Dms-x86-aligned-tail-padding.cpp31 struct V2 { struct
34 V2() : a(0xf0000011f0000011ll), a1(0xf0000011) {} in V2() function
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
Dp6.cpp10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}} in f0() argument
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasAnalysis.h168 const Value *V2, uint64_t V2Size) { in alias()
173 AliasResult alias(const Value *V1, const Value *V2) { in alias()
185 const Value *V2, uint64_t V2Size) { in isNoAlias()
195 bool isMustAlias(const Value *V1, const Value *V2) { in isMustAlias()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DUse.cpp24 Value *V2(RHS.Val); in swap() local
/external/clang/lib/Headers/
Dshaintrin.h34 #define _mm_sha1rnds4_epu32(V1, V2, M) __extension__ ({ \ argument
/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp147 const llvm::APSInt& V1, const llvm::APSInt& V2) { in evalAPSInt()
266 BasicValueFactory::getPersistentSValPair(const SVal& V1, const SVal& V2) { in getPersistentSValPair()
/external/skia/src/sfnt/
DSkOTTable_OS_2.h34 struct V2 : SkOTTableOS2_V2 { } v2; struct
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
DCloning.cpp28 Value *V2 = V1->clone(); in clone() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp138 const Value *V1 = 0, const Value *V2 = 0, in CheckFailed()
162 #define Assert2(C, M, V1, V2) \ argument
164 #define Assert3(C, M, V1, V2, V3) \ argument
166 #define Assert4(C, M, V1, V2, V3, V4) \ argument
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h193 AliasResult alias(const Value *V1, uint64_t V1Size, const Value *V2, in alias()
199 AliasResult alias(const Value *V1, const Value *V2) { in alias()
211 bool isNoAlias(const Value *V1, uint64_t V1Size, const Value *V2, in isNoAlias()
217 bool isNoAlias(const Value *V1, const Value *V2) { in isNoAlias()
228 bool isMustAlias(const Value *V1, const Value *V2) { in isMustAlias()
/external/llvm/unittests/Support/
DAlignOfTest.cpp63 struct V2 { int x; virtual ~V2(); }; argument
/external/llvm/lib/Target/Hexagon/
DBitTracker.cpp444 const BitValue &V2 = A2[I]; in eADD() local
453 const BitValue &V2 = A2[I]; in eADD() local
478 const BitValue &V2 = A2[I]; in eSUB() local
487 const BitValue &V2 = A2[I]; in eSUB() local
565 const BitValue &V2 = A2[i]; in eAND() local
588 const BitValue &V2 = A2[i]; in eORL() local
611 const BitValue &V2 = A2[i]; in eXOR() local
/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp41 const Value *V2, const Module *M) { in PrintResults()
79 const Value *V2, const Module *M) { in PrintLoadStoreResults()

1234567