| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MLRegallocPriorityAdvisor.cpp | |
| H A D | MLRegAllocPriorityAdvisor.cpp | 106 unsigned getPriority(const LiveInterval &LI) const override; 198 unsigned getPriority(const LiveInterval &LI) const override; 339 unsigned MLPriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority() function in MLPriorityAdvisor 350 DevelopmentModePriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority() function in DevelopmentModePriorityAdvisor 356 Prio = getDefaultAdvisor().getPriority(LI); in getPriority()
|
| H A D | RegAllocGreedy.cpp | 431 unsigned Ret = PriorityAdvisor->getPriority(*LI); in enqueue() 438 unsigned DefaultPriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority() function in DefaultPriorityAdvisor 510 unsigned DummyPriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority() function in DummyPriorityAdvisor
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegAllocPriorityAdvisor.h | 34 virtual unsigned getPriority(const LiveInterval &LI) const = 0; 58 unsigned getPriority(const LiveInterval &LI) const override; 70 unsigned getPriority(const LiveInterval &LI) const override;
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | OutputSections.h | 168 int getPriority(StringRef s);
|
| H A D | OutputSections.cpp | 824 return getPriority(a->name) > getPriority(b->name); in compCtors() 839 int elf::getPriority(StringRef s) { in getPriority() function in elf 886 sort([](InputSectionBase *s) { return getPriority(s->name); }); in sortInitFini()
|
| H A D | LinkerScript.cpp | 479 return getPriority(a->name) < getPriority(b->name); in sortSections()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 1394 auto getPriority = [](StringRef Feature) -> uint64_t { in getFMVPriority() local 1411 Priority = std::max(Priority, getPriority(Feature)); in getFMVPriority()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 624 unsigned getPriority() const { return Priority; } in getPriority() function
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.cpp | 843 auto getPriority = [&ctx = ctx](const Chunk *c) { in sortBySectionOrder() local 851 return getPriority(a) < getPriority(b); in sortBySectionOrder()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 886 if (C->getPriority()) in VisitOMPPriorityClause() 887 Profiler->VisitStmt(C->getPriority()); in VisitOMPPriorityClause()
|
| H A D | OpenMPClause.cpp | 2152 Node->getPriority()->printPretty(OS, nullptr, Policy, 0); in VisitOMPPriorityClause()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 589 OrderGlobalInitsOrStermFinalizers Key(IPA->getPriority(), in EmitCXXGlobalVarDeclInitFunc()
|
| H A D | CodeGenModule.cpp | 6329 AddGlobalCtor(Fn, CA->getPriority()); in EmitGlobalFunctionDefinition() 6331 AddGlobalDtor(Fn, DA->getPriority(), true); in EmitGlobalFunctionDefinition()
|
| H A D | ItaniumCXXABI.cpp | 5275 IPA->getPriority()); in emitCXXStermFinalizer()
|
| H A D | CGStmtOpenMP.cpp | 4878 const Expr *Prio = Clause->getPriority(); in EmitOMPTaskBasedDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 6917 Expr *getPriority() { return cast<Expr>(Priority); } in getPriority() function 6920 Expr *getPriority() const { return cast<Expr>(Priority); } in getPriority() function
|
| H A D | RecursiveASTVisitor.h | 3922 TRY_TO(TraverseStmt(C->getPriority()));
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 2294 if (OldAA->getPriority() < Priority) in mergeAvailabilityAttr() 2300 if (OldAA->getPriority() > Priority) { in mergeAvailabilityAttr()
|
| H A D | TreeTransform.h | 11424 ExprResult E = getDerived().TransformExpr(C->getPriority()); in TransformOMPPriorityClause()
|
| H A D | SemaDecl.cpp | 2823 AA->getPriority(), AA->getEnvironment()); in mergeDeclAttribute()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8301 Record.AddStmt(C->getPriority()); in VisitOMPPriorityClause()
|