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.cpp186 unsigned pRd = (*vRdAllowed)[i]; in addIntraChainConstraint() local
189 if (livesOverlap && TRI->regsOverlap(pRd, pRa)) in addIntraChainConstraint()
192 costs[i + 1][j + 1] = haveSameParity(pRd, pRa) ? 0.0 : 1.0; in addIntraChainConstraint()
207 unsigned pRd = (*vRdAllowed)[i]; in addIntraChainConstraint() local
214 if (haveSameParity(pRd, pRa)) in addIntraChainConstraint()
225 if (!haveSameParity(pRd, pRa)) in addIntraChainConstraint()
284 unsigned pRd = (*vRdAllowed)[i]; in addInterChainConstraint() local
291 if (!haveSameParity(pRd, pRa)) in addInterChainConstraint()
302 if (haveSameParity(pRd, pRa)) in addInterChainConstraint()