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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1483 bool NotRegisters,
1489 if (NotRegisters)
1506 if (NotRegisters)
1520 if (NotRegisters)
1544 if (NotRegisters)
1557 if (NotRegisters)
1699 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { argument
1710 NotRegisters,
1752 bool MadeChange = SetVal->ApplyTypeConstraints(TP, NotRegisters);
1756 MadeChange |= Child->ApplyTypeConstraints(TP, NotRegisters);
1482 getImplicitType(Record *R, unsigned ResNo, bool NotRegisters, bool Unnamed, TreePattern &TP) argument
[all...]
H A DCodeGenDAGPatterns.h481 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);

Completed in 89 milliseconds