Searched refs:srcrecord (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 687 PatternToMatch(Record *srcrecord, ListInit *preds, in PatternToMatch() argument 691 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src), DstPattern(dst), in PatternToMatch()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 1107 PatternToMatch(Record *srcrecord, std::vector<Predicate> preds, 1111 : SrcRecord(srcrecord), SrcPattern(src), DstPattern(dst), in SrcRecord() argument
|