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

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1380 /// ApplyTypeConstraints - Apply all of the type constraints relevant to
1384 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { function in class:TreePatternNode
1433 bool MadeChange = SetVal->ApplyTypeConstraints(TP, NotRegisters);
1437 MadeChange |= Child->ApplyTypeConstraints(TP, NotRegisters);
1451 MadeChange = getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
1457 MadeChange |= getChild(0)->ApplyTypeConstraints(TP, NotRegisters);
1458 MadeChange |= getChild(1)->ApplyTypeConstraints(TP, NotRegisters);
1493 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters);
1511 bool MadeChange = NI.ApplyTypeConstraints(this, TP);
1513 MadeChange |= getChild(i)->ApplyTypeConstraints(T
[all...]

Completed in 206 milliseconds