Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp70 MCRegister CopiedPReg = HSub ? TRI.getSubReg(HReg, HSub) : HReg.asMCReg(); in copyHint() local
71 if (RC->contains(CopiedPReg)) in copyHint()
72 return CopiedPReg; in copyHint()
76 return TRI.getMatchingSuperReg(CopiedPReg, Sub, RC); in copyHint()