Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp82 unsigned CopiedPReg = (hsub ? tri.getSubReg(hreg, hsub) : hreg); in copyHint() local
83 if (rc->contains(CopiedPReg)) in copyHint()
84 return CopiedPReg; in copyHint()
88 return tri.getMatchingSuperReg(CopiedPReg, sub, rc); in copyHint()