Home | History | Annotate | Download | only in TableGen

Lines Matching defs:AllocationPriority

714   int AllocationPriority = R->getValueAsInt("AllocationPriority");
715 if (AllocationPriority < 0 || AllocationPriority > 63)
716 PrintFatalError(R->getLoc(), "AllocationPriority out of range [0,63]");
717 this->AllocationPriority = AllocationPriority;
734 AllocationPriority(0) {
754 AllocationPriority = Super.AllocationPriority;