Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2338 class DebugCommentAction : public MatchAction {
2343 DebugCommentAction(StringRef S) : MatchAction(AK_DebugComment), S(S.str()) {} in DebugCommentAction() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelCombinerEmitter.cpp1398 RM.addAction<DebugCommentAction>(Comment); in addRuleMatcher()
H A DGlobalISelEmitter.cpp2056 M.addAction<DebugCommentAction>(llvm::to_string(P.getSrcPattern()) + in runOnPattern()