Home | History | Annotate | Download | only in TableGen

Lines Matching refs:FUs

392     std::vector<Record*> FUs = PI->ItinsDef->getValueAsListOfDefs("FU");
393 if (FUs.empty())
400 for (unsigned j = 0, FUN = FUs.size(); j < FUN; ++j)
401 OS << " const unsigned " << FUs[j]->getName()