reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
828 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
2402 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); 2424 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); 2571 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); 2579 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); 2593 bool MadeChange = getChild(0)->ApplyTypeConstraints(TP, NotRegisters); 2924 MadeChange |= Tree->ApplyTypeConstraints(*this, false); 3219 while (TPN->ApplyTypeConstraints(P, false))utils/TableGen/DAGISelMatcherGen.cpp
182 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,