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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target.cpp291 if (i->op == OP_MEMBAR && !targ->isOpSupported(OP_MEMBAR, TYPE_NONE)) {
H A Dnv50_ir_target_nv50.cpp128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
444 case OP_MEMBAR:
H A Dnv50_ir.h110 OP_MEMBAR, // memory barrier (mfence, lfence, sfence) enumerator in enum:nv50_ir::operation
H A Dnv50_ir_target_nvc0.cpp211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
H A Dnv50_ir_emit_gm107.cpp3669 case OP_MEMBAR:
4078 insn->op == OP_MEMBAR) {
H A Dnv50_ir_emit_gk110.cpp2715 case OP_MEMBAR:
H A Dnv50_ir_emit_nvc0.cpp2909 case OP_MEMBAR:
H A Dnv50_ir_from_nir.cpp2598 Instruction *bar = mkOp(OP_MEMBAR, TYPE_NONE, NULL);
H A Dnv50_ir_from_tgsi.cpp3763 geni = mkOp(OP_MEMBAR, TYPE_NONE, NULL);
H A Dnv50_ir_peephole.cpp3135 ldst->op == OP_MEMBAR) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
455 case OP_MEMBAR:
H A Dnv50_ir.h112 OP_MEMBAR, // memory barrier (mfence, lfence, sfence) enumerator in enum:nv50_ir::operation
H A Dnv50_ir_target_gv100.cpp315 case OP_MEMBAR: return &opInfo_MEMBAR;
H A Dnv50_ir_target_nvc0.cpp211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
H A Dnv50_ir_emit_gv100.cpp1883 case OP_MEMBAR:
H A Dnv50_ir_emit_gm107.cpp3742 case OP_MEMBAR:
4001 insn->op == OP_MEMBAR) {
H A Dnv50_ir_emit_gk110.cpp2722 case OP_MEMBAR:
H A Dnv50_ir_emit_nvc0.cpp2916 case OP_MEMBAR:
H A Dnv50_ir_from_nir.cpp2335 Instruction *bar = mkOp(OP_MEMBAR, TYPE_NONE, NULL);
H A Dnv50_ir_lowering_nv50.cpp2228 case OP_MEMBAR:
H A Dnv50_ir_from_tgsi.cpp3795 geni = mkOp(OP_MEMBAR, TYPE_NONE, NULL);
H A Dnv50_ir_peephole.cpp3206 ldst->op == OP_MEMBAR) {

Completed in 74 milliseconds