Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp2778 int32_t offLd = ld->getSrc(0)->reg.data.offset; in combineLd() local
2788 if (((size == 0x8) && (MIN2(offLd, offRc) & 0x7)) || in combineLd()
2789 ((size == 0xc) && (MIN2(offLd, offRc) & 0xf))) in combineLd()
2795 assert(sizeRc + sizeLd <= 16 && offRc != offLd); in combineLd()
2803 if (offLd < offRc) { in combineLd()
2813 rec->offset = rec->insn->getSrc(0)->reg.data.offset = offLd; in combineLd()
3004 int32_t offLd = ld->getSrc(0)->reg.data.offset; in replaceLdFromSt() local
3007 for (s = 1; offSt != offLd && st->srcExists(s); ++s) in replaceLdFromSt()
3009 if (offSt != offLd) in replaceLdFromSt()

Completed in 6 milliseconds