Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp989 unsigned allocateOutputInsnID() { return NextOutputInsnID++; } in allocateOutputInsnID() function in __anon0a286f430111::RuleMatcher
4483 InsertPt, M.allocateOutputInsnID(), in createAndImportInstructionRenderer()
4643 return M.insertAction<BuildMIAction>(InsertPt, M.allocateOutputInsnID(), in createInstructionRenderer()
4872 InsertPt, M.allocateOutputInsnID(), in importDefaultOperandRenderers()
5104 M.addAction<BuildMIAction>(M.allocateOutputInsnID(), &DstI); in runOnPattern()