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.cpp1990 M.actions_begin(), getLLTCodeGenOrTempType(Ty, M), TempRegID); in emitInstructionApplyPattern()
2055 auto InsertIt = M.insertAction<MakeTempRegisterAction>(M.actions_begin(), in emitCodeGenInstructionApplyImmOperand()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h638 action_iterator actions_begin() { return Actions.begin(); } in actions_begin() function
641 return make_range(actions_begin(), actions_end()); in actions()