Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp359 unsigned NewInstrID = allocInstrID(); in run() local
366 Leaf.declareInstr(Root, NewInstrID); in run()
369 addPartitionersForInstr(NewInstrID); in run()
728 NewInstrID = SubBuilder.allocInstrID(); in applyForPartition()
740 Leaf.declareInstr(E->getToMI(), NewInstrID); in applyForPartition()
743 SubBuilder.addPartitionersForInstr(NewInstrID); in applyForPartition()
767 << Indent << "MIs[" << NewInstrID << "] = nullptr;\n" in generatePartitionSelectorCode()
770 << Indent << " MIs[" << NewInstrID << "] = MRI.getVRegDef(MIs[" << InstrID in generatePartitionSelectorCode()
774 OS << Indent << "if (MIs[" << NewInstrID << "] " in generatePartitionSelectorCode()
H A DGIMatchTree.h586 unsigned NewInstrID = -1; variable
604 OS << "MI[" << NewInstrID << "] = getVRegDef(MI[" << InstrID in emitDescription()