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 159 /// SDTypeConstraint - This is a discriminated union of constraints,
160 /// corresponding to the SDTypeConstraint tablegen class in Target.td.
161 struct SDTypeConstraint {
162 SDTypeConstraint(Record *R);
210 std::vector<SDTypeConstraint> TypeConstraints;
223 const std::vector<SDTypeConstraint> &getTypeConstraints() const {
CodeGenDAGPatterns.cpp 804 // SDTypeConstraint implementation
807 SDTypeConstraint::SDTypeConstraint(Record *R) {
843 errs() << "Unrecognized SDTypeConstraint '" << R->getName() << "'!\n";
875 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N,
    [all...]

Completed in 80 milliseconds