Home
last modified time | relevance | path

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

/third_party/mesa3d/docs/relnotes/
D17.1.4.rst113 - nv50/ir: fix combineLd/St to update existing records as necessary
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp2734 bool combineLd(Record *rec, Instruction *ld);
2778 MemoryOpt::combineLd(Record *rec, Instruction *ld) in combineLd() function in nv50_ir::MemoryOpt
3249 keep = !combineLd(rec, ldst); in runOpt()