Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp57 using action_iterator = RuleMatcher::action_iterator; typedef
401 Expected<action_iterator> createAndImportSubInstructionRenderer(
402 action_iterator InsertPt, RuleMatcher &M, const TreePatternNode &Dst,
404 Expected<action_iterator>
405 createInstructionRenderer(action_iterator InsertPt, RuleMatcher &M,
408 Expected<action_iterator>
409 importExplicitDefRenderers(action_iterator InsertPt, RuleMatcher &M,
414 Expected<action_iterator> importExplicitUseRenderers(
415 action_iterator InsertPt, RuleMatcher &M, BuildMIAction &DstMIBuilder,
417 Expected<action_iterator> importExplicitUseRenderer(
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h462 using action_iterator = ActionList::iterator; variable
594 action_iterator insertAction(action_iterator InsertPt, Args &&...args) { in insertAction()
638 action_iterator actions_begin() { return Actions.begin(); } in actions_begin()
639 action_iterator actions_end() { return Actions.end(); } in actions_end()
640 iterator_range<action_iterator> actions() { in actions()