Home
last modified time | relevance | path

Searched refs:NotRegisters (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp2222 bool NotRegisters, bool Unnamed, in getImplicitType() argument
2229 if (NotRegisters) in getImplicitType()
2246 if (NotRegisters) in getImplicitType()
2260 if (NotRegisters) in getImplicitType()
2284 if (NotRegisters) in getImplicitType()
2298 if (NotRegisters) in getImplicitType()
2449 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() argument
2460 i, getImplicitType(DI->getDef(), i, NotRegisters, !hasName(), TP), in ApplyTypeConstraints()
2521 MadeChange |= getChild(i + 1).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2544 MadeChange |= getChild(i).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
[all …]
H A DCodeGenDAGPatterns.h834 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);