Lines Matching defs:record
27 // Construct a Predicate from a record.
28 Pred::Pred(const Record *record) : def(record) {
54 CPred::CPred(const Record *record) : Pred(record) {
70 CombinedPred::CombinedPred(const Record *record) : Pred(record) {
119 // TableGen record.
158 // substitution, nodes are still pointing to the original TableGen record.
182 // If the current predicate is a ConcatPred, record the prefix and suffix.
193 for (const auto *record : combined.getChildren()) {
195 buildPredicateTree(Pred(record), allocator, allSubstitutions);
230 // instead of relying on TableGen record pointers or (b) taking ground truth