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

/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1490 /// ApplyTypeConstraints - Apply all of the type constraints relevant to
1493 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { function in class:TreePatternNode
1546 bool MadeChange = SetVal->ApplyTypeConstraints(TP, NotRegisters);
1550 MadeChange |= Child->ApplyTypeConstraints(TP, NotRegisters);
1564 MadeChange = getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
1589 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters);
1609 bool MadeChange = NI.ApplyTypeConstraints(this, TP);
1611 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
1716 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
1729 bool MadeChange = getChild(0)->ApplyTypeConstraints(T
[all...]
H A DCodeGenDAGPatterns.h232 /// ApplyTypeConstraints - Given a node in a pattern, apply the type
236 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const {
448 /// ApplyTypeConstraints - Apply all of the type constraints relevant to
451 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
H A DDAGISelMatcherGen.cpp178 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,

Completed in 57 milliseconds