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

/external/llvm/utils/TableGen/
H A DCodeGenTarget.h188 /// ComplexPattern - ComplexPattern info, corresponding to the ComplexPattern
190 class ComplexPattern { class in namespace:llvm
197 ComplexPattern() : NumOperands(0) {} function in class:llvm::ComplexPattern
198 ComplexPattern(Record *R);
H A DCodeGenTarget.cpp349 // ComplexPattern implementation
351 ComplexPattern::ComplexPattern(Record *R) { function in class:ComplexPattern
381 << "' on ComplexPattern '" << R->getName() << "'!\n";

Completed in 160 milliseconds