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.cpp1357 InsertPt, M.allocateOutputInsnID(), in createAndImportInstructionRenderer()
1526 return M.insertAction<BuildMIAction>(InsertPt, M.allocateOutputInsnID(), in createInstructionRenderer()
1761 InsertPt, M.allocateOutputInsnID(), in importDefaultOperandRenderers()
1995 M.addAction<BuildMIAction>(M.allocateOutputInsnID(), &DstI); in runOnPattern()
H A DGlobalISelCombinerEmitter.cpp1894 M.addAction<BuildMIAction>(M.allocateOutputInsnID(), &CGIP.getInst()); in emitInstructionApplyPattern()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h687 unsigned allocateOutputInsnID() { return NextOutputInsnID++; } in allocateOutputInsnID() function