Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp935 SmallSet<MCPhysReg, 4> CopyHints; in getRegAllocationHints() local
936 CopyHints.insert(Hints.begin(), Hints.end()); in getRegAllocationHints()
938 for (auto Hint : CopyHints) { in getRegAllocationHints()
943 if (!CopyHints.count(PhysReg) && RC.contains(PhysReg) && in getRegAllocationHints()