Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td367 let CopyCost = -1;
374 let CopyCost = 1;
380 let CopyCost = 1;
741 let CopyCost = -1;
819 let CopyCost = 1;
826 let CopyCost = SGPR_64.CopyCost;
834 let CopyCost = SGPR_64.CopyCost;
848 let CopyCost = 1;
855 let CopyCost = 1;
863 let CopyCost = 1;
[all …]
H A DR600RegisterInfo.td244 let CopyCost = -1;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.td61 let CopyCost = -1; // Don't allow copying of status registers
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h47 const int8_t CopyCost; variable
95 int getCopyCost() const { return CopyCost; } in getCopyCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.td124 let CopyCost = -1 in {
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp802 CopyCost = R->getValueAsInt("CopyCost"); in CodeGenRegisterClass()
826 CopyCost(0), Allocatable(true), AllocationPriority(0), in CodeGenRegisterClass()
848 CopyCost = Super.CopyCost; in inheritProperties()
H A DCodeGenRegisters.h335 int CopyCost; variable
H A DRegisterInfoEmitter.cpp1064 assert(isInt<8>(RC.CopyCost) && "Copy cost too large."); in runMCDesc()
1071 << RegSize << ", " << RC.CopyCost << ", " in runMCDesc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td778 let CopyCost = -1; // Don't allow copying of status registers.
782 let CopyCost = -1; // Don't allow copying of status registers.
786 let CopyCost = -1; // Don't allow copying of status registers.
835 let CopyCost = -1 in // Don't allow copying of tile registers
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.td186 let CopyCost = -1;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td224 let CopyCost = -1; // Don't allow copying of status registers
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td395 let CopyCost = -1; // Don't allow copying of status registers.
401 // let CopyCost = -1; // Don't allow copying of status registers.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.td322 let isAllocatable = 0, CopyCost = -1 in
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td477 let CopyCost = -1;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td263 // CopyCost - This value is used to specify the cost of copying a value
267 int CopyCost = 1;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td253 let CopyCost = -1; // Don't allow copying of status registers.