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

  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 305 // ComplexPattern implementation
307 ComplexPattern::ComplexPattern(Record *R) {
337 << "' on ComplexPattern '" << R->getName() << "'!\n";
CodeGenTarget.h 172 /// ComplexPattern - ComplexPattern info, corresponding to the ComplexPattern
174 class ComplexPattern {
181 ComplexPattern() : NumOperands(0) {}
182 ComplexPattern(Record *R);

Completed in 27 milliseconds