Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp422 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) { in repartition() local
423 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() && in repartition()
424 PDep->getRequiredMO() == nullptr && PDep->getPredicate() == P) { in repartition()
445 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) { in repartition() local
446 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() && in repartition()
447 PDep->getRequiredMO() == nullptr && PDep->getPredicate() == P) { in repartition()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp103 for (auto PDep : SDep.getSUnit()->Preds) { in getReadySuccessors() local
104 auto PSU = PDep.getSUnit(); in getReadySuccessors()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp96 for (auto PDep : SDep.getSUnit()->Preds) { in getReadySuccessors() local
97 auto PSU = PDep.getSUnit(); in getReadySuccessors()