Searched refs:NotRegisters (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1483 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 …]
|
D | CodeGenDAGPatterns.h | 481 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 2130 bool NotRegisters, in getImplicitType() argument 2138 if (NotRegisters) in getImplicitType() 2155 if (NotRegisters) in getImplicitType() 2169 if (NotRegisters) in getImplicitType() 2193 if (NotRegisters) in getImplicitType() 2207 if (NotRegisters) in getImplicitType() 2363 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints() argument 2374 NotRegisters, in ApplyTypeConstraints() 2434 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints() 2456 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints() [all …]
|
D | CodeGenDAGPatterns.h | 825 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
|