Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp216 std::set<CopyHint> CopyHints; in weightCalcHelper() local
276 CopyHints.insert(CopyHint(HintReg, HWeight)); in weightCalcHelper()
280 if (ShouldUpdateLI && CopyHints.size()) { in weightCalcHelper()
286 for (auto &Hint : CopyHints) { in weightCalcHelper()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp936 SmallSet<MCPhysReg, 4> CopyHints; in getRegAllocationHints() local
937 CopyHints.insert(Hints.begin(), Hints.end()); in getRegAllocationHints()
939 for (auto Hint : CopyHints) { in getRegAllocationHints()
944 if (!CopyHints.count(PhysReg) && RC.contains(PhysReg) && in getRegAllocationHints()