Home
last modified time | relevance | path

Searched refs:DG (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DDDG.h527 static NodeRef getEntryNode(DataDependenceGraph *DG) {
528 return &DG->getRoot();
530 static nodes_iterator nodes_begin(DataDependenceGraph *DG) {
531 return DG->begin();
533 static nodes_iterator nodes_end(DataDependenceGraph *DG) { return DG->end(); }
568 static NodeRef getEntryNode(const DataDependenceGraph *DG) {
569 return &DG->getRoot();
571 static nodes_iterator nodes_begin(const DataDependenceGraph *DG) {
572 return DG->begin();
574 static nodes_iterator nodes_end(const DataDependenceGraph *DG) {
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DBottleneckAnalysis.cpp302 DG.getCriticalSequence(Seq); in printCriticalSequence()
446 DG(S.size() * 3), Iterations(NumIter), TotalCycles(0), in BottleneckAnalysis()
457 DG.addRegisterDep(From, To + SourceSize, RegID, Cost); in addRegisterDep()
458 DG.addRegisterDep(From + SourceSize, To + (SourceSize * 2), RegID, Cost); in addRegisterDep()
461 DG.addRegisterDep(From + SourceSize, To + SourceSize, RegID, Cost); in addRegisterDep()
469 DG.addMemoryDep(From, To + SourceSize, Cost); in addMemoryDep()
470 DG.addMemoryDep(From + SourceSize, To + (SourceSize * 2), Cost); in addMemoryDep()
473 DG.addMemoryDep(From + SourceSize, To + SourceSize, Cost); in addMemoryDep()
481 DG.addResourceDep(From, To + SourceSize, Mask, Cost); in addResourceDep()
482 DG.addResourceDep(From + SourceSize, To + (SourceSize * 2), Mask, Cost); in addResourceDep()
[all …]
DBottleneckAnalysis.h290 DependencyGraph DG; variable
341 void dump(raw_ostream &OS, MCInstPrinter &MCIP) const { DG.dump(OS, MCIP); } in dump()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp359 void storeTopLevelDecls(DeclGroupRef DG);
375 bool AnalysisConsumer::HandleTopLevelDecl(DeclGroupRef DG) { in HandleTopLevelDecl() argument
376 storeTopLevelDecls(DG); in HandleTopLevelDecl()
380 void AnalysisConsumer::HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) { in HandleTopLevelDeclInObjCContainer() argument
381 storeTopLevelDecls(DG); in HandleTopLevelDeclInObjCContainer()
384 void AnalysisConsumer::storeTopLevelDecls(DeclGroupRef DG) { in storeTopLevelDecls() argument
385 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I) { in storeTopLevelDecls()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexingAction.cpp128 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() argument
129 return IndexCtx->indexDeclGroupRef(DG); in HandleTopLevelDecl()
132 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() argument
136 void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) override { in HandleTopLevelDeclInObjCContainer() argument
137 IndexCtx->indexDeclGroupRef(DG); in HandleTopLevelDeclInObjCContainer()
DIndexBody.cpp374 DeclGroupRef DG = S->getDeclGroup(); in VisitDeclStmt() local
375 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I) { in VisitDeclStmt()
DIndexingContext.h122 bool indexDeclGroupRef(DeclGroupRef DG);
DIndexDecl.cpp774 bool IndexingContext::indexDeclGroupRef(DeclGroupRef DG) { in indexDeclGroupRef() argument
775 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I) in indexDeclGroupRef()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp850 for (auto &DepAA : DG.SyntheticRoot.Deps) { in ~Attributor()
1322 << DG.SyntheticRoot.Deps.size() in runTillFixpoint()
1337 Worklist.insert(DG.SyntheticRoot.begin(), DG.SyntheticRoot.end()); in runTillFixpoint()
1341 size_t NumAAs = DG.SyntheticRoot.Deps.size(); in runTillFixpoint()
1405 ChangedAAs.append(DG.SyntheticRoot.begin() + NumAAs, in runTillFixpoint()
1406 DG.SyntheticRoot.end()); in runTillFixpoint()
1463 size_t NumFinalAAs = DG.SyntheticRoot.Deps.size(); in manifestAttributes()
1468 for (auto &DepAA : DG.SyntheticRoot.Deps) { in manifestAttributes()
1518 if (NumFinalAAs != DG.SyntheticRoot.Deps.size()) { in manifestAttributes()
1519 for (unsigned u = NumFinalAAs; u < DG.SyntheticRoot.Deps.size(); ++u) in manifestAttributes()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DModuleBuilder.cpp162 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() argument
169 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I) in HandleTopLevelDecl()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmt.h1292 DeclGroupRef DG; variable
1297 : Stmt(DeclStmtClass), DG(dg), StartLoc(startLoc), EndLoc(endLoc) {} in DeclStmt()
1304 bool isSingleDecl() const { return DG.isSingleDecl(); } in isSingleDecl()
1306 const Decl *getSingleDecl() const { return DG.getSingleDecl(); } in getSingleDecl()
1307 Decl *getSingleDecl() { return DG.getSingleDecl(); } in getSingleDecl()
1309 const DeclGroupRef getDeclGroup() const { return DG; } in getDeclGroup()
1310 DeclGroupRef getDeclGroup() { return DG; } in getDeclGroup()
1311 void setDeclGroup(DeclGroupRef DGR) { DG = DGR; } in setDeclGroup()
1325 return child_range(child_iterator(DG.begin(), DG.end()), in children()
1326 child_iterator(DG.end(), DG.end())); in children()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DOrcV2CBindings.cpp353 void LLVMOrcDisposeDefinitionGenerator(LLVMOrcDefinitionGeneratorRef DG) { in LLVMOrcDisposeDefinitionGenerator() argument
354 std::unique_ptr<DefinitionGenerator> TmpDG(unwrap(DG)); in LLVMOrcDisposeDefinitionGenerator()
587 LLVMOrcDefinitionGeneratorRef DG) { in LLVMOrcJITDylibAddGenerator() argument
588 unwrap(JD)->addGenerator(std::unique_ptr<DefinitionGenerator>(unwrap(DG))); in LLVMOrcJITDylibAddGenerator()
593 auto DG = std::make_unique<CAPIDefinitionGenerator>(Ctx, F); in LLVMOrcCreateCustomCAPIDefinitionGenerator() local
594 return wrap(DG.release()); in LLVMOrcCreateCustomCAPIDefinitionGenerator()
DCore.cpp2310 for (auto &DG : reverse(JD.DefGenerators)) in OL_applyQueryPhase1() local
2311 IPLS->CurDefGeneratorStack.push_back(DG); in OL_applyQueryPhase1()
2351 auto DG = IPLS->CurDefGeneratorStack.back().lock(); in OL_applyQueryPhase1() local
2354 if (!DG) in OL_applyQueryPhase1()
2367 Err = DG->tryToGenerate(LS, K, JD, JDLookupFlags, LookupSet); in OL_applyQueryPhase1()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/
DOrc.h525 void LLVMOrcDisposeDefinitionGenerator(LLVMOrcDefinitionGeneratorRef DG);
893 LLVMOrcDefinitionGeneratorRef DG);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp242 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() argument
243 Action.Callbacks.HandleTopLevelDecl(DG); in HandleTopLevelDecl()
852 void PreambleCallbacks::HandleTopLevelDecl(DeclGroupRef DG) {} in HandleTopLevelDecl() argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DPrecompiledPreamble.h292 virtual void HandleTopLevelDecl(DeclGroupRef DG);
/freebsd-12-stable/usr.bin/calendar/calendars/
Dcalendar.computer19 01/24 DG Nova introduced, 1969
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp139 bool HandleTopLevelDecl(DeclGroupRef DG) override { in HandleTopLevelDecl() argument
140 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I) in HandleTopLevelDecl()
144 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() argument
147 void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) override { in HandleTopLevelDeclInObjCContainer() argument
148 ObjCMigrateASTConsumer::HandleTopLevelDecl(DG); in HandleTopLevelDeclInObjCContainer()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseStmt.cpp1881 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseForStatement() local
1884 FirstPart = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseForStatement()
1893 Actions.ActOnForEachDeclStmt(DG); in ParseForStatement()
1899 Actions.CodeCompleteObjCForCollection(getCurScope(), DG); in ParseForStatement()
DParseExprCXX.cpp2021 DeclGroupPtrTy DG = ParseSimpleDeclaration( in ParseCXXCondition() local
2023 *InitStmt = Actions.ActOnDeclStmt(DG, DeclStart, DeclEnd); in ParseCXXCondition()
2033 DeclGroupPtrTy DG = ParseSimpleDeclaration(DeclaratorContext::ForInit, in ParseCXXCondition() local
2035 FRI->LoopVar = Actions.ActOnDeclStmt(DG, DeclStart, Tok.getLocation()); in ParseCXXCondition()
2036 assert((FRI->ColonLoc.isValid() || !DG) && in ParseCXXCondition()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp263 void RewriteForwardClassDecl(const SmallVectorImpl<Decl *> &DG);
281 void RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG);
682 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local
688 DG.push_back(*DI); in HandleTopLevelSingleDecl()
694 RewriteForwardClassDecl(DG); in HandleTopLevelSingleDecl()
701 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local
707 DG.push_back(*DI); in HandleTopLevelSingleDecl()
713 RewriteForwardProtocolDecl(DG); in HandleTopLevelSingleDecl()
1032 RewriteObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) { in RewriteForwardProtocolDecl() argument
1033 SourceLocation LocStart = DG[0]->getBeginLoc(); in RewriteForwardProtocolDecl()
DRewriteModernObjC.cpp315 void RewriteForwardClassDecl(const SmallVectorImpl<Decl *> &DG);
333 void RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG);
750 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local
756 DG.push_back(*DI); in HandleTopLevelSingleDecl()
762 RewriteForwardClassDecl(DG); in HandleTopLevelSingleDecl()
775 SmallVector<Decl *, 8> DG; in HandleTopLevelSingleDecl() local
781 DG.push_back(*DI); in HandleTopLevelSingleDecl()
787 RewriteForwardProtocolDecl(DG); in HandleTopLevelSingleDecl()
1198 RewriteModernObjC::RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG) { in RewriteForwardProtocolDecl() argument
1199 SourceLocation LocStart = DG[0]->getBeginLoc(); in RewriteForwardProtocolDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp75 DeclGroupRef DG = dg.get(); in ActOnDeclStmt() local
78 if (DG.isNull()) return StmtError(); in ActOnDeclStmt()
80 return new (Context) DeclStmt(DG, StartLoc, EndLoc); in ActOnDeclStmt()
84 DeclGroupRef DG = dg.get(); in ActOnForEachDeclStmt() local
88 if (DG.isNull() || !DG.isSingleDecl()) in ActOnForEachDeclStmt()
91 Decl *decl = DG.getSingleDecl(); in ActOnForEachDeclStmt()
DSemaDeclObjC.cpp4193 DeclGroupRef DG = allTUVars[i].get(); in ActOnAtEnd() local
4194 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I) in ActOnAtEnd()
4204 DeclGroupRef DG = allTUVars[i].get(); in ActOnAtEnd() local
4205 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I) in ActOnAtEnd()
4207 Consumer.HandleTopLevelDeclInObjCContainer(DG); in ActOnAtEnd()
/freebsd-12-stable/contrib/tcp_wrappers/
DCHANGES272 - Workaround for a weird problem with DG/UX when the wrapper is run as
309 - TLI support, System V.4 style (Solaris, DG/UX).

123