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.cpp319 double Prio = 0; in getPriority() local
322 Prio = MLPriorityAdvisor::getPriorityImpl(LI); in getPriority()
324 Prio = getDefaultAdvisor().getPriority(LI); in getPriority()
328 return Prio; in getPriority()
352 float Ret = static_cast<float>(Prio); in getPriority()
356 return static_cast<unsigned>(Prio); in getPriority()
H A DRegAllocGreedy.cpp306 unsigned Prio; in getPriority() local
312 Prio = Size; in getPriority()
319 Prio = MemOp++; in getPriority()
336 Prio = LI.beginIndex().getApproxInstrDistance(Indexes->getLastIndex()); in getPriority()
341 Prio = Indexes->getZeroIndex().getApproxInstrDistance(LI.endIndex()); in getPriority()
347 Prio = Size; in getPriority()
363 Prio = std::min(Prio, (unsigned)maxUIntN(24)); in getPriority()
367 Prio |= RC.AllocationPriority << 25 | GlobalBit << 24; in getPriority()
369 Prio |= GlobalBit << 29 | RC.AllocationPriority << 24; in getPriority()
372 Prio |= (1u << 31); 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.cpp2953 int Prio = PrioOp.getImm(); in fixRequiredExportPriority() local
2954 bool InWA = (Prio == PostExportPriority) && in fixRequiredExportPriority()
2956 if (InWA || Prio >= NormalPriority) in fixRequiredExportPriority()
2958 PrioOp.setImm(std::min(Prio + NormalPriority, MaxPriority)); in fixRequiredExportPriority()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h416 Priority Prio) { in add()
418 if (Locs.back().Priority <= Prio) { in add()
421 Locs.back().Priority = Prio; in add()
424 Locs.push_back({TemplateName, LessLoc, Prio, in add()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4678 const Expr *Prio = Clause->getPriority(); in EmitOMPTaskBasedDirective() local
4681 EmitScalarExpr(Prio), Prio->getType(), in EmitOMPTaskBasedDirective()
4683 Prio->getExprLoc())); in EmitOMPTaskBasedDirective()