Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1002 unsigned allocateOutputInsnID() { return NextOutputInsnID++; } in allocateOutputInsnID() function in __anoncee47b830111::RuleMatcher
4601 InsertPt, M.allocateOutputInsnID(), in createAndImportInstructionRenderer()
4761 return M.insertAction<BuildMIAction>(InsertPt, M.allocateOutputInsnID(), in createInstructionRenderer()
4992 InsertPt, M.allocateOutputInsnID(), in importDefaultOperandRenderers()
5227 M.addAction<BuildMIAction>(M.allocateOutputInsnID(), &DstI); in runOnPattern()