Searched refs:OP_MEMBAR (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nv50.cpp | 128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo() 455 case OP_MEMBAR: in isOpSupported()
|
D | nv50_ir_target_nvc0.cpp | 211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
|
D | nv50_ir_target_gv100.cpp | 315 case OP_MEMBAR: return &opInfo_MEMBAR; in getOpInfo()
|
D | nv50_ir.h | 112 OP_MEMBAR, // memory barrier (mfence, lfence, sfence) enumerator
|
D | nv50_ir_emit_gm107.cpp | 3742 case OP_MEMBAR: in emitInstruction() 4001 insn->op == OP_MEMBAR) { in setDelay()
|
D | nv50_ir_emit_gv100.cpp | 1883 case OP_MEMBAR: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 2722 case OP_MEMBAR: in emitInstruction()
|
D | nv50_ir_lowering_nv50.cpp | 2228 case OP_MEMBAR: in visit()
|
D | nv50_ir_emit_nvc0.cpp | 2916 case OP_MEMBAR: in emitInstruction()
|
D | nv50_ir_from_nir.cpp | 2335 Instruction *bar = mkOp(OP_MEMBAR, TYPE_NONE, NULL); in visit()
|
D | nv50_ir_from_tgsi.cpp | 3795 geni = mkOp(OP_MEMBAR, TYPE_NONE, NULL); in handleInstruction()
|
D | nv50_ir_peephole.cpp | 3206 ldst->op == OP_MEMBAR) { in runOpt()
|