Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp361 unsigned NewInstrID = allocInstrID(); in run() local
368 Leaf.declareInstr(Root, NewInstrID); in run()
371 addPartitionersForInstr(NewInstrID); in run()
731 NewInstrID = SubBuilder.allocInstrID(); in applyForPartition()
743 Leaf.declareInstr(E->getToMI(), NewInstrID); in applyForPartition()
746 SubBuilder.addPartitionersForInstr(NewInstrID); in applyForPartition()
770 << Indent << "MIs[" << NewInstrID << "] = nullptr;\n" in generatePartitionSelectorCode()
773 << Indent << " MIs[" << NewInstrID << "] = MRI.getVRegDef(MIs[" << InstrID in generatePartitionSelectorCode()
777 OS << Indent << "if (MIs[" << NewInstrID << "] " in generatePartitionSelectorCode()
DGIMatchTree.h589 unsigned NewInstrID = -1; variable
607 OS << "MI[" << NewInstrID << "] = getVRegDef(MI[" << InstrID in emitDescription()