Searched refs:offR (Results 1 – 1 of 1) sorted by relevance
1574 int32_t offR = rec->offset; in replaceLdFromLd() local1578 assert(offR <= offE); in replaceLdFromLd()1579 for (dR = 0; offR < offE && ldR->defExists(dR); ++dR) in replaceLdFromLd()1580 offR += ldR->getDef(dR)->reg.size; in replaceLdFromLd()1581 if (offR != offE) in replaceLdFromLd()1601 int32_t offR = rec->offset; in replaceStFromSt() local1603 int32_t endR = offR + typeSizeof(ri->dType); in replaceStFromSt()1605 rec->size = MAX2(endS, endR) - MIN2(offS, offR); in replaceStFromSt()1609 if (offR < offS) { in replaceStFromSt()1614 for (s = 1; offR < offS; offR += ri->getSrc(s)->reg.size, ++s) in replaceStFromSt()[all …]