Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_sched_gm107.h131 struct LiveBarUse { struct
132 LiveBarUse(Instruction *insn, Instruction *usei) in LiveBarUse() function
Dnv50_ir_emit_gm107.cpp4193 std::list<LiveBarUse> live_uses; in insertBarriers()
4206 for (std::list<LiveBarUse>::iterator it = live_uses.begin(); in insertBarriers()
4248 live_uses.push_back(LiveBarUse(insn, usei)); in insertBarriers()