Home
last modified time | relevance | path

Searched refs:offR (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp3027 int32_t offR = rec->offset; in replaceLdFromLd() local
3031 assert(offR <= offE); in replaceLdFromLd()
3032 for (dR = 0; offR < offE && ldR->defExists(dR); ++dR) in replaceLdFromLd()
3033 offR += ldR->getDef(dR)->reg.size; in replaceLdFromLd()
3034 if (offR != offE) in replaceLdFromLd()
3054 int32_t offR = rec->offset; in replaceStFromSt() local
3056 int32_t endR = offR + typeSizeof(ri->dType); in replaceStFromSt()
3058 rec->size = MAX2(endS, endR) - MIN2(offS, offR); in replaceStFromSt()
3062 if (offR < offS) { in replaceStFromSt()
3067 for (s = 1; offR < off in replaceStFromSt()
[all...]

Completed in 5 milliseconds