Lines Matching refs:NotRegisters
2227 bool NotRegisters, in getImplicitType() argument
2235 if (NotRegisters) in getImplicitType()
2252 if (NotRegisters) in getImplicitType()
2266 if (NotRegisters) in getImplicitType()
2290 if (NotRegisters) in getImplicitType()
2304 if (NotRegisters) in getImplicitType()
2462 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() argument
2473 NotRegisters, in ApplyTypeConstraints()
2534 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2557 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2708 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2715 if (!NotRegisters) { in ApplyTypeConstraints()
2732 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2746 bool MadeChange = getChild(0)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()