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

12

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Coroutines/
H A DCoroSplit.h28 LazyCallGraph &CG, CGSCCUpdateResult &UR);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h51 CGSCCUpdateResult *UR = nullptr; member in class:llvm::CallGraphUpdater
67 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) {
71 this->UR = &UR;
66 initialize(LazyCallGraph &LCG, LazyCallGraph::SCC &SCC, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp64 LazyCallGraph &G, CGSCCUpdateResult &UR) {
89 PassPA = Pass->run(*C, AM, G, UR);
92 if (UR.InvalidatedSCCs.count(C))
98 C = UR.UpdatedC ? UR.UpdatedC : C;
99 if (UR.UpdatedC) {
108 if (UR.InvalidatedSCCs.count(C)) {
134 UR.CrossSCCPA.intersect(PA);
171 CGSCCUpdateResult UR = { local
266 CGAM.invalidate(*C, UR
62 run(LazyCallGraph::SCC &InitialC, CGSCCAnalysisManager &AM, LazyCallGraph &G, CGSCCUpdateResult &UR) argument
368 run(LazyCallGraph::SCC &InitialC, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) argument
516 run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) argument
825 incorporateNewSCCRange(const SCCRangeT &NewSCCRange, LazyCallGraph &G, LazyCallGraph::Node &N, LazyCallGraph::SCC *C, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) argument
886 updateCGAndAnalysisManagerForPass( LazyCallGraph &G, LazyCallGraph::SCC &InitialC, LazyCallGraph::Node &N, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR, FunctionAnalysisManager &FAM, bool FunctionPass) argument
1221 updateCGAndAnalysisManagerForFunctionPass( LazyCallGraph &G, LazyCallGraph::SCC &InitialC, LazyCallGraph::Node &N, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR, FunctionAnalysisManager &FAM) argument
1228 updateCGAndAnalysisManagerForCGSCCPass( LazyCallGraph &G, LazyCallGraph::SCC &InitialC, LazyCallGraph::Node &N, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR, FunctionAnalysisManager &FAM) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionAttrs.h52 LazyCallGraph &CG, CGSCCUpdateResult &UR);
H A DArgumentPromotion.h42 LazyCallGraph &CG, CGSCCUpdateResult &UR);
H A DOpenMPOpt.h79 LazyCallGraph &CG, CGSCCUpdateResult &UR);
H A DInliner.h104 LazyCallGraph &CG, CGSCCUpdateResult &UR);
/netbsd-current/external/apache2/llvm/dist/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)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp67 const User *UR = U.getUser(); local
68 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(UR)) {
79 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) {
174 } else if (const Constant *C = dyn_cast<Constant>(UR)) {
H A DCallGraphUpdater.cpp72 UR->InvalidatedSCCs.insert(DeadSCC);
73 UR->InvalidatedRefSCCs.insert(&DeadRC);
95 updateCGAndAnalysisManagerForCGSCCPass(*LCG, *C, N, *AM, *UR, *FAM);
/netbsd-current/external/gpl2/groff/dist/font/devlj4/
H A DMakefile.sub14 UB UBI UI UR \
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/gpl2/groff/font/devlj4/
H A DMakefile15 UB UBI UI UR \
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h139 LazyCallGraph &G, CGSCCUpdateResult &UR);
437 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR,
448 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR,
482 LazyCallGraph &CG, CGSCCUpdateResult &UR);
529 LazyCallGraph &CG, CGSCCUpdateResult &UR);
/netbsd-current/external/apache2/llvm/dist/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;
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp675 CGSCCUpdateResult &UR) {
809 UR.InlinedInternalEdges.count({&N, C})) {
922 C = &updateCGAndAnalysisManagerForCGSCCPass(CG, *C, N, AM, UR, FAM);
941 // UR.CWorklist again, we want to catch such cases too.
945 if ((C != OldC || UR.CWorklist.count(OldC)) &&
951 UR.InlinedInternalEdges.insert({&N, OldC});
974 UR.InvalidatedSCCs.insert(&DeadC);
975 UR.InvalidatedRefSCCs.insert(&DeadRC);
H A DArgumentPromotion.cpp662 User *UR = U.getUser(); local
664 if (LoadInst *LI = dyn_cast<LoadInst>(UR)) {
674 } else if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(UR)) {
1015 CGSCCUpdateResult &UR) {
1012 run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) argument
/netbsd-current/external/mpl/bind/dist/bin/tests/system/upforwd/
H A Dtests.sh34 | awk '$3 == "UQ" { UQ+=1 } $3 == "UR" { UR += 1 } END { print UQ+0, UR+0 }' >dnstapread.out$n
35 read UQ UR <dnstapread.out$n
36 echo_i "UQ=$UQ UR=$UR"
37 test $UQ -eq $UR || return 1
/netbsd-current/external/gpl2/groff/dist/font/devlj4/generate/
H A DMakefile58 UB UBI UI UR \
134 UR: $(AUTOFONT)/9nb00094.tfm $(TEXTMAP)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFLiveness.cpp435 RegisterRef UR = UA.Addr->getRegRef(DFG); local
436 if (PRI.alias(RefRR, UR) && !DefRRs.hasCoverOf(UR))
599 RegisterRef UR = PUA.Addr->getRegRef(DFG); local
600 NodeList Ds = getAllReachingDefs(UR, PUA, true, false, NoRegs);
679 RegisterRef UR = UA.Addr->getRegRef(DFG); local
687 if (MidDefs.hasCoverOf(UR))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp1028 ConstantRange UR = Result_zext.truncate(getBitWidth());
1034 if (!UR.isUpperWrapped() &&
1035 (UR.getUpper().isNonNegative() || UR.getUpper().isMinSignedValue()))
1036 return UR;
1055 return UR.isSizeStrictlySmallerThan(SR) ? UR : SR;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dtable.c554 " adde U1,UL,UR\n", },
617 " subfe U1,UR,UL\n", },
760 " li UL,UR\n", },
775 " lis UL," HA16(UR) "\n"
776 " addi UL,UL," LO16(UR) "\n", },
796 " lwz UL,UR\n" },
804 " lis UL," HA16(UR) "\n"
805 " lwz UL," LO16(UR) "(UL)\n", },
893 " stw UR,UL\n", },
902 " stw UR," LO1
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1824 LazyCallGraph &CG, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR,
1854 updateCGAndAnalysisManagerForCGSCCPass(CG, C, N, AM, UR, FAM);
1860 updateCGAndAnalysisManagerForFunctionPass(CG, C, N, AM, UR, FAM);
2066 LazyCallGraph &CG, CGSCCUpdateResult &UR) {
2106 UR.CWorklist.insert(&C);
2114 updateCallGraphAfterCoroutineSplit(*N, Shape, Clones, C, CG, AM, UR, FAM);
2121 UR.RCWorklist.insert(CG.lookupRefSCC(CG.get(*Clones[0])));
1821 updateCallGraphAfterCoroutineSplit( LazyCallGraph::Node &N, const coro::Shape &Shape, const SmallVectorImpl<Function *> &Clones, LazyCallGraph::SCC &C, LazyCallGraph &CG, CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR, FunctionAnalysisManager &FAM) argument
2064 run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM, LazyCallGraph &CG, CGSCCUpdateResult &UR) argument
/netbsd-current/external/apache2/llvm/dist/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);

Completed in 606 milliseconds

12