Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp420 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) { in repartition() local
421 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() && in repartition()
422 PDep->getRequiredMO() == nullptr && PDep->getPredicate() == P) { in repartition()
443 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) { in repartition() local
444 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() && in repartition()
445 PDep->getRequiredMO() == nullptr && PDep->getPredicate() == P) { in repartition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp90 for (auto PDep : SDep.getSUnit()->Preds) { in getReadySuccessors() local
91 auto PSU = PDep.getSUnit(); in getReadySuccessors()