Home
last modified time | relevance | path

Searched refs:V2 (Results 1 – 25 of 264) sorted by relevance

1234567891011

/third_party/mesa3d/src/amd/addrlib/src/
Daddrinterface.cpp1155 V2::Lib* pLib = V2::Lib::GetLib(hLib); in Addr2ComputeSurfaceInfo()
1188 V2::Lib* pLib = V2::Lib::GetLib(hLib); in Addr2ComputeSurfaceAddrFromCoord()
1221 V2::Lib* pLib = V2::Lib::GetLib(hLib); in Addr2ComputeSurfaceCoordFromAddr()
1259 V2::Lib* pLib = V2::Lib::GetLib(hLib); in Addr2ComputeHtileInfo()
1292 V2::Lib* pLib = V2::Lib::GetLib(hLib); in Addr2ComputeHtileAddrFromCoord()
1326 V2::Lib* pLib = V2::Lib::GetLib(hLib); in Addr2ComputeHtileCoordFromAddr()
1365 V2::Lib* pLib = V2::Lib::GetLib(hLib); in Addr2ComputeCmaskInfo()
1398 V2::Lib* pLib = V2::Lib::GetLib(hLib); in Addr2ComputeCmaskAddrFromCoord()
1432 V2::Lib* pLib = V2::Lib::GetLib(hLib); in Addr2ComputeCmaskCoordFromAddr()
1470 V2::Lib* pLib = V2::Lib::GetLib(hLib); in Addr2ComputeFmaskInfo()
[all …]
/third_party/typescript/tests/baselines/reference/
DconstEnums.types218 V2 = A.B.C.E.V1 | 100
219 >V2 : E
242 V3 = A.B.C.E["V2"] & 200,
244 >A.B.C.E["V2"] & 200 : number
245 >A.B.C.E["V2"] : E
253 >"V2" : "V2"
284 V2 = 110,
285 >V2 : E.V2
306 V2 = 110,
307 >V2 : E.V2
[all …]
DconstEnums.js56 V2 = A.B.C.E.V1 | 100
78 V2 = 110,
89 V2 = 110,
106 else if (e === I.V2) {
113 else if (e === I1.C.E.V2) {
120 else if (e === I2.C.E.V2) {
162 case A.B.C.E.V2: return 1;
DconstEnums.symbols178 V2 = A.B.C.E.V1 | 100
179 >V2 : Symbol(I.V2, Decl(constEnums.ts, 53, 23))
206 V3 = A.B.C.E["V2"] & 200,
215 >"V2" : Symbol(I.V2, Decl(constEnums.ts, 53, 23))
247 V2 = 110,
248 >V2 : Symbol(E.V2, Decl(constEnums.ts, 75, 24))
269 V2 = 110,
270 >V2 : Symbol(E.V2, Decl(constEnums.ts, 86, 24))
311 else if (e === I.V2) {
313 >I.V2 : Symbol(I.V2, Decl(constEnums.ts, 53, 23))
[all …]
/third_party/typescript/tests/cases/compiler/
DconstEnums.ts55 V2 = A.B.C.E.V1 | 100 enumerator
77 V2 = 110,
88 V2 = 110,
105 else if (e === I.V2) {
112 else if (e === I1.C.E.V2) {
119 else if (e === I2.C.E.V2) {
161 case A.B.C.E.V2: return 1;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h339 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; }
340 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; }
341 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; }
342 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; }
343 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; }
344 inline bool operator>(int64_t V1, const APSInt &V2) { return V2 < V1; }
DEquivalenceClasses.h217 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets() argument
218 iterator V1I = insert(V1), V2I = insert(V2); in unionSets()
243 bool isEquivalent(const ElemTy &V1, const ElemTy &V2) const { in isEquivalent() argument
245 if (V1 == V2) in isEquivalent()
248 return It != member_end() && It == findLeader(V2); in isEquivalent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileUtilities.cpp91 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local
110 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd)); in CompareNumbers()
128 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd)); in CompareNumbers()
145 if (AbsTolerance < std::abs(V1-V2)) { in CompareNumbers()
148 if (V2) in CompareNumbers()
149 Diff = std::abs(V1/V2 - 1.0); 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()
Dxxhash.cpp81 uint64_t V2 = Seed + PRIME64_2; in xxHash64() local
88 V2 = round(V2, endian::read64le(P)); in xxHash64()
96 H64 = rotl64(V1, 1) + rotl64(V2, 7) + rotl64(V3, 12) + rotl64(V4, 18); in xxHash64()
98 H64 = mergeRound(H64, V2); in xxHash64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
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,
253 BinaryOperator *BO = Create(Opc, V1, V2, Name);
258 static BinaryOperator *CreateFAddFMF(Value *V1, Value *V2,
261 return CreateWithCopiedFlags(Instruction::FAdd, V1, V2, FMFSource, Name);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp734 Constant *V1, Constant *V2) { in ConstantFoldSelectInstruction() argument
736 if (Cond->isNullValue()) return V2; in ConstantFoldSelectInstruction()
747 Constant *V2Element = ConstantExpr::getExtractElement(V2, in ConstantFoldSelectInstruction()
768 return V2; in ConstantFoldSelectInstruction()
770 if (isa<UndefValue>(V1)) return V2; in ConstantFoldSelectInstruction()
771 if (isa<UndefValue>(V2)) return V1; in ConstantFoldSelectInstruction()
772 if (V1 == V2) return V1; in ConstantFoldSelectInstruction()
777 return ConstantExpr::getSelect(Cond, TrueVal->getOperand(1), V2); in ConstantFoldSelectInstruction()
779 if (ConstantExpr *FalseVal = dyn_cast<ConstantExpr>(V2)) { in ConstantFoldSelectInstruction()
864 Constant *V2, in ConstantFoldShuffleVectorInstruction() argument
[all …]
DConstantFold.h36 Constant *V1, Constant *V2);
40 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
48 Constant *V2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1313 const Value *V2, LocationSize V2Size, const AAMDNodes &V2AAInfo, in aliasGEP() argument
1323 DecomposeGEPExpression(V2, DecompGEP2, DL, &AC, DT); in aliasGEP()
1341 if (const GEPOperator *GEP2 = dyn_cast<GEPOperator>(V2)) { in aliasGEP()
1413 AAMDNodes(), V2, LocationSize::unknown(), in aliasGEP()
1551 const AAMDNodes &SIAAInfo, const Value *V2, in aliasSelect() argument
1556 if (const SelectInst *SI2 = dyn_cast<SelectInst>(V2)) in aliasSelect()
1571 AliasResult Alias = aliasCheck(V2, V2Size, V2AAInfo, SI->getTrueValue(), in aliasSelect()
1576 AliasResult ThisAlias = aliasCheck(V2, V2Size, V2AAInfo, SI->getFalseValue(), in aliasSelect()
1584 const AAMDNodes &PNAAInfo, const Value *V2, in aliasPHI() argument
1595 if (const PHINode *PN2 = dyn_cast<PHINode>(V2)) in aliasPHI()
[all …]
/third_party/gstreamer/
DREADME.OpenSource4 "License": "LGPL V2.0",
13 "License": "LGPL V2.1",
22 "License": "LGPL V2.0",
31 "License": "LGPL V2.0",
40 "License": "LGPL V2.0",
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
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, TY(I1Ty) V2, uint32_t Which) { \
[all …]
/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
442 if (!V1.num() || !V2.num()) in eADD()
444 unsigned S = bool(V1) + bool(V2) + Carry; in eADD()
450 const BitValue &V2 = A2[I]; in eADD() local
454 Res[I] = BitValue::ref(V2); in eADD()
455 else if (V2.is(Carry)) in eADD()
474 const BitValue &V2 = A2[I]; in eSUB() local
475 if (!V1.num() || !V2.num()) in eSUB()
477 unsigned S = bool(V1) - bool(V2) - Borrow; in eSUB()
483 const BitValue &V2 = A2[I]; in eSUB() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td1080 bits<5> V2;
1087 let Inst{35-32} = V2{3-0};
1093 let Inst{10} = V2{4};
1105 bits<5> V2;
1112 let Inst{35-32} = V2{3-0};
1117 let Inst{10} = V2{4};
1128 bits<5> V2;
1135 let Inst{35-32} = V2{3-0};
1141 let Inst{10} = V2{4};
1153 bits<5> V2;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysisEvaluator.cpp73 for (Value *V2 : Values) { in runOnFunction()
74 StringRef NameV2 = getName(V2); in runOnFunction()
78 if (PA.related(V1, V2, DL)) in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBasicAliasAnalysis.h193 bool isValueEqualInPotentialCycles(const Value *V1, const Value *V2);
199 const AAMDNodes &V1AAInfo, const Value *V2,
205 const AAMDNodes &PNAAInfo, const Value *V2,
210 const AAMDNodes &SIAAInfo, const Value *V2,
215 AAMDNodes V1AATag, const Value *V2,
/third_party/typescript/src/compiler/
Dcore.ts521 …finedEntries<K1, V1, K2, V2>(map: ReadonlyESMap<K1, V1>, f: (key: K1, value: V1) => readonly [K2,
522 …1, K2, V2>(map: ReadonlyESMap<K1, V1> | undefined, f: (key: K1, value: V1) => readonly [K2 | undef…
523 …1, K2, V2>(map: ReadonlyESMap<K1, V1> | undefined, f: (key: K1, value: V1) => readonly [K2 | undef…
528 const result = new Map<K2, V2>();
542 …export function mapDefinedValues<V1, V2>(set: ReadonlySet<V1>, f: (value: V1) => V2 | undefined): …
543 …export function mapDefinedValues<V1, V2>(set: ReadonlySet<V1> | undefined, f: (value: V1) => V2 | …
544 …export function mapDefinedValues<V1, V2>(set: ReadonlySet<V1> | undefined, f: (value: V1) => V2 | …
546 const result = new Set<V2>();
636 …unction mapEntries<K1, V1, K2, V2>(map: ReadonlyESMap<K1, V1>, f: (key: K1, value: V1) => readonly…
637 …n mapEntries<K1, V1, K2, V2>(map: ReadonlyESMap<K1, V1> | undefined, f: (key: K1, value: V1) => re…
[all …]
/third_party/glslang/Test/
Dspv.builtin.PrimitiveShadingRateEXT.vert12 // V2 | H2 => 5
16 // V2 | H4 => 9
/third_party/ffmpeg/
DREADME.OpenSource4 "License": "LGPL V2.1/LGPL V3.0/GPL V2.0/GPL V3.0",
/third_party/e2fsprogs/
DREADME.OpenSource4 "License" : "LGPL V2.0, BSD 3-Clause License, GPL V2.0, MIT License",
/third_party/skia/src/sfnt/
DSkOTTable_OS_2.h34 struct V2 : SkOTTableOS2_V2 { } v2; struct
48 static_assert(sizeof(SkOTTableOS2::Version::V2) == 96, "sizeof_SkOTTableOS2__V2_not_96");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp3768 SDValue V2) { in getMOVL() argument
3774 return DAG.getVectorShuffle(VT, dl, V1, V2, Mask); in getMOVL()
5976 static SDValue concatSubVectors(SDValue V1, SDValue V2, SelectionDAG &DAG, in concatSubVectors() argument
5978 assert(V1.getValueType() == V2.getValueType() && "subvector type mismatch"); in concatSubVectors()
5985 return insertSubVector(V, V2, SubNumElts, DAG, dl, SubVectorWidth); in concatSubVectors()
6072 SDValue V1, SDValue V2) { in getUnpackl() argument
6075 return DAG.getVectorShuffle(VT, dl, V1, V2, Mask); in getUnpackl()
6080 SDValue V1, SDValue V2) { in getUnpackh() argument
6083 return DAG.getVectorShuffle(VT, dl, V1, V2, Mask); in getUnpackh()
6090 static SDValue getShuffleVectorZeroOrUndef(SDValue V2, int Idx, in getShuffleVectorZeroOrUndef() argument
[all …]

1234567891011