Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp126 unsigned InstrIdx = MatchDag.getInstrNodeIdx(NodeI); in declareInstr() local
127 RemainingInstrNodes.reset(InstrIdx); in declareInstr()
183 void GIMatchTreeBuilder::addPartitionersForInstr(unsigned InstrIdx) { in addPartitionersForInstr() argument
187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()
289 for (unsigned InstrIdx : Leaf.untested_instrs()) in runStep() local
290 PrintNote("Instr " + llvm::to_string(*Leaf.getInstr(InstrIdx))); in runStep()
H A DGIMatchTree.h429 void addPartitionersForInstr(unsigned InstrIdx);