Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2179 bool NotRegisters, in getImplicitType() argument
2187 if (NotRegisters) in getImplicitType()
2204 if (NotRegisters) in getImplicitType()
2218 if (NotRegisters) in getImplicitType()
2242 if (NotRegisters) in getImplicitType()
2256 if (NotRegisters) in getImplicitType()
2412 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() argument
2423 NotRegisters, in ApplyTypeConstraints()
2483 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2505 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
[all …]
H A DCodeGenDAGPatterns.h823 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);