Searched refs:ApplyTypeConstraints (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1382 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 …]
|
D | CodeGenDAGPatterns.h | 235 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const { in ApplyTypeConstraints() function 450 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
|
D | DAGISelMatcherGen.cpp | 178 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1699 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 …]
|
D | CodeGenDAGPatterns.h | 260 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const { in ApplyTypeConstraints() function 481 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
|
D | DAGISelMatcherGen.cpp | 181 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 452 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const; 743 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters); 1226 inline bool SDNodeInfo::ApplyTypeConstraints(TreePatternNode *N, in ApplyTypeConstraints() function
|
D | CodeGenDAGPatterns.cpp | 2224 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()
|
D | DAGISelMatcherGen.cpp | 183 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()
|