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.cpp56 using action_iterator = RuleMatcher::action_iterator; typedef
404 Expected<action_iterator> createAndImportSubInstructionRenderer(
405 action_iterator InsertPt, RuleMatcher &M, const TreePatternNode &Dst,
407 Expected<action_iterator>
408 createInstructionRenderer(action_iterator InsertPt, RuleMatcher &M,
411 Expected<action_iterator>
412 importExplicitDefRenderers(action_iterator InsertPt, RuleMatcher &M,
416 Expected<action_iterator>
417 importExplicitUseRenderers(action_iterator InsertPt, RuleMatcher &M,
426 action_iterator InsertPt) const;
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h463 using action_iterator = ActionList::iterator; variable
599 action_iterator insertAction(action_iterator InsertPt, Args &&...args) { in insertAction()
643 action_iterator actions_begin() { return Actions.begin(); } in actions_begin()
644 action_iterator actions_end() { return Actions.end(); } in actions_end()
645 iterator_range<action_iterator> actions() { in actions()