Home
last modified time | relevance | path

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

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