Searched refs:action_iterator (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 56 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 D | GlobalISelMatchTable.h | 463 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()
|