Searched refs:OP_CALL (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_print.cpp604 if (op == OP_CALL && asFlow()->builtin) {
607 if (op == OP_CALL && asFlow()->target.fn) {
H A Dnv50_ir_target_nv50.cpp126 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 Dnv50_ir_target_nvc0.cpp135 { 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 Dnv50_ir_emit_nv50.cpp1749 case OP_CALL:
1771 if (f->op == OP_CALL) {
2000 case OP_CALL:
2159 if (insn->op == OP_CALL) // side effects !
H A Dnv50_ir.cpp1067 if (op == OP_CALL)
1098 if (op == OP_CALL)
H A Dnv50_ir_emit_gk110.cpp1510 case OP_CALL:
1550 if (f->op == OP_CALL) {
2669 case OP_CALL:
H A Dnv50_ir.h98 OP_CALL, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_emit_nvc0.cpp1457 case OP_CALL:
1509 if (f->op == OP_CALL) {
2863 case OP_CALL:
H A Dnv50_ir_peephole.cpp265 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 Dnv50_ir_lowering_nv50.cpp1435 case OP_CALL:
H A Dnv50_ir_lowering_nvc0.cpp75 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL);
101 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL);
H A Dnv50_ir_ra.cpp424 assert(pb->getExit()->op != OP_CALL);
497 if (!cal || cal->op != OP_CALL || cal->builtin || cal->indirect)
H A Dnv50_ir_from_tgsi.cpp3704 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 Dnv50_ir_target_nv50.cpp126 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 Dnv50_ir_target_nvc0.cpp135 { 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 Dnv50_ir_print.cpp644 if (op == OP_CALL && asFlow()->builtin) {
647 if (op == OP_CALL && asFlow()->target.fn) {
H A Dnv50_ir_emit_nv50.cpp1827 case OP_CALL:
1849 if (f->op == OP_CALL) {
2087 case OP_CALL:
2246 if (insn->op == OP_CALL) // side effects !
H A Dnv50_ir.cpp1131 if (op == OP_CALL)
1162 if (op == OP_CALL)
H A Dnv50_ir_emit_gk110.cpp1517 case OP_CALL:
1557 if (f->op == OP_CALL) {
2676 case OP_CALL:
H A Dnv50_ir.h100 OP_CALL, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_emit_nvc0.cpp1464 case OP_CALL:
1516 if (f->op == OP_CALL) {
2870 case OP_CALL:
H A Dnv50_ir_peephole.cpp265 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 Dnv50_ir_ra.cpp469 assert(pb->getExit()->op != OP_CALL);
542 if (!cal || cal->op != OP_CALL || cal->builtin || cal->indirect)
H A Dnv50_ir_from_tgsi.cpp3736 mkFlow(OP_CALL, s->f, CC_ALWAYS, NULL);
4327 if (i->op == OP_CALL && !i->asFlow()->builtin) {
H A Dnv50_ir_lowering_nvc0.cpp75 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL);
101 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL);

Completed in 71 milliseconds

12