Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp1244 bool NotRegisters, TreePattern &TP) { in getImplicitType() argument
1248 if (NotRegisters) in getImplicitType()
1258 if (NotRegisters) in getImplicitType()
1272 if (NotRegisters) in getImplicitType()
1291 if (NotRegisters) in getImplicitType()
1382 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() argument
1390 NotRegisters, TP), TP); in ApplyTypeConstraints()
1437 bool MadeChange = SetVal->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1441 MadeChange |= Child->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1455 MadeChange = getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
[all …]
DCodeGenDAGPatterns.h450 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1483 bool NotRegisters, in getImplicitType() argument
1489 if (NotRegisters) in getImplicitType()
1506 if (NotRegisters) in getImplicitType()
1520 if (NotRegisters) in getImplicitType()
1544 if (NotRegisters) in getImplicitType()
1557 if (NotRegisters) in getImplicitType()
1699 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() argument
1710 NotRegisters, in ApplyTypeConstraints()
1752 bool MadeChange = SetVal->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
1756 MadeChange |= Child->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
[all …]
DCodeGenDAGPatterns.h481 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);