Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h480 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const;
838 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
1270 inline bool SDNodeInfo::ApplyTypeConstraints(TreePatternNode *N, in ApplyTypeConstraints() function
H A DCodeGenDAGPatterns.cpp2462 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() function in TreePatternNode
2534 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2557 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2558 MadeChange |= NI.ApplyTypeConstraints(this, TP); in ApplyTypeConstraints()
2708 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2732 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2746 bool MadeChange = getChild(0)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
3089 MadeChange |= Tree->ApplyTypeConstraints(*this, false); in InferAllTypes()
3385 while (TPN->ApplyTypeConstraints(P, false)) in ParseDefaultOperands()
H A DDAGISelMatcherGen.cpp183 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()