Searched defs:ComplexPattern (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp328 // ComplexPattern implementation
330 ComplexPattern::ComplexPattern(Record *R) { function in class:ComplexPattern
360 << "' on ComplexPattern '" << R->getName() << "'!\n";
H A DCodeGenTarget.h178 /// ComplexPattern - ComplexPattern info, corresponding to the ComplexPattern
180 class ComplexPattern { class in namespace:llvm
187 ComplexPattern() : NumOperands(0) {} function in class:llvm::ComplexPattern
188 ComplexPattern(Record *R);

Completed in 36 milliseconds