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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp152 const GIMatchDagInstr *Instr = InstrIDToInfo.lookup(InstrID)->getInstrNode();
423 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() &&
446 if (PDep->getRequiredMI() == InstrInfo->getInstrNode() &&
576 const GIMatchDagInstr *Instr = InstrInfo->getInstrNode();
673 if (E->getFromMI() != InstrInfo->getInstrNode() ||
H A DGIMatchTree.h212 const GIMatchDagInstr *getInstrNode() const { return InstrNode; } function in class:llvm::GIMatchTreeInstrInfo
232 const GIMatchDagInstr *getInstrNode() const { return InstrNode; } function in class:llvm::GIMatchTreeOperandInfo

Completed in 99 milliseconds