Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h451 std::vector<SDTypeConstraint> TypeConstraints; variable
466 return TypeConstraints; in getTypeConstraints()
1260 for (unsigned i = 0, e = TypeConstraints.size(); i != e; ++i) in ApplyTypeConstraints()
1261 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
H A DCodeGenDAGPatterns.cpp1787 TypeConstraints.emplace_back(R, CGH); in SDNodeInfo()
1799 for (const SDTypeConstraint &Constraint : TypeConstraints) { in getKnownType()