Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_sched_gm107.h138 struct LiveBarDef { struct
139 LiveBarDef(Instruction *insn, Instruction *defi) in LiveBarDef() function
Dnv50_ir_emit_gm107.cpp4194 std::list<LiveBarDef> live_defs; in insertBarriers()
4219 for (std::list<LiveBarDef>::iterator it = live_defs.begin(); in insertBarriers()
4267 live_defs.push_back(LiveBarDef(insn, defi)); in insertBarriers()