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

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1333 bool NotRegisters,
1339 if (NotRegisters)
1356 if (NotRegisters)
1370 if (NotRegisters)
1394 if (NotRegisters)
1407 if (NotRegisters)
1496 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { argument
1507 NotRegisters,
1549 bool MadeChange = SetVal->ApplyTypeConstraints(TP, NotRegisters);
1553 MadeChange |= Child->ApplyTypeConstraints(TP, NotRegisters);
1332 getImplicitType(Record *R, unsigned ResNo, bool NotRegisters, bool Unnamed, TreePattern &TP) argument
[all...]
H A DCodeGenDAGPatterns.h451 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);

Completed in 99 milliseconds