Searched refs:srcrecord (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 634 PatternToMatch(Record *srcrecord, ListInit *preds, in PatternToMatch() argument 638 : SrcRecord(srcrecord), Predicates(preds), SrcPattern(src), DstPattern(dst), in PatternToMatch()
|
/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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 1021 PatternToMatch(Record *srcrecord, std::vector<Predicate> preds, 1025 : SrcRecord(srcrecord), SrcPattern(src), DstPattern(dst), in SrcRecord() argument
|