Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp2524 int32_t offLd = ld->getSrc(0)->reg.data.offset; in combineLd() local
2534 if (((size == 0x8) && (MIN2(offLd, offRc) & 0x7)) || in combineLd()
2535 ((size == 0xc) && (MIN2(offLd, offRc) & 0xf))) in combineLd()
2541 assert(sizeRc + sizeLd <= 16 && offRc != offLd); in combineLd()
2549 if (offLd < offRc) { in combineLd()
2559 rec->offset = rec->insn->getSrc(0)->reg.data.offset = offLd; in combineLd()
2740 int32_t offLd = ld->getSrc(0)->reg.data.offset; in replaceLdFromSt() local
2743 for (s = 1; offSt != offLd && st->srcExists(s); ++s) in replaceLdFromSt()
2745 if (offSt != offLd) in replaceLdFromSt()