Home
last modified time | relevance | path

Searched defs:SDTypeConstraint (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h161 struct SDTypeConstraint { struct
164 unsigned OperandNo; // The operand # this constraint applies to.
165 enum {
169 } ConstraintType;
171 union { // The discriminated union.
210 std::vector<SDTypeConstraint> TypeConstraints; argument
DCodeGenDAGPatterns.cpp807 SDTypeConstraint::SDTypeConstraint(Record *R) { in SDTypeConstraint() function in SDTypeConstraint