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 D | nv50_ir_target.cpp | 291 if (i->op == OP_MEMBAR && !targ->isOpSupported(OP_MEMBAR, TYPE_NONE)) {
|
| H A D | nv50_ir_target_nv50.cpp | 128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, 444 case OP_MEMBAR:
|
| H A D | nv50_ir.h | 110 OP_MEMBAR, // memory barrier (mfence, lfence, sfence) enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_target_nvc0.cpp | 211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
|
| H A D | nv50_ir_emit_gm107.cpp | 3669 case OP_MEMBAR: 4078 insn->op == OP_MEMBAR) {
|
| H A D | nv50_ir_emit_gk110.cpp | 2715 case OP_MEMBAR:
|
| H A D | nv50_ir_emit_nvc0.cpp | 2909 case OP_MEMBAR:
|
| H A D | nv50_ir_from_nir.cpp | 2598 Instruction *bar = mkOp(OP_MEMBAR, TYPE_NONE, NULL);
|
| H A D | nv50_ir_from_tgsi.cpp | 3763 geni = mkOp(OP_MEMBAR, TYPE_NONE, NULL);
|
| H A D | nv50_ir_peephole.cpp | 3135 ldst->op == OP_MEMBAR) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_target_nv50.cpp | 128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, 455 case OP_MEMBAR:
|
| H A D | nv50_ir.h | 112 OP_MEMBAR, // memory barrier (mfence, lfence, sfence) enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_target_gv100.cpp | 315 case OP_MEMBAR: return &opInfo_MEMBAR;
|
| H A D | nv50_ir_target_nvc0.cpp | 211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
|
| H A D | nv50_ir_emit_gv100.cpp | 1883 case OP_MEMBAR:
|
| H A D | nv50_ir_emit_gm107.cpp | 3742 case OP_MEMBAR: 4001 insn->op == OP_MEMBAR) {
|
| H A D | nv50_ir_emit_gk110.cpp | 2722 case OP_MEMBAR:
|
| H A D | nv50_ir_emit_nvc0.cpp | 2916 case OP_MEMBAR:
|
| H A D | nv50_ir_from_nir.cpp | 2335 Instruction *bar = mkOp(OP_MEMBAR, TYPE_NONE, NULL);
|
| H A D | nv50_ir_lowering_nv50.cpp | 2228 case OP_MEMBAR:
|
| H A D | nv50_ir_from_tgsi.cpp | 3795 geni = mkOp(OP_MEMBAR, TYPE_NONE, NULL);
|
| H A D | nv50_ir_peephole.cpp | 3206 ldst->op == OP_MEMBAR) {
|
Completed in 74 milliseconds