Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp4401 for (const Record *CurPattern : Records.getAllDerivedDefinitions("Pattern")) { in ParsePatterns() local
4402 const DagInit *Tree = CurPattern->getValueAsDag("PatternToMatch"); in ParsePatterns()
4408 TreePattern Pattern(CurPattern, Tree, true, *this); in ParsePatterns()
4410 const ListInit *LI = CurPattern->getValueAsListInit("ResultInstrs"); in ParsePatterns()
4415 TreePattern Result(CurPattern, LI, false, *this); in ParsePatterns()
4429 ParseOnePattern(CurPattern, Pattern, Result, InstImpResults, in ParsePatterns()
4430 CurPattern->getValueAsBit("GISelShouldIgnore")); in ParsePatterns()