Searched refs:OP_JOINAT (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
134 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT,
H A Dnv50_ir_target_nvc0.cpp211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
219 OP_JOINAT, OP_PREBREAK, OP_PRECONT, OP_BRKPT
H A Dnv50_ir.h106 OP_JOINAT, // push control flow convergence point enumerator in enum:nv50_ir::operation
H A Dnv50_ir_emit_gk110.cpp1523 case OP_JOINAT: code[1] = 0x14800000; mask = 2; break;
2678 case OP_JOINAT:
H A Dnv50_ir_emit_nv50.cpp1751 case OP_JOINAT:
2018 case OP_JOINAT:
H A Dnv50_ir_lowering_nv50.cpp916 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
H A Dnv50_ir_emit_nvc0.cpp1470 case OP_JOINAT: code[1] = 0x60000000; mask = 2; break;
2872 case OP_JOINAT:
H A Dnv50_ir_lowering_nvc0.cpp1448 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
1547 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
H A Dnv50_ir_emit_gm107.cpp3394 case OP_JOINAT:
H A Dnv50_ir_from_nir.cpp1678 bb->joinAt = mkFlow(OP_JOINAT, convert(lastThen->successors[0]),
H A Dnv50_ir_from_tgsi.cpp2241 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
134 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT,
H A Dnv50_ir_target_nvc0.cpp211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART,
219 OP_JOINAT, OP_PREBREAK, OP_PRECONT, OP_BRKPT
H A Dnv50_ir.h108 OP_JOINAT, // push control flow convergence point enumerator in enum:nv50_ir::operation
H A Dnv50_ir_target_gv100.cpp293 case OP_JOINAT: return &opInfo_NOP; //XXX
H A Dnv50_ir_emit_gk110.cpp1530 case OP_JOINAT: code[1] = 0x14800000; mask = 2; break;
2685 case OP_JOINAT:
H A Dnv50_ir_emit_nv50.cpp1829 case OP_JOINAT:
2105 case OP_JOINAT:
H A Dnv50_ir_emit_gv100.cpp1848 case OP_JOINAT: //XXX
H A Dnv50_ir_emit_nvc0.cpp1477 case OP_JOINAT: code[1] = 0x60000000; mask = 2; break;
2879 case OP_JOINAT:
H A Dnv50_ir_lowering_nv50.cpp970 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
1473 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
H A Dnv50_ir_lowering_nvc0.cpp1462 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
1561 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
H A Dnv50_ir_emit_gm107.cpp3459 case OP_JOINAT:
H A Dnv50_ir_from_nir.cpp1491 headBB->joinAt = mkFlow(OP_JOINAT, conv, CC_ALWAYS, NULL);
H A Dnv50_ir_from_tgsi.cpp2223 fork->joinAt = new_FlowInstruction(func, OP_JOINAT, conv);

Completed in 74 milliseconds