Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp1382 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() function in TreePatternNode
1437 bool MadeChange = SetVal->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1441 MadeChange |= Child->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1455 MadeChange = getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1461 MadeChange |= getChild(0)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1462 MadeChange |= getChild(1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1497 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1515 bool MadeChange = NI.ApplyTypeConstraints(this, TP); in ApplyTypeConstraints()
1517 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1616 MadeChange |= Child->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
[all …]
DCodeGenDAGPatterns.h235 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const { in ApplyTypeConstraints() function
450 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
DDAGISelMatcherGen.cpp178 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()
/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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h452 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const;
743 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
1226 inline bool SDNodeInfo::ApplyTypeConstraints(TreePatternNode *N, in ApplyTypeConstraints() function
DCodeGenDAGPatterns.cpp2224 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() function in TreePatternNode
2295 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2317 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2318 MadeChange |= NI.ApplyTypeConstraints(this, TP); in ApplyTypeConstraints()
2450 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2458 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2472 bool MadeChange = getChild(0)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2802 MadeChange |= Tree->ApplyTypeConstraints(*this, false); in InferAllTypes()
3104 while (TPN->ApplyTypeConstraints(P, false)) in ParseDefaultOperands()
DDAGISelMatcherGen.cpp183 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()