/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | OpCodes.java | 302 public static final int OP_UNION = 20; field in OpCodes
|
D | Compiler.java | 161 case OpCodes.OP_UNION : in compile()
|
D | XPathParser.java | 1244 insertOp(opPos, 2, OpCodes.OP_UNION); in UnionExpr()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nv50.cpp | 125 bld->mkOp2(OP_UNION, TYPE_U32, r[2], r[1], r[3]); in expandIntegerMUL() 173 bld->mkOp2(OP_UNION, fTy, rr[4], rr[2], rr[3]); in expandIntegerMUL() 180 bld->mkOp2(OP_UNION, mul->sType, mul->getDef(0), rr[5], rr[6]); in expandIntegerMUL() 552 div->op = OP_UNION; in handleDIV() 857 Instruction *cond = bld.mkOp1(OP_UNION, TYPE_U32, bld.getScratch(), in handleTXB() 891 Instruction *dst = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(d)); in handleTXB() 1002 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c)); in handleTXD() 1078 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1); in handleSLCT() 1106 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1); in handleSELP()
|
D | nv50_ir_inlines.h | 241 return defExists(1) || op == OP_UNION; in constrainedDefs()
|
D | nv50_ir_lowering_nvc0.cpp | 260 bld.mkOp2(OP_UNION, TYPE_U32, (dst[1] = bld.getSSA()), hi1, hi2); in handleShift() 1290 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c)); in handleManualTXD() 1688 bld.mkOp2(OP_UNION, TYPE_U32, dst, atom->getDef(0), zero); in handleATOM() 2335 Instruction *uni = bld.mkOp2(OP_UNION, TYPE_U32, bld.getSSA(), NULL, mov->getDef(0)); in insertOOBSurfaceOpResult() 2374 bld.mkOp2(OP_UNION, TYPE_U32, su->getDef(0), in handleSurfaceOpNVE4() 2497 bld.mkOp2(OP_UNION, TYPE_U32, def, red->getDef(0), mov->getDef(0)); in handleSurfaceOpNVC0() 2624 Instruction *uni = ret[i] = bld.mkOp2(OP_UNION, TYPE_U32, in processSurfaceCoordsGM107() 2643 Instruction *uni = ret[i] = bld.mkOp2(OP_UNION, TYPE_U32, in processSurfaceCoordsGM107() 2762 bld.mkOp2(OP_UNION, TYPE_U32, dst, i->getDef(0), zero); in handleLDST() 2804 bld.mkOp2(OP_UNION, TYPE_U32, dst, i->getDef(0), zero); in handleLDST()
|
D | nv50_ir_lowering_gm107.cpp | 195 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c)); in handleManualTXD()
|
D | nv50_ir_ra.cpp | 1140 case OP_UNION: in doCoalesce() 1990 if (v->getInsn()->op == OP_PHI || v->getInsn()->op == OP_UNION) { in resolveSplitsAndMerges() 2570 if (i->op == OP_UNION || in visit() 2657 if (cst->op == OP_MERGE || cst->op == OP_UNION) { in insertConstraintMoves()
|
D | nv50_ir_build_util.cpp | 281 return mkOp2(OP_UNION, typeOfSize(dst->reg.size), dst, def0, def1); in mkSelect()
|
D | nv50_ir.h | 45 OP_UNION, // unify a new definition and several source values enumerator
|
D | nv50_ir_peephole.cpp | 52 if (op == OP_MOV || op == OP_UNION) { in isNop() 55 if (op == OP_UNION) in isNop() 1316 newi = bld.mkOp2(OP_UNION, TYPE_S32, i->getDef(0), v1, v2); in opnd()
|
D | nv50_ir_emit_nv50.cpp | 2040 case OP_UNION: in emitInstruction()
|
D | nv50_ir_emit_gk110.cpp | 2746 case OP_UNION: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 2928 case OP_UNION: in emitInstruction()
|