Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h50 class MatchAction; variable
2183 class MatchAction {
2197 MatchAction(ActionKind K) : Kind(K) {} in MatchAction() function
2201 virtual ~MatchAction() {} in ~MatchAction()
2224 static bool classof(const MatchAction *A) { in classof()
2233 class CustomCXXAction : public MatchAction {
2240 static bool classof(const MatchAction *A) { in classof()
2249 class BuildMIAction : public MatchAction {
2268 static bool classof(const MatchAction *A) { in classof()
2305 static bool classof(const MatchAction *A) { in classof()
[all …]