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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp361 unsigned NewInstrID = allocInstrID(); local
368 Leaf.declareInstr(Root, NewInstrID);
371 addPartitionersForInstr(NewInstrID);
731 NewInstrID = SubBuilder.allocInstrID();
743 Leaf.declareInstr(E->getToMI(), NewInstrID);
746 SubBuilder.addPartitionersForInstr(NewInstrID);
769 << Indent << "if (MIs.size() <= NewInstrID) MIs.resize(NewInstrID + 1);\n"
770 << Indent << "MIs[" << NewInstrID << "] = nullptr;\n"
773 << Indent << " MIs[" << NewInstrID << "]
[all...]
H A DGIMatchTree.h589 unsigned NewInstrID = -1; member in class:llvm::GIMatchTreeVRegDefPartitioner
607 OS << "MI[" << NewInstrID << "] = getVRegDef(MI[" << InstrID

Completed in 165 milliseconds