reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
27 CGIOperandList::CGIOperandList(Record *R) : TheDef(R) { 32 DagInit *OutDI = R->getValueAsDag("OutOperandList"); 36 PrintFatalError(R->getLoc(), 37 R->getName() + 40 PrintFatalError(R->getLoc(), 41 R->getName() + ": invalid output list: use 'outs'"); 45 DagInit *InDI = R->getValueAsDag("InOperandList"); 48 PrintFatalError(R->getLoc(), 49 R->getName() + 52 PrintFatalError(R->getLoc(), 53 R->getName() + ": invalid input list: use 'ins'"); 72 PrintFatalError(R->getLoc(), "Illegal operand for the '" + R->getName() + 72 PrintFatalError(R->getLoc(), "Illegal operand for the '" + R->getName() + 98 PrintFatalError(R->getLoc(), 118 PrintFatalError(R->getLoc(), "Unknown operand class '" + Rec->getName() + 119 "' in '" + R->getName() + 124 PrintFatalError(R->getLoc(), "In instruction '" + R->getName() + 124 PrintFatalError(R->getLoc(), "In instruction '" + R->getName() + 128 PrintFatalError(R->getLoc(), 129 "In instruction '" + R->getName() + "', operand #" +