/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/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/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/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/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/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/include/private/ |
D | SkSLDefines.h | 48 UL = 12, UT = 13, UR = 14, UB = 15, enumerator
|
/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/mbedtls/tests/data_files/ |
D | rsa_pkcs8_pbes2_pbkdf2_1024_des_sha256.pem | 11 34vt8HIn6iCxp2ZbHzqLm1qeV2Lgme+G9IxJi9+UR+eL0BZdaCt6tdyF9/4HXXTz
|
/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/flutter/skia/src/core/ |
D | SkBlurMF.cpp | 489 const SkVector& UR = rrect.radii(SkRRect::kUpperRight_Corner); in filterRRectToNine() local 494 const SkScalar rightUnstretched = SkTMax(UR.fX, LR.fX) + SkIntToScalar(2 * margin.fX); in filterRRectToNine() 506 const SkScalar topUnstretched = SkTMax(UL.fY, UR.fY) + SkIntToScalar(2 * margin.fY); in filterRRectToNine() 520 radii[SkRRect::kUpperRight_Corner] = UR; in filterRRectToNine()
|
/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()
|
/third_party/libdrm/intel/tests/ |
D | gen7-3d.batch-ref.txt | 138 0x12300224: 0xa0000840: (PP ), point UR
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2280 UnionRecord UR(0, CO, TypeIndex(), 0, FullName, Ty->getIdentifier()); in lowerTypeUnion() local 2281 TypeIndex FwdDeclTI = TypeTable.writeLeafType(UR); in lowerTypeUnion() 2301 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion() local 2303 TypeIndex UnionTI = TypeTable.writeLeafType(UR); in lowerCompleteTypeUnion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 1699 TrackUnresolvedResolver UR(&R); in resolveReferences() local 1705 Init *NewArg = Arg->resolveReferences(UR); in resolveReferences() 1712 if (!UR.foundUnresolved()) in resolveReferences()
|