Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp171 const PBQPRAGraph::NodeMetadata::AllowedRegVector *vRdAllowed = in addIntraChainConstraint() local
185 PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1, in addIntraChainConstraint()
187 for (unsigned i = 0, ie = vRdAllowed->size(); i != ie; ++i) { in addIntraChainConstraint()
188 unsigned pRd = (*vRdAllowed)[i]; in addIntraChainConstraint()
203 std::swap(vRdAllowed, vRaAllowed); in addIntraChainConstraint()
208 for (unsigned i = 0, ie = vRdAllowed->size(); i != ie; ++i) { in addIntraChainConstraint()
209 unsigned pRd = (*vRdAllowed)[i]; in addIntraChainConstraint()
265 const PBQPRAGraph::NodeMetadata::AllowedRegVector *vRdAllowed = in addInterChainConstraint() local
280 std::swap(vRdAllowed, vRrAllowed); in addInterChainConstraint()
285 for (unsigned i = 0, ie = vRdAllowed->size(); i != ie; ++i) { in addInterChainConstraint()
[all …]