Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h471 bool ApplyTypeConstraints(TreePatternNode &N, TreePattern &TP) const;
845 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
1280 inline bool SDNodeInfo::ApplyTypeConstraints(TreePatternNode &N, in ApplyTypeConstraints() function
H A DCodeGenDAGPatterns.cpp2525 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() function in TreePatternNode
2594 MadeChange |= getChild(i + 1).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2617 MadeChange |= Child.ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2618 MadeChange |= NI.ApplyTypeConstraints(*this, TP); in ApplyTypeConstraints()
2768 MadeChange |= Child.ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2792 MadeChange |= Child.ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2806 bool MadeChange = getChild(0).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
3172 MadeChange |= Tree->ApplyTypeConstraints(*this, false); in InferAllTypes()
3442 while (TPN->ApplyTypeConstraints(P, false)) in ParseDefaultOperands()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp182 MadeChange = PatWithNoTypes->ApplyTypeConstraints( in InferPossibleTypes()