Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
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()
DGIMatchTree.h429 void addPartitionersForInstr(unsigned InstrIdx);