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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h376 /// SDTypeConstraint - This is a discriminated union of constraints,
377 /// corresponding to the SDTypeConstraint tablegen class in Target.td.
378 struct SDTypeConstraint { struct in namespace:llvm
379 SDTypeConstraint(Record *R, const CodeGenHwModes &CGH);
457 std::vector<SDTypeConstraint> TypeConstraints;
471 const std::vector<SDTypeConstraint> &getTypeConstraints() const {
H A DCodeGenDAGPatterns.cpp1445 // SDTypeConstraint implementation
1448 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { function in class:SDTypeConstraint
1505 "Unrecognized SDTypeConstraint '" + R->getName() + "'!\n");
1537 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N,
1751 for (const SDTypeConstraint &Constraint : TypeConstraints) {
1758 case SDTypeConstraint::SDTCisVT:
1762 case SDTypeConstraint::SDTCisPtrTy:

Completed in 120 milliseconds