Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2084 M.insertAction<MakeTempRegisterAction>(M.actions_begin(), *Result, in emitInstructionApplyPattern()
2152 auto InsertIt = M.insertAction<MakeTempRegisterAction>(M.actions_begin(), in emitCodeGenInstructionApplyImmOperand()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h643 action_iterator actions_begin() { return Actions.begin(); } in actions_begin() function
646 return make_range(actions_begin(), actions_end()); in actions()