Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp193 unsigned pRd = (*vRdAllowed)[i]; in addIntraChainConstraint() local
196 if (livesOverlap && TRI->regsOverlap(pRd, pRa)) in addIntraChainConstraint()
199 costs[i + 1][j + 1] = haveSameParity(pRd, pRa) ? 0.0 : 1.0; in addIntraChainConstraint()
214 unsigned pRd = (*vRdAllowed)[i]; in addIntraChainConstraint() local
221 if (haveSameParity(pRd, pRa)) in addIntraChainConstraint()
232 if (!haveSameParity(pRd, pRa)) in addIntraChainConstraint()
291 unsigned pRd = (*vRdAllowed)[i]; in addInterChainConstraint() local
298 if (!haveSameParity(pRd, pRa)) in addInterChainConstraint()
309 if (haveSameParity(pRd, pRa)) in addInterChainConstraint()