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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.cpp290 if (i->op == OP_MEMBAR && !targ->isOpSupported(OP_MEMBAR, TYPE_NONE)) {
H A Dnv50_ir_target_nv50.cpp129 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
440 case OP_MEMBAR:
H A Dnv50_ir.h107 OP_MEMBAR, // memory barrier (mfence, lfence, sfence) enumerator in enum:nv50_ir::operation
H A Dnv50_ir_target_nvc0.cpp176 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
H A Dnv50_ir_emit_gm107.cpp3332 case OP_MEMBAR:
3740 insn->op == OP_MEMBAR) {
H A Dnv50_ir_emit_gk110.cpp2591 case OP_MEMBAR:
H A Dnv50_ir_from_tgsi.cpp3597 geni = mkOp(OP_MEMBAR, TYPE_NONE, NULL);
3604 geni = mkOp(OP_MEMBAR, TYPE_NONE, NULL);
H A Dnv50_ir_emit_nvc0.cpp2810 case OP_MEMBAR:
H A Dnv50_ir_peephole.cpp2741 ldst->op == OP_MEMBAR) {

Completed in 172 milliseconds