Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp2474 Record *findRecord(const Instruction *, bool load, bool& isAdjacent) const;
2698 MemoryOpt::findRecord(const Instruction *insn, bool load, bool& isAdj) const in findRecord() function in nv50_ir::MemoryOpt
2962 rec = findRecord(ldst, false, isAdjacent); in runOpt()
2968 rec = keep ? findRecord(ldst, true, isAdjacent) : NULL; in runOpt()
2979 rec = findRecord(ldst, false, isAdjacent); in runOpt()