Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp188 unsigned pRd = (*vRdAllowed)[i]; in addIntraChainConstraint() local
191 if (livesOverlap && TRI->regsOverlap(pRd, pRa)) in addIntraChainConstraint()
194 costs[i + 1][j + 1] = haveSameParity(pRd, pRa) ? 0.0 : 1.0; in addIntraChainConstraint()
209 unsigned pRd = (*vRdAllowed)[i]; in addIntraChainConstraint() local
216 if (haveSameParity(pRd, pRa)) in addIntraChainConstraint()
227 if (!haveSameParity(pRd, pRa)) in addIntraChainConstraint()
286 unsigned pRd = (*vRdAllowed)[i]; in addInterChainConstraint() local
293 if (!haveSameParity(pRd, pRa)) in addInterChainConstraint()
304 if (haveSameParity(pRd, pRa)) in addInterChainConstraint()