Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp154 const StringInit *MatchingFixupCode = nullptr; member in __anoncdaa66640111::CombineRule
203 const StringInit *getMatchingFixupCode() const { return MatchingFixupCode; } in getMatchingFixupCode()
518 assert(!MatchingFixupCode && in parseMatcher()
520 MatchingFixupCode = StringI; in parseMatcher()