Searched refs:ApplyTypeConstraints (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 487 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 D | CodeGenDAGPatterns.cpp | 2470 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() function in TreePatternNode 2541 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints() 2563 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints() 2564 MadeChange |= NI.ApplyTypeConstraints(this, TP); in ApplyTypeConstraints() 2714 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints() 2738 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints() 2752 bool MadeChange = getChild(0)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints() 3094 MadeChange |= Tree->ApplyTypeConstraints(*this, false); in InferAllTypes() 3390 while (TPN->ApplyTypeConstraints(P, false)) in ParseDefaultOperands()
|
| H A D | DAGISelMatcherGen.cpp | 183 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP, in InferPossibleTypes()
|