Searched refs:InstrIdx (Results 1 – 2 of 2) sorted by relevance
126 unsigned InstrIdx = MatchDag.getInstrNodeIdx(NodeI); in declareInstr() local127 RemainingInstrNodes.reset(InstrIdx); in declareInstr()183 void GIMatchTreeBuilder::addPartitionersForInstr(unsigned InstrIdx) { in addPartitionersForInstr() argument187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx)); in addPartitionersForInstr()289 for (unsigned InstrIdx : Leaf.untested_instrs()) in runStep() local290 PrintNote("Instr " + llvm::to_string(*Leaf.getInstr(InstrIdx))); in runStep()
429 void addPartitionersForInstr(unsigned InstrIdx);