Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h487 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const;
831 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
1265 inline bool SDNodeInfo::ApplyTypeConstraints(TreePatternNode *N, in ApplyTypeConstraints() function
H A DCodeGenDAGPatterns.cpp2472 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() function in TreePatternNode
2543 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2565 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2566 MadeChange |= NI.ApplyTypeConstraints(this, TP); in ApplyTypeConstraints()
2716 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2740 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2754 bool MadeChange = getChild(0)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
3096 MadeChange |= Tree->ApplyTypeConstraints(*this, false); in InferAllTypes()
3392 while (TPN->ApplyTypeConstraints(P, false)) in ParseDefaultOperands()
H A DDAGISelMatcherGen.cpp183 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()