Home
last modified time | relevance | path

Searched refs:V1 (Results 1 - 25 of 158) sorted by relevance

1234567

/third_party/mesa3d/src/amd/addrlib/src/
H A Daddrinterface.cpp120 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeSurfaceInfo()
154 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeSurfaceAddrFromCoord()
186 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeSurfaceCoordFromAddr()
224 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeHtileInfo()
256 V1::Lib* pLib = V1 in AddrComputeHtileAddrFromCoord()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DconstEnums.js55 V1 = 1,
56 V2 = A.B.C.E.V1 | 100
67 V4 = A.B.C.E[`V1`] << 1,
77 V1 = 10,
88 V1 = 10,
104 if (e === I.V1) {
111 if (e === I1.C.E.V1) {
118 if (e === I2.C.E.V1) {
161 case A.B.C.E.V1: return 1;
195 if (e === 1 /* I.V1 */) {
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileUtilities.cpp91 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local
109 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd)); in CompareNumbers()
118 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd)); in CompareNumbers()
145 if (AbsTolerance < std::abs(V1-V2)) { in CompareNumbers()
149 Diff = std::abs(V1/V2 - 1.0); in CompareNumbers()
150 else if (V1) in CompareNumbers()
151 Diff = std::abs(V2/V1 - 1.0); in CompareNumbers()
157 << "Compared: " << V1 << " and " << V2 << '\n' in CompareNumbers()
158 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n' in CompareNumbers()
H A Dxxhash.cpp80 uint64_t V1 = Seed + PRIME64_1 + PRIME64_2; in xxHash64() local
86 V1 = round(V1, endian::read64le(P)); in xxHash64()
96 H64 = rotl64(V1, 1) + rotl64(V2, 7) + rotl64(V3, 12) + rotl64(V4, 18); in xxHash64()
97 H64 = mergeRound(H64, V1); in xxHash64()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DXmmArith.cpp29 const Type V1 = Value1; \ in TEST_F()
38 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F()
41 test.setDwordTo(T1, static_cast<float>(V1)); \ in TEST_F()
46 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \ in TEST_F()
62 const Type V1 = Value1; \ in TEST_F()
70 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F()
73 test.setDwordTo(T1, static_cast<float>(V1)); \ in TEST_F()
78 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \ in TEST_F()
133 const Dqword V1 Value1; \ in TEST_F()
141 test.setDqwordTo(T1, V1); \ in TEST_F()
[all...]
H A DDataMov.cpp591 const Type V1 = std::numeric_limits<Type>::quiet_NaN(); \ in TEST_F()
598 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F()
601 test.setDwordTo(T1, static_cast<float>(V1)); \ in TEST_F()
654 const Type V1 = std::numeric_limits<Type>::quiet_NaN(); \ in TEST_F()
664 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F()
667 test.setDwordTo(T1, static_cast<float>(V1)); \ in TEST_F()
762 const uint64_t V1 = 0xFFFFFFFF00000000ull; \ in TEST_F()
770 test.setQwordTo(T1, V1); \ in TEST_F()
785 const uint64_t V1 = 0xFFFFFFFF00000000ull; \ in TEST_F()
793 test.setQwordTo(T1, V1); \ in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DXmmArith.cpp29 const Type V1 = Value1; \ in TEST_F()
41 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F()
44 test.setDwordTo(T1, static_cast<float>(V1)); \ in TEST_F()
49 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \ in TEST_F()
65 const Type V1 = Value1; \ in TEST_F()
75 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F()
78 test.setDwordTo(T1, static_cast<float>(V1)); \ in TEST_F()
83 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \ in TEST_F()
132 const Dqword V1 Value1; \ in TEST_F()
141 test.setDqwordTo(T1, V1); \ in TEST_F()
[all...]
H A DDataMov.cpp430 const Type V1 = std::numeric_limits<Type>::quiet_NaN(); \ in TEST_F()
438 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F()
441 test.setDwordTo(T1, static_cast<float>(V1)); \ in TEST_F()
486 const Type V1 = std::numeric_limits<Type>::quiet_NaN(); \ in TEST_F()
498 test.setQwordTo(T1, static_cast<double>(V1)); \ in TEST_F()
501 test.setDwordTo(T1, static_cast<float>(V1)); \ in TEST_F()
561 const uint64_t V1 = 0xFFFFFFFF00000000ull; \ in TEST_F()
569 test.setQwordTo(T1, V1); \ in TEST_F()
633 const uint32_t V1 = ~(Value); \ in TEST_F()
641 test.setDwordTo(T1, V1); \ in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantFold.cpp734 Constant *V1, Constant *V2) { in ConstantFoldSelectInstruction()
737 if (Cond->isAllOnesValue()) return V1; in ConstantFoldSelectInstruction()
743 for (unsigned i = 0, e = V1->getType()->getVectorNumElements(); i != e;++i){ in ConstantFoldSelectInstruction()
745 Constant *V1Element = ConstantExpr::getExtractElement(V1, in ConstantFoldSelectInstruction()
762 if (Result.size() == V1->getType()->getVectorNumElements()) in ConstantFoldSelectInstruction()
767 if (isa<UndefValue>(V1)) return V1; in ConstantFoldSelectInstruction()
770 if (isa<UndefValue>(V1)) return V2; in ConstantFoldSelectInstruction()
771 if (isa<UndefValue>(V2)) return V1; in ConstantFoldSelectInstruction()
772 if (V1 in ConstantFoldSelectInstruction()
733 ConstantFoldSelectInstruction(Constant *Cond, Constant *V1, Constant *V2) ConstantFoldSelectInstruction() argument
863 ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2, Constant *Mask) ConstantFoldShuffleVectorInstruction() argument
1471 evaluateFCmpRelation(Constant *V1, Constant *V2) evaluateFCmpRelation() argument
1560 evaluateICmpRelation(Constant *V1, Constant *V2, bool isSigned) evaluateICmpRelation() argument
1887 const APInt &V1 = cast<ConstantInt>(C1)->getValue(); ConstantFoldCompareInstruction() local
[all...]
H A DConstantFold.h36 Constant *V1, Constant *V2);
40 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
47 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstrTypes.h231 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
233 return Create(Instruction::OPC, V1, V2, Name);\
237 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
239 return Create(Instruction::OPC, V1, V2, Name, BB);\
243 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
245 return Create(Instruction::OPC, V1, V2, Name, I);\
250 Value *V1, Value *V2, in CreateWithCopiedFlags()
253 BinaryOperator *BO = Create(Opc, V1, V2, Name); in CreateWithCopiedFlags()
258 static BinaryOperator *CreateFAddFMF(Value *V1, Value *V2, in CreateFAddFMF() argument
261 return CreateWithCopiedFlags(Instruction::FAdd, V1, V in CreateFAddFMF()
249 CreateWithCopiedFlags(BinaryOps Opc, Value *V1, Value *V2, Instruction *CopyO, const Twine &Name = �) CreateWithCopiedFlags() argument
263 CreateFSubFMF(Value *V1, Value *V2, Instruction *FMFSource, const Twine &Name = �) CreateFSubFMF() argument
268 CreateFMulFMF(Value *V1, Value *V2, Instruction *FMFSource, const Twine &Name = �) CreateFMulFMF() argument
273 CreateFDivFMF(Value *V1, Value *V2, Instruction *FMFSource, const Twine &Name = �) CreateFDivFMF() argument
278 CreateFRemFMF(Value *V1, Value *V2, Instruction *FMFSource, const Twine &Name = �) CreateFRemFMF() argument
289 CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name = �) CreateNSW() argument
295 CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) CreateNSW() argument
301 CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) CreateNSW() argument
308 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name = �) CreateNUW() argument
314 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) CreateNUW() argument
320 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) CreateNUW() argument
327 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name = �) CreateExact() argument
333 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) CreateExact() argument
339 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) CreateExact() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPSInt.h339 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; } in operator ==() argument
340 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; } in operator !=() argument
341 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; } in operator <=() argument
342 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; } in operator >=() argument
343 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; } in operator <() argument
344 operator >(int64_t V1, const APSInt &V2) operator >() argument
[all...]
H A DEquivalenceClasses.h217 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets() argument
218 iterator V1I = insert(V1), V2I = insert(V2); in unionSets()
241 // isEquivalent - Return true if V1 is equivalent to V2. This can happen if
242 // V1 is equal to V2 or if they belong to one equivalence class.
243 bool isEquivalent(const ElemTy &V1, const ElemTy &V2) const { in isEquivalent() argument
245 if (V1 == V2) in isEquivalent()
247 auto It = findLeader(V1); in isEquivalent()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_vector_ops.cpp664 shufflevector(Ty V1, Ty V2) { in shufflevector() argument
667 V1, V2, Idx0 % (NumElements * 2), Idx1 % (NumElements * 2), in shufflevector()
680 shufflevector(Ty V1, Ty V2) { in shufflevector() argument
683 V1, V2, Idx0 % (NumElements * 2), Idx1 % (NumElements * 2), in shufflevector()
699 shufflevector(Ty V1, Ty V2) { in shufflevector() argument
702 V1, V2, Idx0, Idx1 % (NumElements * 2), Idx2 % (NumElements * 2), in shufflevector()
713 typedef VecTy (*TestFn)(VecTy V1, VecTy V2);
735 TY(Ty) shufflevector_##Ty(TY(Ty) V1, TY(Ty) V2, uint32_t Which) { \
736 return (*ShuffleVectorTest<TY(Ty)>::Tests[Which])(V1, V2); \
745 TY(I1Ty) shufflevector_##I1Ty(TY(I1Ty) V1, T
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp71 unsigned V0, V1; in initGlobalBaseReg() local
78 V1 = RegInfo.createVirtualRegister(RC); in initGlobalBaseReg()
90 BuildMI(MBB, I, DL, TII.get(Mips::DADDu), V1).addReg(V0) in initGlobalBaseReg()
92 BuildMI(MBB, I, DL, TII.get(Mips::DADDiu), GlobalBaseReg).addReg(V1) in initGlobalBaseReg()
119 BuildMI(MBB, I, DL, TII.get(Mips::ADDu), V1).addReg(V0).addReg(Mips::T9); in initGlobalBaseReg()
120 BuildMI(MBB, I, DL, TII.get(Mips::ADDiu), GlobalBaseReg).addReg(V1) in initGlobalBaseReg()
H A DMips16ISelDAGToDAG.cpp75 Register V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg(); in initGlobalBaseReg() local
79 V1 = RegInfo.createVirtualRegister(RC); in initGlobalBaseReg()
85 BuildMI(MBB, I, DL, TII.get(Mips::AddiuRxPcImmX16), V1) in initGlobalBaseReg()
90 .addReg(V1) in initGlobalBaseReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3767 static SDValue getMOVL(SelectionDAG &DAG, const SDLoc &dl, MVT VT, SDValue V1,
3774 return DAG.getVectorShuffle(VT, dl, V1, V2, Mask);
5976 static SDValue concatSubVectors(SDValue V1, SDValue V2, SelectionDAG &DAG,
5978 assert(V1.getValueType() == V2.getValueType() && "subvector type mismatch");
5979 EVT SubVT = V1.getValueType();
5984 SDValue V = insertSubVector(DAG.getUNDEF(VT), V1, 0, DAG, dl, SubVectorWidth);
6072 SDValue V1, SDValue V2) {
6075 return DAG.getVectorShuffle(VT, dl, V1, V2, Mask);
6080 SDValue V1, SDValue V2) {
6083 return DAG.getVectorShuffle(VT, dl, V1, V
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp440 const BitValue &V1 = A1[I];
442 if (!V1.num() || !V2.num())
444 unsigned S = bool(V1) + bool(V2) + Carry;
449 const BitValue &V1 = A1[I];
453 if (V1.is(Carry))
456 Res[I] = BitValue::ref(V1);
473 const BitValue &V1 = A1[I];
475 if (!V1.num() || !V2.num())
477 unsigned S = bool(V1) - bool(V2) - Borrow;
482 const BitValue &V1
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysisEvaluator.cpp71 for (Value *V1 : Values) { in runOnFunction()
72 StringRef NameV1 = getName(V1); in runOnFunction()
78 if (PA.related(V1, V2, DL)) in runOnFunction()
/third_party/skia/src/sfnt/
H A DSkOTTable_OS_2.h33 struct V1 : SkOTTableOS2_V1 { } v1; struct
47 static_assert(sizeof(SkOTTableOS2::Version::V1) == 86, "sizeof_SkOTTableOS2__V1_not_86");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1308 /// We know that V1 is a GEP, but we don't know anything about V2.
1734 AliasResult BasicAAResult::aliasCheck(const Value *V1, LocationSize V1Size, in aliasCheck() argument
1745 V1 = V1->stripPointerCastsAndInvariantGroups(); in aliasCheck()
1748 // If V1 or V2 is undef, the result is NoAlias because we can always pick a in aliasCheck()
1750 if (isa<UndefValue>(V1) || isa<UndefValue>(V2)) in aliasCheck()
1759 if (isValueEqualInPotentialCycles(V1, V2)) in aliasCheck()
1762 if (!V1->getType()->isPointerTy() || !V2->getType()->isPointerTy()) in aliasCheck()
1767 O1 = GetUnderlyingObject(V1, DL, MaxLookupSearchDepth); in aliasCheck()
1782 // If V1/V in aliasCheck()
2010 const Value *V1 = GetLinearExpression(Var1.V, V1Scale, V1Offset, V1ZExtBits, constantOffsetHeuristic() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h352 AliasResult alias(const Value *V1, LocationSize V1Size, const Value *V2, in alias() argument
354 return alias(MemoryLocation(V1, V1Size), MemoryLocation(V2, V2Size)); in alias()
358 AliasResult alias(const Value *V1, const Value *V2) { in alias() argument
359 return alias(V1, LocationSize::unknown(), V2, LocationSize::unknown()); in alias()
369 bool isNoAlias(const Value *V1, LocationSize V1Size, const Value *V2, in isNoAlias() argument
371 return isNoAlias(MemoryLocation(V1, V1Size), MemoryLocation(V2, V2Size)); in isNoAlias()
375 bool isNoAlias(const Value *V1, const Value *V2) { in isNoAlias() argument
376 return isNoAlias(MemoryLocation(V1), MemoryLocation(V2)); in isNoAlias()
386 bool isMustAlias(const Value *V1, const Value *V2) { in isMustAlias() argument
387 return alias(V1, LocationSiz in isMustAlias()
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_tools_enc.c184 #define BLEND(V0, V1, ALPHA) \
185 ((((V0) * (255 - (ALPHA)) + (V1) * (ALPHA)) * 0x101 + 256) >> 16)
186 #define BLEND_10BIT(V0, V1, ALPHA) \
187 ((((V0) * (1020 - (ALPHA)) + (V1) * (ALPHA)) * 0x101 + 1024) >> 18)
/third_party/mbedtls/library/
H A Dbignum.c1884 mbedtls_mpi G, TA, TU, U1, U2, TB, TV, V1, V2; in mbedtls_mpi_inv_mod() local
1892 mbedtls_mpi_init(&V1); mbedtls_mpi_init(&V2); in mbedtls_mpi_inv_mod()
1908 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&V1, 0)); in mbedtls_mpi_inv_mod()
1927 if ((V1.p[0] & 1) != 0 || (V2.p[0] & 1) != 0) { in mbedtls_mpi_inv_mod()
1928 MBEDTLS_MPI_CHK(mbedtls_mpi_add_mpi(&V1, &V1, &TB)); in mbedtls_mpi_inv_mod()
1932 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&V1, 1)); in mbedtls_mpi_inv_mod()
1938 MBEDTLS_MPI_CHK(mbedtls_mpi_sub_mpi(&U1, &U1, &V1)); in mbedtls_mpi_inv_mod()
1942 MBEDTLS_MPI_CHK(mbedtls_mpi_sub_mpi(&V1, &V1, in mbedtls_mpi_inv_mod()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp222 /// Traverses and compares operands of V1 and V2 to MaxLevel.
223 static unsigned getLAScore(VPValue *V1, VPValue *V2, unsigned MaxLevel, in getLAScore() argument
225 if (!isa<VPInstruction>(V1) || !isa<VPInstruction>(V2)) in getLAScore()
229 return (unsigned)areConsecutiveOrMatch(cast<VPInstruction>(V1), in getLAScore()
233 for (unsigned I = 0, EV1 = cast<VPUser>(V1)->getNumOperands(); I < EV1; ++I) in getLAScore()
235 Score += getLAScore(cast<VPUser>(V1)->getOperand(I), in getLAScore()

Completed in 33 milliseconds

1234567