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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h484 /// ApplyTypeConstraints - Given a node in a pattern, apply the type
488 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const;
826 /// ApplyTypeConstraints - Apply all of the type constraints relevant to
829 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
1310 inline bool SDNodeInfo::ApplyTypeConstraints(TreePatternNode *N,
H A DCodeGenDAGPatterns.cpp2355 /// ApplyTypeConstraints - Apply all of the type constraints relevant to
2358 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { function in class:TreePatternNode
2429 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters);
2451 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
2452 MadeChange |= NI.ApplyTypeConstraints(this, TP);
2598 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
2606 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
2620 bool MadeChange = getChild(0)->ApplyTypeConstraints(TP, NotRegisters);
2951 MadeChange |= Tree->ApplyTypeConstraints(*this, false);
3245 while (TPN->ApplyTypeConstraints(
[all...]
H A DDAGISelMatcherGen.cpp182 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,
798 // Similarly to the code in TreePatternNode::ApplyTypeConstraints, count the

Completed in 133 milliseconds