Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp224 std::set<CopyHint> CopyHints; in weightCalcHelper() local
294 CopyHints.insert(CopyHint(HintReg, HWeight)); in weightCalcHelper()
298 if (ShouldUpdateLI && CopyHints.size()) { in weightCalcHelper()
304 for (const auto &Hint : CopyHints) { in weightCalcHelper()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp61 SmallSet<unsigned, 4> CopyHints; in addHints() local
62 CopyHints.insert(Hints.begin(), Hints.end()); in addHints()
65 if (CopyHints.count(Reg) && in addHints()
69 if (!CopyHints.count(Reg) && in addHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp1100 SmallSet<MCPhysReg, 4> CopyHints; in getRegAllocationHints() local
1101 CopyHints.insert(Hints.begin(), Hints.end()); in getRegAllocationHints()
1103 for (auto Hint : CopyHints) { in getRegAllocationHints()
1108 if (!CopyHints.count(PhysReg) && RC.contains(PhysReg) && in getRegAllocationHints()