Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-vector.cc39 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/
DTriangle.hpp26 Vertex V2; member
/third_party/skia/third_party/externals/swiftshader/src/Device/
DTriangle.hpp26 Vertex V2; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DEquivalenceClasses.h217 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/
Dbmp_to_nv12.py65 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/
DBitTracker.cpp441 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/
Dxxhash.cpp81 uint64_t V2 = Seed + PRIME64_2; in xxHash64() local
DStringMap.cpp178 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey() local
DFileUtilities.cpp91 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local
/third_party/skia/src/sfnt/
DSkOTTable_OS_2.h34 struct V2 : SkOTTableOS2_V2 { } v2; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp45 const Value *V2, const Module *M) { in PrintResults()
77 const Value *V1, const Value *V2, in PrintLoadStoreResults()
DBasicAliasAnalysis.cpp1313 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()
DDemandedBits.cpp99 [&](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/
DAliasAnalysis.h352 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/
DStringMap.cpp174 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey() local
/third_party/mesa3d/src/mesa/vbo/
Dvbo_noop.c110 #define ATTR_UNION(A, N, T, C, V0, V1, V2, V3) do { (void)ctx; (void)(A); } while(0) argument
Dvbo_exec_api.c484 #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/
DConstantFold.cpp734 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/
DconstEnums.ts55 V2 = A.B.C.E.V1 | 100 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp75 Register V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg(); in initGlobalBaseReg() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp580 #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/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp558 #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/
DIceGlobalContext.cpp98 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/
DNVPTX.h105 V2 = 2, enumerator

12345