Searched refs:OP_MEMBAR (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target.cpp | 290 if (i->op == OP_MEMBAR && !targ->isOpSupported(OP_MEMBAR, TYPE_NONE)) { in prepareEmission()
|
D | nv50_ir_target_nv50.cpp | 129 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo() 440 case OP_MEMBAR: in isOpSupported()
|
D | nv50_ir_target_nvc0.cpp | 176 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
|
D | nv50_ir.h | 107 OP_MEMBAR, // memory barrier (mfence, lfence, sfence) enumerator
|
D | nv50_ir_emit_gm107.cpp | 3438 case OP_MEMBAR: in emitInstruction() 3846 insn->op == OP_MEMBAR) { in setDelay()
|
D | nv50_ir_emit_gk110.cpp | 2710 case OP_MEMBAR: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2902 case OP_MEMBAR: in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 3805 geni = mkOp(OP_MEMBAR, TYPE_NONE, NULL); in handleInstruction()
|
D | nv50_ir_peephole.cpp | 2931 ldst->op == OP_MEMBAR) { in runOpt()
|