Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2227 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()
2473 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()
[all …]
H A DCodeGenDAGPatterns.h838 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);