Home
last modified time | relevance | path

Searched refs:OP_JOINAT (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_nv50.cpp128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
134 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT, in initOpInfo()
Dnv50_ir_target_nvc0.cpp211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
219 OP_JOINAT, OP_PREBREAK, OP_PRECONT, OP_BRKPT in initOpInfo()
Dnv50_ir_target_gv100.cpp293 case OP_JOINAT: return &opInfo_NOP; //XXX in getOpInfo()
Dnv50_ir_emit_nv50.cpp1829 case OP_JOINAT: in emitFlow()
2105 case OP_JOINAT: in emitInstruction()
Dnv50_ir.h108 OP_JOINAT, // push control flow convergence point enumerator
Dnv50_ir_emit_gk110.cpp1530 case OP_JOINAT: code[1] = 0x14800000; mask = 2; break; in emitFlow()
2685 case OP_JOINAT: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp1477 case OP_JOINAT: code[1] = 0x60000000; mask = 2; break; in emitFlow()
2879 case OP_JOINAT: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp970 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleTXL()
1473 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
Dnv50_ir_emit_gv100.cpp1875 case OP_JOINAT: //XXX in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp1462 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1561 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
Dnv50_ir_emit_gm107.cpp3459 case OP_JOINAT: in emitInstruction()
Dnv50_ir_from_nir.cpp1505 headBB->joinAt = mkFlow(OP_JOINAT, conv, CC_ALWAYS, NULL); in visit()
Dnv50_ir_from_tgsi.cpp2223 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv); in insertConvergenceOps()