Searched defs:ApplyTypeConstraints (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1533 /// ApplyTypeConstraints - Apply all of the type constraints relevant to
1536 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { function in class:TreePatternNode
1589 bool MadeChange = SetVal->ApplyTypeConstraints(TP, NotRegisters);
1593 MadeChange |= Child->ApplyTypeConstraints(TP, NotRegisters);
1607 MadeChange = getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
1632 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters);
1652 bool MadeChange = NI.ApplyTypeConstraints(this, TP);
1654 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
1759 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
1767 MadeChange |= getChild(i)->ApplyTypeConstraints(T
[all...]

Completed in 99 milliseconds