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 328 // ComplexPattern implementation
330 ComplexPattern::ComplexPattern(Record *R) {
360 << "' on ComplexPattern '" << R->getName() << "'!\n";
CodeGenTarget.h 178 /// ComplexPattern - ComplexPattern info, corresponding to the ComplexPattern
180 class ComplexPattern {
187 ComplexPattern() : NumOperands(0) {}
188 ComplexPattern(Record *R);

Completed in 23 milliseconds