Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td367 let CopyCost = -1;
374 let CopyCost = 1;
380 let CopyCost = 1;
744 let CopyCost = -1;
752 let CopyCost = -1;
760 let CopyCost = -1;
822 let CopyCost = 1;
829 let CopyCost = SGPR_64.CopyCost;
837 let CopyCost = SGPR_64.CopyCost;
851 let CopyCost = 1;
[all …]
H A DR600RegisterInfo.td244 let CopyCost = -1;
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.td61 let CopyCost = -1; // Don't allow copying of status registers
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h47 const int8_t CopyCost; variable
96 int getCopyCost() const { return CopyCost; } in getCopyCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.td124 let CopyCost = -1 in {
/freebsd/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/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp822 CopyCost = R->getValueAsInt("CopyCost"); in CodeGenRegisterClass()
846 CopyCost(0), Allocatable(true), AllocationPriority(0), in CodeGenRegisterClass()
868 CopyCost = Super.CopyCost; in inheritProperties()
H A DCodeGenRegisters.h352 int CopyCost; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.td186 let CopyCost = -1;
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td223 let CopyCost = -1; // Don't allow copying of status registers
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1049 assert(isInt<8>(RC.CopyCost) && "Copy cost too large."); in runMCDesc()
1056 << RegSize << ", " << RC.CopyCost << ", " in runMCDesc()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td405 let CopyCost = -1; // Don't allow copying of status registers.
411 // let CopyCost = -1; // Don't allow copying of status registers.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.td322 let isAllocatable = 0, CopyCost = -1 in
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td170 let isAllocatable = 0, CopyCost = -1 in {
496 let CopyCost = -1;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td280 // CopyCost - This value is used to specify the cost of copying a value
284 int CopyCost = 1;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td269 let CopyCost = -1; // Don't allow copying of status registers.