HomeSort by: relevance | last modified time | path
    Searched refs:InstrIdx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchTree.cpp 126 unsigned InstrIdx = MatchDag.getInstrNodeIdx(NodeI);
127 RemainingInstrNodes.reset(InstrIdx);
183 void GIMatchTreeBuilder::addPartitionersForInstr(unsigned InstrIdx) {
187 addPartitioner(std::make_unique<GIMatchTreeOpcodePartitioner>(InstrIdx));
289 for (unsigned InstrIdx : Leaf.untested_instrs())
290 PrintNote("Instr " + llvm::to_string(*Leaf.getInstr(InstrIdx)));
GIMatchTree.h 429 void addPartitionersForInstr(unsigned InstrIdx);

Completed in 19 milliseconds