Searched refs:ApplyTypeConstraints (Results 1 – 6 of 6) sorted by relevance
/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/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 484 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const; 825 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters); 1307 inline bool SDNodeInfo::ApplyTypeConstraints(TreePatternNode *N, in ApplyTypeConstraints() function
|
D | CodeGenDAGPatterns.cpp | 2363 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()
|
D | DAGISelMatcherGen.cpp | 182 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()
|