Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1699 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() function in TreePatternNode
1752 bool MadeChange = SetVal->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1756 MadeChange |= Child->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1770 MadeChange = getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1795 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1815 bool MadeChange = NI.ApplyTypeConstraints(this, TP); in ApplyTypeConstraints()
1817 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1949 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1957 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1971 bool MadeChange = getChild(0)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
[all …]
DCodeGenDAGPatterns.h260 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const { in ApplyTypeConstraints() function
481 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
DDAGISelMatcherGen.cpp181 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()