Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h477 bool ApplyTypeConstraints(TreePatternNode &N, TreePattern &TP) const;
834 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
1259 inline bool SDNodeInfo::ApplyTypeConstraints(TreePatternNode &N, in ApplyTypeConstraints() function
H A DCodeGenDAGPatterns.cpp2449 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() function in TreePatternNode
2521 MadeChange |= getChild(i + 1).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2544 MadeChange |= getChild(i).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2545 MadeChange |= NI.ApplyTypeConstraints(*this, TP); in ApplyTypeConstraints()
2695 MadeChange |= getChild(i).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2719 MadeChange |= getChild(i).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2733 bool MadeChange = getChild(0).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
3078 MadeChange |= Tree->ApplyTypeConstraints(*this, false); in InferAllTypes()
3373 while (TPN->ApplyTypeConstraints(P, false)) in ParseDefaultOperands()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp183 MadeChange = PatWithNoTypes->ApplyTypeConstraints( in InferPossibleTypes()