Home
last modified time | relevance | path

Searched refs:UR (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp55 LazyCallGraph &G, CGSCCUpdateResult &UR) { in run()
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()
355 /// CGSCCPassManager's \c CGSCCUpdateResult \p UR based on a range of newly
368 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) { in incorporateNewSCCRange()
375 UR in incorporateNewSCCRange()
53 run(LazyCallGraph::SCC &InitialC, CGSCCAnalysisManager &AM, LazyCallGraph &G, CGSCCUpdateResult &UR) run() argument
366 incorporateNewSCCRange(const SCCRangeT &NewSCCRange, LazyCallGraph &G, LazyCallGraph::Node &N, LazyCallGraph::SCC *C, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) incorporateNewSCCRange() argument
426 updateCGAndAnalysisManagerForFunctionPass( LazyCallGraph &G, LazyCallGraph::SCC &InitialC, LazyCallGraph::Node &N, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) updateCGAndAnalysisManagerForFunctionPass() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h139 LazyCallGraph &G, CGSCCUpdateResult &UR);
419 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR);
456 LazyCallGraph &CG, CGSCCUpdateResult &UR) { in run()
506 AM, UR); in run()
562 LazyCallGraph &CG, CGSCCUpdateResult &UR) { in run()
615 PreservedAnalyses PassPA = Pass.run(*C, AM, CG, UR); in run()
617 if (UR.InvalidatedSCCs.count(C)) in run()
624 if (UR.UpdatedC && UR.UpdatedC != C) { in run()
630 assert(!UR in run()
455 run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) run() argument
561 run(LazyCallGraph::SCC &InitialC, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) run() argument
757 CGSCCUpdateResult UR = { run() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A 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/
H A 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/
H A DHWEventListener.h66 ArrayRef<std::pair<ResourceRef, ResourceCycles>> UR) in HWInstructionIssuedEvent()
67 : HWInstructionEvent(HWInstructionEvent::Issued, IR), UsedResources(UR) {} in HWInstructionIssuedEvent()
65 HWInstructionIssuedEvent(const InstRef &IR, ArrayRef<std::pair<ResourceRef, ResourceCycles>> UR) HWInstructionIssuedEvent() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DInliner.cpp875 CGSCCUpdateResult &UR) {
1043 UR.InlinedInternalEdges.count({&N, C})) {
1167 C = &updateCGAndAnalysisManagerForFunctionPass(CG, *C, N, AM, UR);
1187 // UR.CWorklist again, we want to catch such cases too.
1191 if ((C != OldC || UR.CWorklist.count(OldC)) &&
1197 UR.InlinedInternalEdges.insert({&N, OldC});
1223 UR.InvalidatedSCCs.insert(&DeadC);
1224 UR.InvalidatedRefSCCs.insert(&DeadRC);
H A DIPConstantPropagation.cpp61 User *UR = U.getUser(); in PropagateConstantsIntoArguments() local
63 if (isa<BlockAddress>(UR)) continue; in PropagateConstantsIntoArguments()
H A 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()
1021 run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) run() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A 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/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DArgumentPromotion.h30 LazyCallGraph &CG, CGSCCUpdateResult &UR);
H A DFunctionAttrs.h52 LazyCallGraph &CG, CGSCCUpdateResult &UR);
H A DInliner.h104 LazyCallGraph &CG, CGSCCUpdateResult &UR);
/third_party/skia/include/private/
H A DSkSLDefines.h48 UL = 12, UT = 13, UR = 14, UB = 15,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp25 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT()
27 Union(std::move(UR)), Tag(Union.getPointer()) {} in NativeTypeUDT()
24 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::UnionRecord UR) NativeTypeUDT() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A 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()
H A DHexagonOptAddrMode.cpp216 RegisterRef UR = UN.Addr->getRegRef(*DFG); in allValidCandidates() local
218 const auto &P = LV->getAllReachingDefsRec(UR, UN, Visited, Defs); in allValidCandidates()
H A DRDFGraph.cpp1274 RegisterRef UR = makeRegRef(Op); in buildStmt()
1275 if (PRI.alias(DR, UR)) in buildStmt()
H A DHexagonBitSimplify.cpp1215 BitTracker::RegisterRef UR = *I;
1217 if (!HBS::getSubregMask(UR, B, W, MRI))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp957 ConstantRange UR = Result_zext.truncate(getBitWidth());
963 if (!UR.isUpperWrapped() &&
964 (UR.getUpper().isNonNegative() || UR.getUpper().isMinSignedValue()))
965 return UR;
984 return UR.isSizeStrictlySmallerThan(SR) ? UR : SR;
/third_party/skia/src/core/
H A DSkBlurMF.cpp360 const SkVector& UR = rrect.radii(SkRRect::kUpperRight_Corner); in filterRRectToNine() local
365 const SkScalar rightUnstretched = std::max(UR.fX, LR.fX) + SkIntToScalar(2 * margin.fX); in filterRRectToNine()
377 const SkScalar topUnstretched = std::max(UL.fY, UR.fY) + SkIntToScalar(2 * margin.fY); in filterRRectToNine()
391 radii[SkRRect::kUpperRight_Corner] = UR; in filterRRectToNine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2280 UnionRecord UR(0, CO, TypeIndex(), 0, FullName, Ty->getIdentifier()); in lowerTypeUnion()
2281 TypeIndex FwdDeclTI = TypeTable.writeLeafType(UR); in lowerTypeUnion()
2301 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion()
2303 TypeIndex UnionTI = TypeTable.writeLeafType(UR); in lowerCompleteTypeUnion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DRecord.cpp1699 TrackUnresolvedResolver UR(&R);
1705 Init *NewArg = Arg->resolveReferences(UR);
1712 if (!UR.foundUnresolved())
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp1593 case 'R': components[i] = SwizzleComponent::UR; break; in swizzle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
H A DPassBuilder.cpp286 LazyCallGraph &, CGSCCUpdateResult &UR) { in run()

Completed in 37 milliseconds

12