Home
last modified time | relevance | path

Searched refs:AllocationPriority (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td322 let AllocationPriority = 9;
339 let AllocationPriority = 9;
495 let AllocationPriority = 1;
502 let AllocationPriority = 1;
511 let AllocationPriority = 1;
553 let AllocationPriority = 1;
615 let AllocationPriority = 10;
625 let AllocationPriority = 10;
630 let AllocationPriority = 10;
636 let AllocationPriority = 10;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td463 // The AllocationPriority is in the range [0, 63]. Assigned the ACC registers
469 let AllocationPriority = 63;
486 // The AllocationPriority for the UACC registers is still high and must be at
488 // global ranges. The value must be less than the AllocationPriority of the
490 let AllocationPriority = 36;
508 // Give the VSRp registers a non-zero AllocationPriority. The value is less
510 // ranges and the value should be less than the AllocationPriority - 32 for
513 let AllocationPriority = 2;
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp801 int AllocationPriority = R->getValueAsInt("AllocationPriority"); in CodeGenRegisterClass() local
802 if (AllocationPriority < 0 || AllocationPriority > 63) in CodeGenRegisterClass()
804 this->AllocationPriority = AllocationPriority; in CodeGenRegisterClass()
814 CopyCost(0), Allocatable(true), AllocationPriority(0) { in CodeGenRegisterClass()
841 AllocationPriority = Super.AllocationPriority; in inheritProperties()
H A DCodeGenRegisters.h334 uint8_t AllocationPriority; variable
H A DRegisterInfoEmitter.cpp1413 OS << ",\n " << (unsigned)RC.AllocationPriority << ",\n " in runTargetDesc()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h59 const uint8_t AllocationPriority; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp781 Prio |= RC.AllocationPriority << 24; in enqueue()
789 Prio |= RC.AllocationPriority << 24; in enqueue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td282 int AllocationPriority = 0;