Home
last modified time | relevance | path

Searched refs:BPs (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp393 std::vector<Record*> BPs = PI->ItinsDef->getValueAsListOfDefs("BP"); in EmitStageAndOperandCycleData() local
394 if (!BPs.empty()) { in EmitStageAndOperandCycleData()
399 for (unsigned j = 0, BPN = BPs.size(); j < BPN; ++j) in EmitStageAndOperandCycleData()
400 OS << " const unsigned " << BPs[j]->getName() in EmitStageAndOperandCycleData()