Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp58 using action_iterator = RuleMatcher::action_iterator; typedef
392 Expected<action_iterator> createAndImportSubInstructionRenderer(
395 Expected<action_iterator>
396 createInstructionRenderer(action_iterator InsertPt, RuleMatcher &M,
399 Expected<action_iterator> importExplicitDefRenderers(
403 Expected<action_iterator> importExplicitUseRenderers(
406 Expected<action_iterator> importExplicitUseRenderer(
1162 Expected<action_iterator> GlobalISelEmitter::importExplicitUseRenderer( in importExplicitUseRenderer()
1327 action_iterator InsertPt = InsertPtOrError.get(); in createAndImportInstructionRenderer()
1354 Expected<action_iterator>
[all …]
H A DGlobalISelMatchTable.h462 using action_iterator = ActionList::iterator; variable
586 action_iterator insertAction(action_iterator InsertPt, Args &&...args) { in insertAction()
630 action_iterator actions_begin() { return Actions.begin(); } in actions_begin()
631 action_iterator actions_end() { return Actions.end(); } in actions_end()
632 iterator_range<action_iterator> actions() { in actions()