Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfoMMA.td59 let GlobalPriority = true;
81 let GlobalPriority = true;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp754 GlobalPriority = R->getValueAsBit("GlobalPriority"); in CodeGenRegisterClass()
769 GlobalPriority(false), TSFlags(0) { in CodeGenRegisterClass()
802 GlobalPriority = Super.GlobalPriority; in inheritProperties()
H A DCodeGenRegisters.h364 bool GlobalPriority; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td924 let GlobalPriority = true in {
978 let GlobalPriority = true in {
1012 let GlobalPriority = true in {
1102 let GlobalPriority = true in {
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h60 const bool GlobalPriority; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1446 << (RC.GlobalPriority ? "true" : "false") << ",\n " in runTargetDesc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp452 bool ForceGlobal = RC.GlobalPriority || in getPriority()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td332 bit GlobalPriority = false;