/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CGSCCPassManager.h | 139 LazyCallGraph &G, CGSCCUpdateResult &UR); 419 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR); 456 LazyCallGraph &CG, CGSCCUpdateResult &UR) { 506 AM, UR); 562 LazyCallGraph &CG, CGSCCUpdateResult &UR) { 615 PreservedAnalyses PassPA = Pass.run(*C, AM, CG, UR); 617 if (UR.InvalidatedSCCs.count(C)) 624 if (UR.UpdatedC && UR.UpdatedC != C) { 630 assert(!UR.InvalidatedSCCs.count(C) && "Processing an invalid SCC!"); 757 CGSCCUpdateResult UR = { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CGSCCPassManager.cpp | 55 LazyCallGraph &G, CGSCCUpdateResult &UR) { in run() argument 79 PreservedAnalyses PassPA = Pass->run(*C, AM, G, UR); in run() 81 if (UR.InvalidatedSCCs.count(C)) in run() 87 C = UR.UpdatedC ? UR.UpdatedC : C; in run() 91 if (UR.InvalidatedSCCs.count(C)) { in run() 117 UR.CrossSCCPA.intersect(PA); in run() 368 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) { in incorporateNewSCCRange() argument 375 UR.CWorklist.insert(C); in incorporateNewSCCRange() 412 UR.CWorklist.insert(&NewC); in incorporateNewSCCRange() 428 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) { in updateCGAndAnalysisManagerForFunctionPass() argument [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | awaitedTypeJQuery.ts | 7 UR, UJ, UN, 22 doneFilter: (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, 78 doneFilter: (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, 107 doneFilter: (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, 119 UR, UJ, UN, 121 UR, UJ, UN,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 68 const User *UR = U.getUser(); in analyzeGlobalAux() local 69 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(UR)) { in analyzeGlobalAux() 80 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) { in analyzeGlobalAux() 174 } else if (const Constant *C = dyn_cast<Constant>(UR)) { in analyzeGlobalAux()
|
/third_party/typescript/tests/baselines/reference/ |
D | awaitedTypeJQuery.js | 8 UR, UJ, UN, 23 doneFilter: (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, 79 doneFilter: (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, 108 doneFilter: (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, 120 UR, UJ, UN, 122 UR, UJ, UN,
|
D | awaitedTypeJQuery.types | 8 UR, UJ, UN, 12 …UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, BRD, BJD, BND, CRD, CJD, CND, RRD, RJD, RND> … 25 doneFilter: (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, 26 >doneFilter : (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, BRD, BJD, BND, CRD, C… 28 >u : UR 59 …UR, v: VR, ...s: SR[]) => ARD | PromiseBase<ARD, AJD, AND, BRD, BJD, BND, CRD, CJD, CND, RRD, RJD,… 96 …UR, v: VR, ...s: SR[]) => ARD | PromiseBase<ARD, AJD, AND, BRD, BJD, BND, CRD, CJD, CND, RRD, RJD,… 123 …UR, v: VR, ...s: SR[]) => ARD | PromiseBase<ARD, AJD, AND, BRD, BJD, BND, CRD, CJD, CND, RRD, RJD,… 132 doneFilter: (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, 133 >doneFilter : (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, BRD, BJD, BND, CRD, C… [all …]
|
D | awaitedTypeJQuery.symbols | 17 UR, UJ, UN, 18 >UR : Symbol(UR, Decl(awaitedTypeJQuery.ts, 5, 33)) 93 doneFilter: (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, 98 >UR : Symbol(UR, Decl(awaitedTypeJQuery.ts, 5, 33)) 496 doneFilter: (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, 501 >UR : Symbol(UR, Decl(awaitedTypeJQuery.ts, 5, 33)) 696 doneFilter: (t: TR, u: UR, v: VR, ...s: SR[]) => PromiseBase<ARD, AJD, AND, 701 >UR : Symbol(UR, Decl(awaitedTypeJQuery.ts, 5, 33)) 761 UR, UJ, UN, 762 >UR : Symbol(UR, Decl(awaitedTypeJQuery.ts, 117, 30)) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | TpiHashing.h | 33 explicit TagRecordHash(codeview::UnionRecord UR, uint32_t Full, in TagRecordHash() 35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | HWEventListener.h | 66 ArrayRef<std::pair<ResourceRef, ResourceCycles>> UR) in HWInstructionIssuedEvent() argument 67 : HWInstructionEvent(HWInstructionEvent::Issued, IR), UsedResources(UR) {} in HWInstructionIssuedEvent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 875 CGSCCUpdateResult &UR) { in run() argument 1043 UR.InlinedInternalEdges.count({&N, C})) { in run() 1167 C = &updateCGAndAnalysisManagerForFunctionPass(CG, *C, N, AM, UR); in run() 1191 if ((C != OldC || UR.CWorklist.count(OldC)) && in run() 1197 UR.InlinedInternalEdges.insert({&N, OldC}); in run() 1223 UR.InvalidatedSCCs.insert(&DeadC); in run() 1224 UR.InvalidatedRefSCCs.insert(&DeadRC); in run()
|
D | IPConstantPropagation.cpp | 61 User *UR = U.getUser(); in PropagateConstantsIntoArguments() local 63 if (isa<BlockAddress>(UR)) continue; in PropagateConstantsIntoArguments()
|
D | ArgumentPromotion.cpp | 668 User *UR = U.getUser(); in isSafeToPromoteArgument() local 670 if (LoadInst *LI = dyn_cast<LoadInst>(UR)) { in isSafeToPromoteArgument() 680 } else if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(UR)) { in isSafeToPromoteArgument() 1024 CGSCCUpdateResult &UR) { in run() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ScaledNumber.cpp | 27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local 30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; in multiply64()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLSwizzle.cpp | 55 case SwizzleComponent::UR: in validate_swizzle_domain() 92 case SwizzleComponent::UR: return 'R'; in mask_char() 255 case 'R': components.push_back(SwizzleComponent::UR); break; in Convert() 326 case SwizzleComponent::UR: in Convert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | ArgumentPromotion.h | 30 LazyCallGraph &CG, CGSCCUpdateResult &UR);
|
D | FunctionAttrs.h | 52 LazyCallGraph &CG, CGSCCUpdateResult &UR);
|
D | Inliner.h | 104 LazyCallGraph &CG, CGSCCUpdateResult &UR);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeUDT.cpp | 25 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT() argument 27 Union(std::move(UR)), Tag(Union.getPointer()) {} in NativeTypeUDT()
|
/third_party/skia/include/private/ |
D | SkSLDefines.h | 48 UL = 12, UT = 13, UR = 14, UB = 15, enumerator
|
/third_party/mbedtls/tests/data_files/ |
D | rsa_pkcs8_pbes2_pbkdf2_1024_des_sha256.pem | 11 34vt8HIn6iCxp2ZbHzqLm1qeV2Lgme+G9IxJi9+UR+eL0BZdaCt6tdyF9/4HXXTz
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 772 ČOMIĆ ĐURĐINA 1033 ČURČIĆ DUŠAN 1034 ČURČIĆ ILIJA 1035 ČURČIĆ LAZAR 1036 ČURČIĆ SLOBODANKA 1741 ŠIJAČKI ĐURĐINKA 2191 ŠMIT-PROKIN ĐURĐINA 2330 ŠOPALO ĐURĐINA 2331 ŠOPALO ĐURĐINA 2842 ŠUVAKOVIĆ ĐURĐICA [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 395 RegisterRef UR = UA.Addr->getRegRef(DFG); in getAllReachedUses() local 396 if (PRI.alias(RefRR, UR) && !DefRRs.hasCoverOf(UR)) in getAllReachedUses() 559 RegisterRef UR = PUA.Addr->getRegRef(DFG); in computePhiInfo() local 560 NodeList Ds = getAllReachingDefs(UR, PUA, true, false, NoRegs); in computePhiInfo() 622 RegisterRef UR = PRI.normalize(UA.Addr->getRegRef(DFG)); in computePhiInfo() local 631 if (MidDefs.hasCoverOf(UR)) in computePhiInfo()
|
D | HexagonOptAddrMode.cpp | 216 RegisterRef UR = UN.Addr->getRegRef(*DFG); in allValidCandidates() local 218 const auto &P = LV->getAllReachingDefsRec(UR, UN, Visited, Defs); in allValidCandidates()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 957 ConstantRange UR = Result_zext.truncate(getBitWidth()); in multiply() local 963 if (!UR.isUpperWrapped() && in multiply() 964 (UR.getUpper().isNonNegative() || UR.getUpper().isMinSignedValue())) in multiply() 965 return UR; in multiply() 984 return UR.isSizeStrictlySmallerThan(SR) ? UR : SR; in multiply()
|
/third_party/skia/src/core/ |
D | SkBlurMF.cpp | 352 const SkVector& UR = rrect.radii(SkRRect::kUpperRight_Corner); in filterRRectToNine() local 357 const SkScalar rightUnstretched = std::max(UR.fX, LR.fX) + SkIntToScalar(2 * margin.fX); in filterRRectToNine() 369 const SkScalar topUnstretched = std::max(UL.fY, UR.fY) + SkIntToScalar(2 * margin.fY); in filterRRectToNine() 383 radii[SkRRect::kUpperRight_Corner] = UR; in filterRRectToNine()
|