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

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1378 /// ApplyTypeConstraints - Apply all of the type constraints relevant to
1382 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { function in class:TreePatternNode
1437 bool MadeChange = SetVal->ApplyTypeConstraints(TP, NotRegisters);
1441 MadeChange |= Child->ApplyTypeConstraints(TP, NotRegisters);
1455 MadeChange = getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
1461 MadeChange |= getChild(0)->ApplyTypeConstraints(TP, NotRegisters);
1462 MadeChange |= getChild(1)->ApplyTypeConstraints(TP, NotRegisters);
1497 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters);
1515 bool MadeChange = NI.ApplyTypeConstraints(this, TP);
1517 MadeChange |= getChild(i)->ApplyTypeConstraints(T
[all...]

Completed in 180 milliseconds