Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2235 bool NotRegisters, in getImplicitType() argument
2243 if (NotRegisters) in getImplicitType()
2260 if (NotRegisters) in getImplicitType()
2274 if (NotRegisters) in getImplicitType()
2298 if (NotRegisters) in getImplicitType()
2312 if (NotRegisters) in getImplicitType()
2470 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() argument
2481 NotRegisters, in ApplyTypeConstraints()
2541 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2563 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
[all …]
H A DCodeGenDAGPatterns.h831 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);