Home
last modified time | relevance | path

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

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