Lines Matching refs:NotRegisters
2297 bool NotRegisters, bool Unnamed, in getImplicitType() argument
2304 if (NotRegisters) in getImplicitType()
2321 if (NotRegisters) in getImplicitType()
2335 if (NotRegisters) in getImplicitType()
2359 if (NotRegisters) in getImplicitType()
2373 if (NotRegisters) in getImplicitType()
2525 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() argument
2536 i, getImplicitType(DI->getDef(), i, NotRegisters, !hasName(), TP), in ApplyTypeConstraints()
2594 MadeChange |= getChild(i + 1).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2617 MadeChange |= Child.ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2768 MadeChange |= Child.ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2775 if (!NotRegisters) { in ApplyTypeConstraints()
2792 MadeChange |= Child.ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2806 bool MadeChange = getChild(0).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()