Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp152 const GIMatchDagInstr *Instr = InstrIDToInfo.lookup(InstrID)->getInstrNode(); in declareOperand()
423 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() && in repartition()
446 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() && in repartition()
576 const GIMatchDagInstr *Instr = InstrInfo->getInstrNode(); in applyForPartition()
673 if (E->getFromMI() != InstrInfo->getInstrNode() || in repartition()
DGIMatchTree.h212 const GIMatchDagInstr *getInstrNode() const { return InstrNode; } in getInstrNode() function
232 const GIMatchDagInstr *getInstrNode() const { return InstrNode; } in getInstrNode() function