| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_print.cpp | 604 if (op == OP_CALL && asFlow()->builtin) { 607 if (op == OP_CALL && asFlow()->target.fn) {
|
| H A D | nv50_ir_target_nv50.cpp | 126 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, 134 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT,
|
| H A D | nv50_ir_target_nvc0.cpp | 135 { OP_CALL, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0 }, 209 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, 218 OP_CALL, OP_PRERET, OP_QUADON, OP_QUADPOP,
|
| H A D | nv50_ir_emit_nv50.cpp | 1749 case OP_CALL: 1771 if (f->op == OP_CALL) { 2000 case OP_CALL: 2159 if (insn->op == OP_CALL) // side effects !
|
| H A D | nv50_ir.cpp | 1067 if (op == OP_CALL) 1098 if (op == OP_CALL)
|
| H A D | nv50_ir_emit_gk110.cpp | 1510 case OP_CALL: 1550 if (f->op == OP_CALL) { 2669 case OP_CALL:
|
| H A D | nv50_ir.h | 98 OP_CALL, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_emit_nvc0.cpp | 1457 case OP_CALL: 1509 if (f->op == OP_CALL) { 2863 case OP_CALL:
|
| H A D | nv50_ir_peephole.cpp | 265 if (i->op == OP_CALL) // calls have args as sources, they must be in regs 410 if (i->op == OP_MOV || i->op == OP_CALL) 3133 if (ldst->op == OP_CALL ||
|
| H A D | nv50_ir_lowering_nv50.cpp | 1435 case OP_CALL:
|
| H A D | nv50_ir_lowering_nvc0.cpp | 75 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL); 101 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL);
|
| H A D | nv50_ir_ra.cpp | 424 assert(pb->getExit()->op != OP_CALL); 497 if (!cal || cal->op != OP_CALL || cal->builtin || cal->indirect)
|
| H A D | nv50_ir_from_tgsi.cpp | 3704 mkFlow(OP_CALL, s->f, CC_ALWAYS, NULL); 4294 if (i->op == OP_CALL && !i->asFlow()->builtin) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_target_nv50.cpp | 126 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, 134 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT,
|
| H A D | nv50_ir_target_nvc0.cpp | 135 { OP_CALL, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0 }, 209 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, 218 OP_CALL, OP_PRERET, OP_QUADON, OP_QUADPOP,
|
| H A D | nv50_ir_print.cpp | 644 if (op == OP_CALL && asFlow()->builtin) { 647 if (op == OP_CALL && asFlow()->target.fn) {
|
| H A D | nv50_ir_emit_nv50.cpp | 1827 case OP_CALL: 1849 if (f->op == OP_CALL) { 2087 case OP_CALL: 2246 if (insn->op == OP_CALL) // side effects !
|
| H A D | nv50_ir.cpp | 1131 if (op == OP_CALL) 1162 if (op == OP_CALL)
|
| H A D | nv50_ir_emit_gk110.cpp | 1517 case OP_CALL: 1557 if (f->op == OP_CALL) { 2676 case OP_CALL:
|
| H A D | nv50_ir.h | 100 OP_CALL, enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_emit_nvc0.cpp | 1464 case OP_CALL: 1516 if (f->op == OP_CALL) { 2870 case OP_CALL:
|
| H A D | nv50_ir_peephole.cpp | 265 if (i->op == OP_CALL) // calls have args as sources, they must be in regs 413 if (i->op == OP_MOV || i->op == OP_CALL) 3204 if (ldst->op == OP_CALL ||
|
| H A D | nv50_ir_ra.cpp | 469 assert(pb->getExit()->op != OP_CALL); 542 if (!cal || cal->op != OP_CALL || cal->builtin || cal->indirect)
|
| H A D | nv50_ir_from_tgsi.cpp | 3736 mkFlow(OP_CALL, s->f, CC_ALWAYS, NULL); 4327 if (i->op == OP_CALL && !i->asFlow()->builtin) {
|
| H A D | nv50_ir_lowering_nvc0.cpp | 75 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL); 101 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL);
|