HomeSort by relevance Sort by last modified time
    Searched refs:SDTypeConstraint (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 154 /// SDTypeConstraint - This is a discriminated union of constraints,
155 /// corresponding to the SDTypeConstraint tablegen class in Target.td.
156 struct SDTypeConstraint {
157 SDTypeConstraint(Record *R);
205 std::vector<SDTypeConstraint> TypeConstraints;
218 const std::vector<SDTypeConstraint> &getTypeConstraints() const {
CodeGenDAGPatterns.cpp 763 // SDTypeConstraint implementation
766 SDTypeConstraint::SDTypeConstraint(Record *R) {
802 errs() << "Unrecognized SDTypeConstraint '" << R->getName() << "'!\n";
835 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N,
    [all...]

Completed in 17 milliseconds