Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.cpp127 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
132 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT in initOpInfo()
Dnv50_ir_inlines.h275 if (op >= OP_BRA && op <= OP_JOINAT) in asFlow()
Dnv50_ir_emit_nv50.cpp1479 case OP_JOINAT: in emitFlow()
1683 case OP_JOINAT: in emitInstruction()
Dnv50_ir.h101 OP_JOINAT, // push control flow convergence point enumerator
Dnv50_ir_lowering_nv50.cpp705 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleTXL()
Dnv50_ir_from_sm4.cpp1657 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv); in insertConvergenceOps()
Dnv50_ir_from_tgsi.cpp1459 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv); in insertConvergenceOps()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp276 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
Dnv50_ir_emit_nvc0.cpp1148 case OP_JOINAT: code[1] = 0x60000000; mask = 2; break; in emitFlow()
1713 case OP_JOINAT: in emitInstruction()