Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCalcSpillWeights.cpp68 MCRegister CopiedPReg = HSub ? TRI.getSubReg(HReg, HSub) : HReg.asMCReg(); in copyHint() local
69 if (rc->contains(CopiedPReg)) in copyHint()
70 return CopiedPReg; in copyHint()
74 return TRI.getMatchingSuperReg(CopiedPReg, Sub, rc); in copyHint()