Home
last modified time | relevance | path

Searched refs:Prio (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocPriorityAdvisor.cpp
H A DMLRegAllocPriorityAdvisor.cpp351 double Prio = 0; in getPriority() local
354 Prio = MLPriorityAdvisor::getPriorityImpl(LI); in getPriority()
356 Prio = getDefaultAdvisor().getPriority(LI); in getPriority()
360 return Prio; in getPriority()
384 float Ret = static_cast<float>(Prio); in getPriority()
388 return static_cast<unsigned>(Prio); in getPriority()
H A DRegAllocGreedy.cpp441 unsigned Prio; in getPriority() local
447 Prio = Size; in getPriority()
464 Prio = LI.beginIndex().getApproxInstrDistance(Indexes->getLastIndex()); in getPriority()
469 Prio = Indexes->getZeroIndex().getApproxInstrDistance(LI.endIndex()); in getPriority()
475 Prio = Size; in getPriority()
491 Prio = std::min(Prio, (unsigned)maxUIntN(24)); in getPriority()
495 Prio |= RC.AllocationPriority << 25 | GlobalBit << 24; in getPriority()
497 Prio |= GlobalBit << 29 | RC.AllocationPriority << 24; in getPriority()
500 Prio |= (1u << 31); in getPriority()
504 Prio |= (1u << 30); in getPriority()
[all …]
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test_list.inc109 PFCTL_TEST(0101, "Prio")
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp3146 int Prio = PrioOp.getImm(); in fixRequiredExportPriority() local
3147 bool InWA = (Prio == PostExportPriority) && in fixRequiredExportPriority()
3149 if (InWA || Prio >= NormalPriority) in fixRequiredExportPriority()
3151 PrioOp.setImm(std::min(Prio + NormalPriority, MaxPriority)); in fixRequiredExportPriority()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7887 Priority Prio) { in add()
7889 if (Locs.back().Priority <= Prio) { in add()
7892 Locs.back().Priority = Prio; in add()
7895 Locs.push_back({TemplateName, LessLoc, Prio, P.ParenCount, in add()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4878 const Expr *Prio = Clause->getPriority(); in EmitOMPTaskBasedDirective() local
4881 EmitScalarExpr(Prio), Prio->getType(), in EmitOMPTaskBasedDirective()
4883 Prio->getExprLoc())); in EmitOMPTaskBasedDirective()