Searched refs:ApplyTypeConstraints (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1696 /// ApplyTypeConstraints - Apply all of the type constraints relevant to
1699 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { function in class:TreePatternNode
1752 bool MadeChange = SetVal->ApplyTypeConstraints(TP, NotRegisters);
1756 MadeChange |= Child->ApplyTypeConstraints(TP, NotRegisters);
1770 MadeChange = getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
1795 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters);
1815 bool MadeChange = NI.ApplyTypeConstraints(this, TP);
1817 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
1949 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
1957 MadeChange |= getChild(i)->ApplyTypeConstraints(T
[all...]
H A DCodeGenDAGPatterns.h256 /// ApplyTypeConstraints - Given a node in a pattern, apply the type
260 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const {
478 /// ApplyTypeConstraints - Apply all of the type constraints relevant to
481 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
H A DDAGISelMatcherGen.cpp186 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,

Completed in 54 milliseconds