Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfoMMA.td59 let GlobalPriority = true;
81 let GlobalPriority = true;
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp810 GlobalPriority = R->getValueAsBit("GlobalPriority"); in CodeGenRegisterClass()
827 GlobalPriority(false), TSFlags(0) { in CodeGenRegisterClass()
855 GlobalPriority = Super.GlobalPriority; in inheritProperties()
H A DCodeGenRegisters.h339 bool GlobalPriority; variable
H A DRegisterInfoEmitter.cpp1413 << (RC.GlobalPriority ? "true" : "false") << ",\n " in runTargetDesc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td918 let GlobalPriority = true in {
972 let GlobalPriority = true in {
1006 let GlobalPriority = true in {
1090 let GlobalPriority = true in {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h61 const bool GlobalPriority; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp326 bool ForceGlobal = RC.GlobalPriority || in getPriority()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td310 bit GlobalPriority = false;