reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
380 OS.indent(getIndentLevel() * 2); 381 OS << "bool "; 383 OS << getClassPrefix() << "::"; 384 OS << FunctionName << "("; 386 OS << "const MCInst " << (isByRef() ? "&" : "*") << "MI"; 388 OS << "const MachineInstr " << (isByRef() ? "&" : "*") << "MI"; 390 OS << ", APInt &Mask"; 391 OS << (shouldExpandForMC() ? ", unsigned ProcessorID) const " : ") const "); 393 OS << "{\n"; 398 OS << "override"; 399 OS << ";\n";