Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp954 for (unsigned PRIdx = 0, PREnd = PRVec.size(); in GenSchedClassTables() local
955 PRIdx != PREnd; ++PRIdx) { in GenSchedClassTables()
957 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()
959 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()