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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h256 /// InstrIDToInfo.lookup() since that requires that the value is
261 DenseMap<unsigned, GIMatchTreeInstrInfo *> InstrIDToInfo; member in class:llvm::GIMatchTreeBuilderLeafInfo
356 auto I = InstrIDToInfo.find(ID);
357 if (I != InstrIDToInfo.end())
365 for (const auto &I : InstrIDToInfo)
H A DGIMatchTree.cpp113 InstrIDToInfo.insert(std::make_pair(ID, &InfoI.first->second));
152 const GIMatchDagInstr *Instr = InstrIDToInfo.lookup(InstrID)->getInstrNode();

Completed in 121 milliseconds