Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp73 Register CopiedPReg = (hsub ? tri.getSubReg(hreg, hsub) : hreg); in copyHint() local
74 if (rc->contains(CopiedPReg)) in copyHint()
75 return CopiedPReg; in copyHint()
79 return tri.getMatchingSuperReg(CopiedPReg, sub, rc); in copyHint()