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 393 // ComplexPattern implementation
395 ComplexPattern::ComplexPattern(Record *R) {
425 PropList[i]->getName() + "' on ComplexPattern '" +
CodeGenTarget.h 196 /// ComplexPattern - ComplexPattern info, corresponding to the ComplexPattern
198 class ComplexPattern {
205 ComplexPattern() : NumOperands(0) {}
206 ComplexPattern(Record *R);

Completed in 42 milliseconds