Searched refs:Prio (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp683 unsigned Prio; local
692 Prio = Size;
699 Prio = MemOp++;
714 Prio = LI->beginIndex().getInstrDistance(Indexes->getLastIndex());
719 Prio = Indexes->getZeroIndex().getInstrDistance(LI->endIndex());
721 Prio |= RC.AllocationPriority << 24;
726 Prio = (1u << 29) + Size;
729 Prio |= (1u << 31);
733 Prio |= (1u << 30);
737 CurQueue.push(std::make_pair(Prio, ~Re
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h354 Priority Prio) {
356 if (Locs.back().Priority <= Prio) {
359 Locs.back().Priority = Prio;
362 Locs.push_back({TemplateName, LessLoc, Prio,
353 add(Parser &P, Expr *TemplateName, SourceLocation LessLoc, Priority Prio) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3813 const Expr *Prio = Clause->getPriority(); local
3816 EmitScalarExpr(Prio), Prio->getType(),
3818 Prio->getExprLoc()));

Completed in 265 milliseconds