Home
last modified time | relevance | path

Searched refs:CopyHints (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp61 SmallSet<unsigned, 4> CopyHints(llvm::from_range, Hints); in addHints() local
64 if (CopyHints.count(Reg) && in addHints()
68 if (!CopyHints.count(Reg) && in addHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp1225 SmallSet<MCPhysReg, 4> CopyHints(llvm::from_range, Hints); in getRegAllocationHints() local
1227 for (auto Hint : CopyHints) { in getRegAllocationHints()
1232 if (!CopyHints.count(PhysReg) && RC.contains(PhysReg) && in getRegAllocationHints()