Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp151 const GIMatchDagInstr *Instr = InstrIDToInfo.lookup(InstrID)->getInstrNode(); in declareOperand()
421 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() && in repartition()
444 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() && in repartition()
573 const GIMatchDagInstr *Instr = InstrInfo->getInstrNode(); in applyForPartition()
670 if (E->getFromMI() != InstrInfo->getInstrNode() || in repartition()
H A DGIMatchTree.h212 const GIMatchDagInstr *getInstrNode() const { return InstrNode; } in getInstrNode() function
232 const GIMatchDagInstr *getInstrNode() const { return InstrNode; } in getInstrNode() function