Lines Matching refs:NotRegisters
2237 bool NotRegisters, in getImplicitType() argument
2245 if (NotRegisters) in getImplicitType()
2262 if (NotRegisters) in getImplicitType()
2276 if (NotRegisters) in getImplicitType()
2300 if (NotRegisters) in getImplicitType()
2314 if (NotRegisters) in getImplicitType()
2472 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() argument
2483 NotRegisters, in ApplyTypeConstraints()
2543 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2565 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2716 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2723 if (!NotRegisters) { in ApplyTypeConstraints()
2740 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2754 bool MadeChange = getChild(0)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()