Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2300 AK_DebugComment, enumerator
2343 DebugCommentAction(StringRef S) : MatchAction(AK_DebugComment), S(S.str()) {} in DebugCommentAction()
2346 return A->getKind() == AK_DebugComment; in classof()
H A DGlobalISelMatchTable.cpp1035 return A->getKind() != MatchAction::AK_DebugComment; in emit()