Home
last modified time | relevance | path

Searched refs:ApplyTypeConstraints (Results 1 – 6 of 6) 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()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h484 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const;
825 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
1307 inline bool SDNodeInfo::ApplyTypeConstraints(TreePatternNode *N, in ApplyTypeConstraints() function
DCodeGenDAGPatterns.cpp2363 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() function in TreePatternNode
2434 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2456 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2457 MadeChange |= NI.ApplyTypeConstraints(this, TP); in ApplyTypeConstraints()
2607 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2615 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2629 bool MadeChange = getChild(0)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2967 MadeChange |= Tree->ApplyTypeConstraints(*this, false); in InferAllTypes()
3262 while (TPN->ApplyTypeConstraints(P, false)) in ParseDefaultOperands()
DDAGISelMatcherGen.cpp182 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()