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 155 /// SDTypeConstraint - This is a discriminated union of constraints,
156 /// corresponding to the SDTypeConstraint tablegen class in Target.td.
157 struct SDTypeConstraint {
158 SDTypeConstraint(Record *R);
206 std::vector<SDTypeConstraint> TypeConstraints;
219 const std::vector<SDTypeConstraint> &getTypeConstraints() const {
CodeGenDAGPatterns.cpp 800 // SDTypeConstraint implementation
803 SDTypeConstraint::SDTypeConstraint(Record *R) {
839 errs() << "Unrecognized SDTypeConstraint '" << R->getName() << "'!\n";
871 bool SDTypeConstraint::ApplyTypeConstraint(TreePatternNode *N,
    [all...]

Completed in 23 milliseconds