Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp70 LazyCallGraph &G, CGSCCUpdateResult &UR) { in run() argument
94 PreservedAnalyses PassPA = Pass->run(*C, AM, G, UR); in run()
97 C = UR.UpdatedC ? UR.UpdatedC : C; in run()
98 if (UR.UpdatedC) { in run()
111 if (UR.InvalidatedSCCs.count(C)) { in run()
131 UR.CrossSCCPA.intersect(PA); in run()
169 CGSCCUpdateResult UR = {CWorklist, in run() local
265 CGAM.invalidate(*C, UR.CrossSCCPA); in run()
272 LastUpdatedC = UR.UpdatedC; in run()
273 UR.UpdatedC = nullptr; in run()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h47 CGSCCUpdateResult *UR = nullptr; variable
59 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) { in initialize() argument
63 this->UR = &UR; in initialize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp47 UR->InvalidatedSCCs.insert(LCG->lookupSCC(N)); in finalize()
48 UR->DeadFunctions.push_back(DeadFn); in finalize()
68 updateCGAndAnalysisManagerForCGSCCPass(*LCG, *C, N, *AM, *UR, *FAM); in reanalyzeFunction()
H A DGlobalStatus.cpp71 const User *UR = U.getUser(); in analyzeGlobalAux() local
72 if (const Constant *C = dyn_cast<Constant>(UR)) { in analyzeGlobalAux()
84 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) { in analyzeGlobalAux()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp208 CGSCCUpdateResult &UR) { in run() argument
353 if (CalleeSCC == C && UR.InlinedInternalEdges.count({&N, C})) { in run()
499 C = &updateCGAndAnalysisManagerForCGSCCPass(CG, *C, N, AM, UR, FAM); in run()
522 if ((C != OldC || UR.CWorklist.count(OldC)) && in run()
528 UR.InlinedInternalEdges.insert({&N, OldC}); in run()
563 UR.InvalidatedSCCs.insert(&DeadC); in run()
565 UR.DeadFunctions.push_back(DeadF); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h34 explicit TagRecordHash(codeview::UnionRecord UR, uint32_t Full, in TagRecordHash()
36 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h134 LazyCallGraph &G, CGSCCUpdateResult &UR);
425 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR,
436 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR,
474 CGSCCUpdateResult &UR);
561 CGSCCUpdateResult &UR);
H A DInlineAdvisor.h352 CGSCCUpdateResult &UR);
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dstdfix-macros.h100 #define UFRACT_MIN 0.0UR
105 #define UFRACT_MAX 0x1.FFFEp-1UR
111 #define UFRACT_EPSILON 0x1.0p-16UR
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroAnnotationElide.cpp110 CGSCCUpdateResult &UR) { in run() argument
113 CGUpdater.initialize(CG, C, AM, UR); in run()
165 updateCGAndAnalysisManagerForCGSCCPass(CG, *CallerC, *CallerN, AM, UR, in run()
H A DCoroSplit.cpp2041 LazyCallGraph &CG, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR, in updateCallGraphAfterCoroutineSplit() argument
2065 UR, FAM); in updateCallGraphAfterCoroutineSplit()
2072 AM, UR, FAM); in updateCallGraphAfterCoroutineSplit()
2204 LazyCallGraph &CG, CGSCCUpdateResult &UR) { in run() argument
2250 *N, Shape, Clones, *CurrentSCC, CG, AM, UR, FAM); in run()
2262 UR.CWorklist.insert(CurrentSCC); in run()
2264 UR.CWorklist.insert(CG.lookupSCC(CG.get(*Clone))); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h71 HWInstructionIssuedEvent(const InstRef &IR, ArrayRef<ResourceUse> UR) in HWInstructionIssuedEvent() argument
72 : HWInstructionEvent(HWInstructionEvent::Issued, IR), UsedResources(UR) {} in HWInstructionIssuedEvent()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroAnnotationElide.h30 LazyCallGraph &CG, CGSCCUpdateResult &UR);
H A DCoroSplit.h51 CGSCCUpdateResult &UR);
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DArgumentPromotion.h30 LazyCallGraph &CG, CGSCCUpdateResult &UR);
H A DFunctionAttrs.h56 CGSCCUpdateResult &UR);
H A DOpenMPOpt.h59 LazyCallGraph &CG, CGSCCUpdateResult &UR);
H A DInliner.h45 CGSCCUpdateResult &UR);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp25 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT() argument
27 Union(std::move(UR)), Tag(&*Union) {} in NativeTypeUDT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp430 RegisterRef UR = UA.Addr->getRegRef(DFG); in getAllReachedUses() local
431 if (PRI.alias(RefRR, UR) && !DefRRs.hasCoverOf(UR)) in getAllReachedUses()
599 RegisterRef UR = PUA.Addr->getRegRef(DFG); in computePhiInfo() local
600 NodeList Ds = getAllReachingDefs(UR, PUA, true, false, NoRegs); in computePhiInfo()
677 RegisterRef UR = UA.Addr->getRegRef(DFG); in computePhiInfo() local
685 if (MidDefs.hasCoverOf(UR)) in computePhiInfo()
/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dfx_rep.h111 LIBC_INLINE static constexpr Type ZERO() { return 0.0UR; }
113 LIBC_INLINE static constexpr Type ONE_HALF() { return 0.5UR; }
114 LIBC_INLINE static constexpr Type ONE_FOURTH() { return 0.25UR; }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp341 auto *UR = dyn_cast<VPRecipeBase>(U); in collectEphemeralRecipesForVPlan() local
342 return !UR || !EphRecipes.contains(UR); in collectEphemeralRecipesForVPlan()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1211 ConstantRange UR = Result_zext.truncate(getBitWidth()); in multiply() local
1217 if (!UR.isUpperWrapped() && in multiply()
1218 (UR.getUpper().isNonNegative() || UR.getUpper().isMinSignedValue())) in multiply()
1219 return UR; in multiply()
1238 return UR.isSizeStrictlySmallerThan(SR) ? UR : SR; in multiply()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp1084 const bool UR = RTy.isUnsigned(); in simplifySymbolCast() local
1086 if (((WT > WR) && (UR || !UT)) || ((WT == WR) && (UT == UR))) in simplifySymbolCast()

12