Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSubtargetEmitter.cpp325 std::vector<Record*> BPs = Proc->getValueAsListOfDefs("BP"); in EmitStageAndOperandCycleData() local
326 if (BPs.size()) { in EmitStageAndOperandCycleData()
331 for (unsigned j = 0, BPN = BPs.size(); j < BPN; ++j) in EmitStageAndOperandCycleData()
332 OS << " unsigned " << BPs[j]->getName() in EmitStageAndOperandCycleData()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp386 std::vector<Record*> BPs = ProcModel.ItinsDef->getValueAsListOfDefs("BP"); in EmitStageAndOperandCycleData() local
387 if (!BPs.empty()) { in EmitStageAndOperandCycleData()
392 for (unsigned j = 0, BPN = BPs.size(); j < BPN; ++j) in EmitStageAndOperandCycleData()
393 OS << " const unsigned " << BPs[j]->getName() in EmitStageAndOperandCycleData()