Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2237 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()
2483 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()
[all …]
H A DCodeGenDAGPatterns.h831 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);