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.cpp51 unsigned Sub, HSub; in copyHint() local
56 HSub = MI->getOperand(1).getSubReg(); in copyHint()
60 HSub = MI->getOperand(0).getSubReg(); in copyHint()
67 return Sub == HSub ? HReg : Register(); in copyHint()
70 MCRegister CopiedPReg = HSub ? TRI.getSubReg(HReg, HSub) : HReg.asMCReg(); in copyHint()