Home
last modified time | relevance | path

Searched refs:allocateOutputInsnID (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1335 InsertPt, M.allocateOutputInsnID(), in importLeafNodeRenderer()
1453 InsertPt, M.allocateOutputInsnID(), in createAndImportInstructionRenderer()
1528 return M.insertAction<BuildMIAction>(InsertPt, M.allocateOutputInsnID(), in createInstructionRenderer()
2128 M.addAction<BuildMIAction>(M.allocateOutputInsnID(), &DstI); in runOnPattern()
H A DGlobalISelCombinerEmitter.cpp1986 M.addAction<BuildMIAction>(M.allocateOutputInsnID(), &CGIP.getInst()); in emitInstructionApplyPattern()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h696 unsigned allocateOutputInsnID() { return NextOutputInsnID++; } in allocateOutputInsnID() function