Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Def

787       Record *Def = Pred->getDef();
788 if (!Def->isSubClassOf("Predicate")) {
790 Def->dump();
796 PredicateCheck += "(" + Def->getValueAsString("CondString") + ")";
984 // register class def.
1000 SDNodeInfo::SDNodeInfo(Record *R) : Def(R) {
1117 // Add on one implicit def if it has a resolvable type.
1698 // If the instruction expects a predicate or optional def operand, we
2137 // def : Pat<(v1i64 (bitconvert(v2i32 DPR:$src))), (v1i64 DPR:$src)>;