Searched refs:OP_UNION (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp125 bld->mkOp2(OP_UNION, TYPE_U32, r[2], r[1], r[3]);
173 bld->mkOp2(OP_UNION, fTy, rr[4], rr[2], rr[3]);
180 bld->mkOp2(OP_UNION, mul->sType, mul->getDef(0), rr[5], rr[6]);
552 div->op = OP_UNION;
857 Instruction *cond = bld.mkOp1(OP_UNION, TYPE_U32, bld.getScratch(),
891 Instruction *dst = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(d));
1002 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c));
1078 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1);
1106 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1);
H A Dnv50_ir_inlines.h241 return defExists(1) || op == OP_UNION;
H A Dnv50_ir_lowering_nvc0.cpp260 bld.mkOp2(OP_UNION, TYPE_U32, (dst[1] = bld.getSSA()), hi1, hi2);
1277 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c));
1673 bld.mkOp2(OP_UNION, TYPE_U32, dst, atom->getDef(0), zero);
2298 Instruction *uni = bld.mkOp2(OP_UNION, TYPE_U32, bld.getSSA(), NULL, mov->getDef(0));
2337 bld.mkOp2(OP_UNION, TYPE_U32, su->getDef(0),
2460 bld.mkOp2(OP_UNION, TYPE_U32, def, red->getDef(0), mov->getDef(0));
2551 bld.mkOp2(OP_UNION, TYPE_U32, def, su->getDef(0), mov->getDef(0));
2637 bld.mkOp2(OP_UNION, TYPE_U32, dst, i->getDef(0), zero);
2679 bld.mkOp2(OP_UNION, TYPE_U32, dst, i->getDef(0), zero);
H A Dnv50_ir_lowering_gm107.cpp195 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c));
H A Dnv50_ir.h45 OP_UNION, // unify a new definition and several source values enumerator in enum:nv50_ir::operation
H A Dnv50_ir_build_util.cpp281 return mkOp2(OP_UNION, typeOfSize(dst->reg.size), dst, def0, def1);
H A Dnv50_ir_ra.cpp1094 case OP_UNION:
1944 if (v->getInsn()->op == OP_PHI || v->getInsn()->op == OP_UNION) {
2103 // carry over predicate if any (mainly for OP_UNION uses)
2510 if (i->op == OP_UNION ||
2597 if (cst->op == OP_MERGE || cst->op == OP_UNION) {
H A Dnv50_ir_peephole.cpp52 if (op == OP_MOV || op == OP_UNION) {
55 if (op == OP_UNION)
1286 newi = bld.mkOp2(OP_UNION, TYPE_S32, i->getDef(0), v1, v2);
3720 // TODO: maybe do this with OP_UNION, too
3759 // TODO: maybe relax this later (causes trouble with OP_UNION)
H A Dnv50_ir_emit_gk110.cpp2746 case OP_UNION:
H A Dnv50_ir_emit_nv50.cpp2040 case OP_UNION:
H A Dnv50_ir_emit_nvc0.cpp2928 case OP_UNION:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h241 return defExists(1) || op == OP_UNION;
H A Dnv50_ir_lowering_nv50.cpp143 bld->mkOp2(OP_UNION, TYPE_U32, r[2], r[1], r[3]);
191 bld->mkOp2(OP_UNION, fTy, rr[4], rr[2], rr[3]);
198 bld->mkOp2(OP_UNION, mul->sType, mul->getDef(0), rr[5], rr[6]);
575 div->op = OP_UNION;
911 Instruction *cond = bld.mkOp1(OP_UNION, TYPE_U32, bld.getScratch(),
945 Instruction *dst = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(d));
1056 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c));
1196 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1);
1224 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1);
H A Dnv50_ir_lowering_gm107.cpp214 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c));
H A Dnv50_ir_lowering_nvc0.cpp260 bld.mkOp2(OP_UNION, TYPE_U32, (dst[1] = bld.getSSA()), hi1, hi2);
1291 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c));
1689 bld.mkOp2(OP_UNION, TYPE_U32, dst, atom->getDef(0), zero);
2338 Instruction *uni = bld.mkOp2(OP_UNION, TYPE_U32, bld.getSSA(), newDef, mov->getDef(0));
2375 bld.mkOp2(OP_UNION, TYPE_U32, su->getDef(0),
2584 bld.mkOp2(OP_UNION, TYPE_U32, def, red->getDef(0), mov->getDef(0));
2713 Instruction *uni = ret[i] = bld.mkOp2(OP_UNION, TYPE_U32,
2733 Instruction *uni = ret[i] = bld.mkOp2(OP_UNION, TYPE_U32,
2851 bld.mkOp2(OP_UNION, TYPE_U32, dst, i->getDef(0), zero);
2893 bld.mkOp2(OP_UNION, TYPE_U3
[all...]
H A Dnv50_ir.h45 OP_UNION, // unify a new definition and several source values enumerator in enum:nv50_ir::operation
H A Dnv50_ir_build_util.cpp283 return mkOp2(OP_UNION, typeOfSize(dst->reg.size), dst, def0, def1);
H A Dnv50_ir_ra.cpp1141 case OP_UNION:
1994 if (v->getInsn()->op == OP_PHI || v->getInsn()->op == OP_UNION) {
2153 // carry over predicate if any (mainly for OP_UNION uses)
2581 if (i->op == OP_UNION ||
2675 if (cst->op == OP_MERGE || cst->op == OP_UNION) {
H A Dnv50_ir_peephole.cpp52 if (op == OP_MOV || op == OP_UNION) {
55 if (op == OP_UNION)
1322 newi = bld.mkOp2(OP_UNION, TYPE_S32, i->getDef(0), v1, v2);
3794 // TODO: maybe do this with OP_UNION, too
3833 // TODO: maybe relax this later (causes trouble with OP_UNION)
H A Dnv50_ir_emit_gk110.cpp2753 case OP_UNION:
H A Dnv50_ir_emit_nv50.cpp2127 case OP_UNION:
H A Dnv50_ir_emit_nvc0.cpp2935 case OP_UNION:

Completed in 61 milliseconds