Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
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()
674 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