Searched refs:OP_BRA (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h300 if (op >= OP_BRA && op <= OP_JOIN)
307 if (op >= OP_BRA && op <= OP_JOIN)
H A Dnv50_ir_target_nv50.cpp126 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
162 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
H A Dnv50_ir_lowering_nvc0.cpp730 contBB->getExit()->op = OP_BRA;
752 if (exit->op == OP_BRA) {
1454 bld.mkFlow(OP_BRA, tryLockBB, CC_ALWAYS, NULL);
1465 bld.mkFlow(OP_BRA, setAndUnlockBB, CC_P, ld->getDef(1));
1466 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL);
1522 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL);
1527 bld.mkFlow(OP_BRA, tryLockBB, CC_NOT_P, pred->getDef(0));
1528 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL);
1549 bld.mkFlow(OP_BRA, tryLockAndSetBB, CC_ALWAYS, NULL);
1619 bld.mkFlow(OP_BRA, tryLockAndSetB
[all...]
H A Dnv50_ir_target_nvc0.cpp209 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
246 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
H A Dnv50_ir_target.cpp268 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) {
H A Dnv50_ir_from_nir.cpp1681 mkFlow(OP_BRA, elseBB, CC_EQ, src)->setType(sType);
1692 mkFlow(OP_BRA, tailBB, CC_ALWAYS, NULL);
1705 mkFlow(OP_BRA, tailBB, CC_ALWAYS, NULL);
1741 } else if (insn && insn->op == OP_BRA && !insn->getPredicate() &&
2625 mkFlow(OP_BRA, exit, CC_ALWAYS, NULL);
H A Dnv50_ir_lowering_nv50.cpp923 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1;
1148 i->op = OP_BRA;
H A Dnv50_ir.h97 OP_BRA, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_from_tgsi.cpp3585 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy);
3600 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL);
3613 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6)
3615 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL);
3619 if (prevBB->getExit()->op == OP_BRA) {
H A Dnv50_ir_emit_gk110.cpp1504 case OP_BRA:
2668 case OP_BRA:
H A Dnv50_ir_emit_nv50.cpp1739 case OP_BRA:
1997 case OP_BRA:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h300 if (op >= OP_BRA && op <= OP_JOIN)
307 if (op >= OP_BRA && op <= OP_JOIN)
H A Dnv50_ir_target_nv50.cpp126 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
162 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
H A Dnv50_ir_target.cpp277 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) {
H A Dnv50_ir_lowering_nvc0.cpp741 contBB->getExit()->op = OP_BRA;
763 if (exit->op == OP_BRA) {
1468 bld.mkFlow(OP_BRA, tryLockBB, CC_ALWAYS, NULL);
1479 bld.mkFlow(OP_BRA, setAndUnlockBB, CC_P, ld->getDef(1));
1480 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL);
1536 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL);
1541 bld.mkFlow(OP_BRA, tryLockBB, CC_NOT_P, pred->getDef(0));
1542 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL);
1563 bld.mkFlow(OP_BRA, tryLockAndSetBB, CC_ALWAYS, NULL);
1633 bld.mkFlow(OP_BRA, tryLockAndSetB
[all...]
H A Dnv50_ir_lowering_nv50.cpp977 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1;
1266 i->op = OP_BRA;
1475 bld.mkFlow(OP_BRA, tryLockBB, CC_ALWAYS, NULL);
1492 bld.mkFlow(OP_BRA, setAndUnlockBB, CC_LT, locked);
1493 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL);
1556 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL);
1561 bld.mkFlow(OP_BRA, tryLockBB, CC_GEU, locked);
1562 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL);
H A Dnv50_ir_target_gv100.cpp73 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
242 case OP_BRA:
H A Dnv50_ir_target_nvc0.cpp209 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT,
246 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN);
H A Dnv50_ir_lowering_gv100.cpp367 i->op = OP_BRA;
H A Dnv50_ir_from_nir.cpp1453 mkFlow(OP_BRA, elseBB, CC_EQ, src)->setType(sType);
1463 mkFlow(OP_BRA, tailBB, CC_ALWAYS, NULL);
1466 insertJoins = insertJoins && bb->getExit()->op == OP_BRA;
1477 mkFlow(OP_BRA, tailBB, CC_ALWAYS, NULL);
1480 insertJoins = insertJoins && bb->getExit()->op == OP_BRA;
2401 mkFlow(OP_BRA, exit, CC_ALWAYS, NULL);
H A Dnv50_ir_emit_gv100.cpp1775 case OP_BRA:
2040 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) {
H A Dnv50_ir.h99 OP_BRA, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_from_tgsi.cpp3617 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy);
3632 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL);
3645 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6)
3647 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL);
3651 if (prevBB->getExit()->op == OP_BRA) {
H A Dnv50_ir_emit_gk110.cpp1511 case OP_BRA:
2675 case OP_BRA:
H A Dnv50_ir_emit_nv50.cpp1817 case OP_BRA:
2084 case OP_BRA:

Completed in 58 milliseconds

12