Home
last modified time | relevance | path

Searched defs:getPriority (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocPriorityAdvisor.cpp
H A DMLRegAllocPriorityAdvisor.cpp339 unsigned MLPriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority() function in MLPriorityAdvisor
350 DevelopmentModePriorityAdvisor::getPriority(const LiveInterval &LI) const { in getPriority() function in DevelopmentModePriorityAdvisor
H A DRegAllocGreedy.cpp438 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/clang/lib/Basic/Targets/
H A DX86.cpp1394 auto getPriority = [](StringRef Feature) -> uint64_t { in getFMVPriority() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp839 int elf::getPriority(StringRef s) { in getPriority() function in elf
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h624 unsigned getPriority() const { return Priority; } in getPriority() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp843 auto getPriority = [&ctx = ctx](const Chunk *c) { in sortBySectionOrder() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6917 Expr *getPriority() { return cast<Expr>(Priority); } in getPriority() function
6920 Expr *getPriority() const { return cast<Expr>(Priority); } in getPriority() function