Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp50 unsigned Sub, HSub; in copyHint() local
55 HSub = MI->getOperand(1).getSubReg(); in copyHint()
59 HSub = MI->getOperand(0).getSubReg(); in copyHint()
66 return Sub == HSub ? HReg : Register(); in copyHint()
69 MCRegister CopiedPReg = HSub ? TRI.getSubReg(HReg, HSub) : HReg.asMCReg(); in copyHint()