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 349 // ComplexPattern implementation
351 ComplexPattern::ComplexPattern(Record *R) {
381 << "' on ComplexPattern '" << R->getName() << "'!\n";
CodeGenTarget.h 188 /// ComplexPattern - ComplexPattern info, corresponding to the ComplexPattern
190 class ComplexPattern {
197 ComplexPattern() : NumOperands(0) {}
198 ComplexPattern(Record *R);

Completed in 26 milliseconds