| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_inlines.h | 300 if (op >= OP_BRA && op <= OP_JOIN) 307 if (op >= OP_BRA && op <= OP_JOIN)
|
| H A D | nv50_ir_target_nv50.cpp | 126 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 D | nv50_ir_lowering_nvc0.cpp | 730 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 D | nv50_ir_target_nvc0.cpp | 209 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 D | nv50_ir_target.cpp | 268 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) {
|
| H A D | nv50_ir_from_nir.cpp | 1681 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 D | nv50_ir_lowering_nv50.cpp | 923 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1; 1148 i->op = OP_BRA;
|
| H A D | nv50_ir.h | 97 OP_BRA, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_from_tgsi.cpp | 3585 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 D | nv50_ir_emit_gk110.cpp | 1504 case OP_BRA: 2668 case OP_BRA:
|
| H A D | nv50_ir_emit_nv50.cpp | 1739 case OP_BRA: 1997 case OP_BRA:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_inlines.h | 300 if (op >= OP_BRA && op <= OP_JOIN) 307 if (op >= OP_BRA && op <= OP_JOIN)
|
| H A D | nv50_ir_target_nv50.cpp | 126 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 D | nv50_ir_target.cpp | 277 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) {
|
| H A D | nv50_ir_lowering_nvc0.cpp | 741 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 D | nv50_ir_lowering_nv50.cpp | 977 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 D | nv50_ir_target_gv100.cpp | 73 opInfo[i].flow = (i >= OP_BRA && i <= OP_JOIN); 242 case OP_BRA:
|
| H A D | nv50_ir_target_nvc0.cpp | 209 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 D | nv50_ir_lowering_gv100.cpp | 367 i->op = OP_BRA;
|
| H A D | nv50_ir_from_nir.cpp | 1453 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 D | nv50_ir_emit_gv100.cpp | 1775 case OP_BRA: 2040 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) {
|
| H A D | nv50_ir.h | 99 OP_BRA, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_from_tgsi.cpp | 3617 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 D | nv50_ir_emit_gk110.cpp | 1511 case OP_BRA: 2675 case OP_BRA:
|
| H A D | nv50_ir_emit_nv50.cpp | 1817 case OP_BRA: 2084 case OP_BRA:
|