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

12

/freebsd-11-stable/contrib/llvm-project/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);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A 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
455 run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) argument
561 run(LazyCallGraph::SCC &InitialC, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) argument
757 CGSCCUpdateResult UR = { local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp55 LazyCallGraph &G, CGSCCUpdateResult &UR) {
79 PreservedAnalyses PassPA = Pass->run(*C, AM, G, UR);
81 if (UR.InvalidatedSCCs.count(C))
87 C = UR.UpdatedC ? UR.UpdatedC : C;
91 if (UR.InvalidatedSCCs.count(C)) {
117 UR.CrossSCCPA.intersect(PA);
355 /// CGSCCPassManager's \c CGSCCUpdateResult \p UR based on a range of newly
368 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) {
375 UR
53 run(LazyCallGraph::SCC &InitialC, CGSCCAnalysisManager &AM, LazyCallGraph &G, CGSCCUpdateResult &UR) argument
366 incorporateNewSCCRange(const SCCRangeT &NewSCCRange, LazyCallGraph &G, LazyCallGraph::Node &N, LazyCallGraph::SCC *C, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) argument
426 updateCGAndAnalysisManagerForFunctionPass( LazyCallGraph &G, LazyCallGraph::SCC &InitialC, LazyCallGraph::Node &N, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h33 explicit TagRecordHash(codeview::UnionRecord UR, uint32_t Full, argument
35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) {
/freebsd-11-stable/gnu/usr.bin/groff/font/devlj4/
H A DMakefile11 UB UBI UI UR \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp68 const User *UR = U.getUser(); local
69 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(UR)) {
80 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) {
174 } else if (const Constant *C = dyn_cast<Constant>(UR)) {
/freebsd-11-stable/contrib/groff/font/devlj4/
H A DMakefile.sub14 UB UBI UI UR \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h66 ArrayRef<std::pair<ResourceRef, ResourceCycles>> UR)
67 : HWInstructionEvent(HWInstructionEvent::Issued, IR), UsedResources(UR) {}
65 HWInstructionIssuedEvent(const InstRef &IR, ArrayRef<std::pair<ResourceRef, ResourceCycles>> UR) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); local
30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp25 codeview::TypeIndex TI, codeview::UnionRecord UR)
27 Union(std::move(UR)), Tag(Union.getPointer()) {}
24 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::UnionRecord UR) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp61 User *UR = U.getUser(); local
63 if (isa<BlockAddress>(UR)) continue;
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 DArgumentPromotion.cpp668 User *UR = U.getUser(); local
670 if (LoadInst *LI = dyn_cast<LoadInst>(UR)) {
680 } else if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(UR)) {
1024 CGSCCUpdateResult &UR) {
1021 run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) argument
/freebsd-11-stable/contrib/groff/font/devlj4/generate/
H A DMakefile58 UB UBI UI UR \
134 UR: $(AUTOFONT)/9nb00094.tfm $(TEXTMAP)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp395 RegisterRef UR = UA.Addr->getRegRef(DFG); local
396 if (PRI.alias(RefRR, UR) && !DefRRs.hasCoverOf(UR))
559 RegisterRef UR = PUA.Addr->getRegRef(DFG); local
560 NodeList Ds = getAllReachingDefs(UR, PUA, true, false, NoRegs);
622 RegisterRef UR = PRI.normalize(UA.Addr->getRegRef(DFG)); local
631 if (MidDefs.hasCoverOf(UR))
H A DRDFGraph.cpp1276 RegisterRef UR = makeRegRef(Op);
1277 if (PRI.alias(DR, UR))
/freebsd-11-stable/contrib/llvm-project/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;
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c2079 #define UR(field) __mf_unregister(last->field, strlen (last->field)+1, __MF_TYPE_STATIC) macro
2082 UR (mnt_fsname);
2083 UR (mnt_dir);
2084 UR (mnt_type);
2085 UR (mnt_opts);
2088 #undef UR macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp216 RegisterRef UR = UN.Addr->getRegRef(*DFG); local
218 const auto &P = LV->getAllReachingDefsRec(UR, UN, Visited, Defs);
H A DHexagonBitSimplify.cpp1215 BitTracker::RegisterRef UR = *I;
1217 if (!HBS::getSubregMask(UR, B, W, MRI))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2280 UnionRecord UR(0, CO, TypeIndex(), 0, FullName, Ty->getIdentifier());
2281 TypeIndex FwdDeclTI = TypeTable.writeLeafType(UR);
2301 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName,
2303 TypeIndex UnionTI = TypeTable.writeLeafType(UR);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1699 TrackUnresolvedResolver UR(&R);
1705 Init *NewArg = Arg->resolveReferences(UR);
1712 if (!UR.foundUnresolved())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp286 LazyCallGraph &, CGSCCUpdateResult &UR) {
285 run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &, LazyCallGraph &, CGSCCUpdateResult &UR) argument

Completed in 242 milliseconds

12