Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h227 bool AddValue(Record *TheRec, SMLoc Loc, const RecordVal &RV);
231 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h910 TreePattern(Record *TheRec, ListInit *RawPat, bool isInput,
912 TreePattern(Record *TheRec, DagInit *Pat, bool isInput,
914 TreePattern(Record *TheRec, TreePatternNodePtr Pat, bool isInput,
H A DCodeGenDAGPatterns.cpp2798 TreePattern::TreePattern(Record *TheRec, ListInit *RawPat, bool isInput, in TreePattern() argument
2800 : TheRecord(TheRec), CDP(cdp), isInputPattern(isInput), HasError(false), in TreePattern()
2806 TreePattern::TreePattern(Record *TheRec, DagInit *Pat, bool isInput, in TreePattern() argument
2808 : TheRecord(TheRec), CDP(cdp), isInputPattern(isInput), HasError(false), in TreePattern()
2813 TreePattern::TreePattern(Record *TheRec, TreePatternNodePtr Pat, bool isInput, in TreePattern() argument
2815 : TheRecord(TheRec), CDP(cdp), isInputPattern(isInput), HasError(false), in TreePattern()