Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h456 std::vector<SDTypeConstraint> TypeConstraints; variable
471 return TypeConstraints; in getTypeConstraints()
1268 for (unsigned i = 0, e = TypeConstraints.size(); i != e; ++i) in ApplyTypeConstraints()
1269 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
H A DCodeGenDAGPatterns.cpp1845 TypeConstraints.emplace_back(R, CGH); in SDNodeInfo()
1857 for (const SDTypeConstraint &Constraint : TypeConstraints) { in getKnownType()