Home
last modified time | relevance | path

Searched refs:UR (Results 1 – 25 of 55) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCGSCCPassManager.h139 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/
DCGSCCPassManager.cpp55 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/
DGlobalStatus.cpp68 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/
DTpiHashing.h33 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/
DHWEventListener.h66 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/
DInliner.cpp875 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()
DIPConstantPropagation.cpp61 User *UR = U.getUser(); in PropagateConstantsIntoArguments() local
63 if (isa<BlockAddress>(UR)) continue; in PropagateConstantsIntoArguments()
DArgumentPromotion.cpp668 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/
DScaledNumber.cpp27 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/
DSkSLSwizzle.cpp55 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/
DTestNames_SerbianSH.txt772 Č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/
DNativeTypeUDT.cpp25 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/
DArgumentPromotion.h30 LazyCallGraph &CG, CGSCCUpdateResult &UR);
DFunctionAttrs.h52 LazyCallGraph &CG, CGSCCUpdateResult &UR);
DInliner.h104 LazyCallGraph &CG, CGSCCUpdateResult &UR);
/third_party/skia/include/private/
DSkSLDefines.h48 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/
DRDFLiveness.cpp395 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()
DHexagonOptAddrMode.cpp216 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/
Drsa_pkcs8_pbes2_pbkdf2_1024_des_sha256.pem11 34vt8HIn6iCxp2ZbHzqLm1qeV2Lgme+G9IxJi9+UR+eL0BZdaCt6tdyF9/4HXXTz
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp957 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/
DSkBlurMF.cpp489 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/
DSkBlurMF.cpp352 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/
Dgen7-3d.batch-ref.txt138 0x12300224: 0xa0000840: (PP ), point UR
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2280 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/
DRecord.cpp1699 TrackUnresolvedResolver UR(&R); in resolveReferences() local
1705 Init *NewArg = Arg->resolveReferences(UR); in resolveReferences()
1712 if (!UR.foundUnresolved()) in resolveReferences()

123