| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
| D | test_vector_ops.cpp | 664 shufflevector(Ty V1, Ty V2) { in shufflevector() 680 shufflevector(Ty V1, Ty V2) { in shufflevector() 699 shufflevector(Ty V1, Ty V2) { in shufflevector()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | test-vector.cc | 39 hb_vector_t<int> V2 {v1}; in main() local 52 hb_vector_t<int> V2 = v1; in main() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | Triangle.hpp | 26 Vertex V2; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | Triangle.hpp | 26 Vertex V2; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | EquivalenceClasses.h | 217 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets() 243 bool isEquivalent(const ElemTy &V1, const ElemTy &V2) const { in isEquivalent()
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | bmp_to_nv12.py | 65 V2 = converted_pixels[((((i / width) * 2) * width) + width + (i % width)) * 3 + 2] variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | BitTracker.cpp | 441 const BitValue &V2 = A2[I]; in eADD() local 450 const BitValue &V2 = A2[I]; in eADD() local 474 const BitValue &V2 = A2[I]; in eSUB() local 483 const BitValue &V2 = A2[I]; in eSUB() local 555 const BitValue &V2 = A2[i]; in eAND() local 577 const BitValue &V2 = A2[i]; in eORL() local 599 const BitValue &V2 = A2[i]; in eXOR() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | xxhash.cpp | 81 uint64_t V2 = Seed + PRIME64_2; in xxHash64() local
|
| D | StringMap.cpp | 178 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey() local
|
| D | FileUtilities.cpp | 91 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local
|
| /third_party/skia/src/sfnt/ |
| D | SkOTTable_OS_2.h | 34 struct V2 : SkOTTableOS2_V2 { } v2; struct
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | AliasAnalysisEvaluator.cpp | 45 const Value *V2, const Module *M) { in PrintResults() 77 const Value *V1, const Value *V2, in PrintLoadStoreResults()
|
| D | BasicAliasAnalysis.cpp | 1313 const Value *V2, LocationSize V2Size, const AAMDNodes &V2AAInfo, in aliasGEP() 1551 const AAMDNodes &SIAAInfo, const Value *V2, in aliasSelect() 1584 const AAMDNodes &PNAAInfo, const Value *V2, in aliasPHI() 1735 AAMDNodes V1AAInfo, const Value *V2, in aliasCheck() 1915 const Value *V2) { in isValueEqualInPotentialCycles()
|
| D | DemandedBits.cpp | 99 [&](unsigned BitWidth, const Value *V1, const Value *V2) { in determineLiveOperandBits()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | AliasAnalysis.h | 352 AliasResult alias(const Value *V1, LocationSize V1Size, const Value *V2, in alias() 358 AliasResult alias(const Value *V1, const Value *V2) { in alias() 369 bool isNoAlias(const Value *V1, LocationSize V1Size, const Value *V2, in isNoAlias() 375 bool isNoAlias(const Value *V1, const Value *V2) { in isNoAlias() 386 bool isMustAlias(const Value *V1, const Value *V2) { in isMustAlias()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | StringMap.cpp | 174 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey() local
|
| /third_party/mesa3d/src/mesa/vbo/ |
| D | vbo_noop.c | 110 #define ATTR_UNION(A, N, T, C, V0, V1, V2, V3) do { (void)ctx; (void)(A); } while(0) argument
|
| D | vbo_exec_api.c | 484 #define ATTR_UNION_BASE(A, N, T, C, V0, V1, V2, V3) \ argument 569 #define ATTR_UNION(A, N, T, C, V0, V1, V2, V3) \ argument 1238 #define ATTR_UNION(A, N, T, C, V0, V1, V2, V3) \ argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ConstantFold.cpp | 734 Constant *V1, Constant *V2) { in ConstantFoldSelectInstruction() 864 Constant *V2, in ConstantFoldShuffleVectorInstruction() 1471 static FCmpInst::Predicate evaluateFCmpRelation(Constant *V1, Constant *V2) { in evaluateFCmpRelation() 1560 static ICmpInst::Predicate evaluateICmpRelation(Constant *V1, Constant *V2, in evaluateICmpRelation() 1888 const APInt &V2 = cast<ConstantInt>(C2)->getValue(); in ConstantFoldCompareInstruction() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | constEnums.ts | 55 V2 = A.B.C.E.V1 | 100 enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | Mips16ISelDAGToDAG.cpp | 75 Register V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg(); in initGlobalBaseReg() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
| D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 580 #define CASE_EXTRA(L, R, E, D1, T1, V1, D2, T2, V2) \ in AddAliasTests() argument 583 #define CASE_EXTRA_WITH_REVERSE(L, R, E, D1, T1, V1, D2, T2, V2) \ in AddAliasTests() argument 587 #define CASE_WITH_REVERSE(L, R, D1, T1, V1, D2, T2, V2) CASE_EXTRA_WITH_REVERSE(L, R, "", D1, T1, V… in AddAliasTests() argument 589 #define CASE(L, R, D1, T1, V1, D2, T2, V2) CASE_EXTRA(L, R, "", D1, T1, V1, D2, T2, V2) in AddAliasTests() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 558 #define CASE_EXTRA(L, R, E, D1, T1, V1, D2, T2, V2) \ in AddAliasTests() argument 561 #define CASE_EXTRA_WITH_REVERSE(L, R, E, D1, T1, V1, D2, T2, V2) \ in AddAliasTests() argument 565 #define CASE_WITH_REVERSE(L, R, D1, T1, V1, D2, T2, V2) CASE_EXTRA_WITH_REVERSE(L, R, "", D1, T1, V… in AddAliasTests() argument 567 #define CASE(L, R, D1, T1, V1, D2, T2, V2) CASE_EXTRA(L, R, "", D1, T1, V1, D2, T2, V2) in AddAliasTests() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceGlobalContext.cpp | 98 typename ValueType::PrimType V2 = llvm::cast<ValueType>(Const2)->getValue(); in operator ()() local 115 typename ValueType::PrimType V2 = llvm::cast<ValueType>(Const2)->getValue(); in operator ()() local 125 auto *V2 = llvm::cast<ValueType>(Const2); in operator ()() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTX.h | 105 V2 = 2, enumerator
|