Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1002 unsigned allocateOutputInsnID() { return NextOutputInsnID++; } in allocateOutputInsnID() function in __anon612774070111::RuleMatcher
4557 InsertPt, M.allocateOutputInsnID(), in createAndImportInstructionRenderer()
4717 return M.insertAction<BuildMIAction>(InsertPt, M.allocateOutputInsnID(), in createInstructionRenderer()
4948 InsertPt, M.allocateOutputInsnID(), in importDefaultOperandRenderers()
5183 M.addAction<BuildMIAction>(M.allocateOutputInsnID(), &DstI); in runOnPattern()