Searched refs:NotRegisters (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.cpp | 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() [all …]
|
| H A D | CodeGenDAGPatterns.h | 845 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
|