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 389 // ComplexPattern implementation
391 ComplexPattern::ComplexPattern(Record *R) {
421 << "' on ComplexPattern '" << R->getName() << "'!\n";
CodeGenTarget.h 195 /// ComplexPattern - ComplexPattern info, corresponding to the ComplexPattern
197 class ComplexPattern {
204 ComplexPattern() : NumOperands(0) {}
205 ComplexPattern(Record *R);

Completed in 428 milliseconds