Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.td234 let AllocationPriority = 9;
365 let AllocationPriority = 1;
393 let AllocationPriority = 1;
438 let AllocationPriority = 10;
443 let AllocationPriority = 10;
448 let AllocationPriority = 10;
454 let AllocationPriority = 10;
465 let AllocationPriority = 11;
472 let AllocationPriority = SGPR_64.AllocationPriority;
483 let AllocationPriority = 13;
[all …]
/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.td128 let AllocationPriority = 1;
195 let AllocationPriority = 1;
261 let AllocationPriority = 1;
267 let AllocationPriority = 1;
271 let AllocationPriority = 2;
280 let AllocationPriority = 2;
287 let AllocationPriority = 4;
295 let AllocationPriority = 4;
303 let AllocationPriority = 5;
309 let AllocationPriority = 6;
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfoMMA.td50 // The AllocationPriority is in the range [0, 31]. Assigned the ACC registers
55 let AllocationPriority = 31;
76 // The AllocationPriority for the UACC registers is still high and must be at
78 // global ranges. The value must be less than the AllocationPriority of the
80 let AllocationPriority = 4;
99 // Give the VSRp registers a non-zero AllocationPriority. The value is less
101 // ranges and the value should be less than the AllocationPriority - 32 for
104 let AllocationPriority = 2;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.td396 let AllocationPriority = 0;
415 let AllocationPriority = 0;
599 let AllocationPriority = 0;
607 let AllocationPriority = 0;
617 let AllocationPriority = 0;
626 let AllocationPriority = 0;
684 let AllocationPriority = 0;
765 let AllocationPriority = 0;
777 let AllocationPriority = 0;
783 let AllocationPriority = 0;
[all …]
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp713 int AllocationPriority = R->getValueAsInt("AllocationPriority"); in CodeGenRegisterClass() local
714 if (AllocationPriority < 0 || AllocationPriority > 63) in CodeGenRegisterClass()
716 this->AllocationPriority = AllocationPriority; in CodeGenRegisterClass()
733 AllocationPriority(0) { in CodeGenRegisterClass()
753 AllocationPriority = Super.AllocationPriority; in inheritProperties()
DCodeGenRegisters.h308 uint8_t AllocationPriority; variable
DRegisterInfoEmitter.cpp1329 << (unsigned)RC.AllocationPriority << ",\n " in runTargetDesc()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h70 const uint8_t AllocationPriority; variable
DTarget.td215 int AllocationPriority = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h57 const uint8_t AllocationPriority; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h58 const uint8_t AllocationPriority; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp361 assert(isUInt<5>(RC.AllocationPriority) && "allocation priority overflow"); in getPriority()
364 Prio |= RC.AllocationPriority << 25 | GlobalBit << 24; in getPriority()
366 Prio |= GlobalBit << 29 | RC.AllocationPriority << 24; in getPriority()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp583 Prio |= RC.AllocationPriority << 24; in enqueue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp728 Prio |= RC.AllocationPriority << 24; in enqueue()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td276 int AllocationPriority = 0;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
DTarget.td286 int AllocationPriority = 0;