Home
last modified time | relevance | path

Searched refs:OP_MEMBAR (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target.cpp299 if (i->op == OP_MEMBAR && !targ->isOpSupported(OP_MEMBAR, TYPE_NONE)) { in prepareEmission()
Dnv50_ir_target_nv50.cpp128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
444 case OP_MEMBAR: in isOpSupported()
Dnv50_ir_target_nvc0.cpp211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
Dnv50_ir_target_gv100.cpp315 case OP_MEMBAR: return &opInfo_MEMBAR; in getOpInfo()
Dnv50_ir.h112 OP_MEMBAR, // memory barrier (mfence, lfence, sfence) enumerator
Dnv50_ir_emit_gv100.cpp1838 case OP_MEMBAR: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3733 case OP_MEMBAR: in emitInstruction()
3992 insn->op == OP_MEMBAR) { in setDelay()
Dnv50_ir_emit_gk110.cpp2715 case OP_MEMBAR: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2909 case OP_MEMBAR: in emitInstruction()
Dnv50_ir_from_nir.cpp2317 Instruction *bar = mkOp(OP_MEMBAR, TYPE_NONE, NULL); in visit()
Dnv50_ir_from_tgsi.cpp3734 geni = mkOp(OP_MEMBAR, TYPE_NONE, NULL); in handleInstruction()
Dnv50_ir_peephole.cpp3181 ldst->op == OP_MEMBAR) { in runOpt()