Searched refs:OP_UNION (Results 1 – 12 of 12) sorted by relevance
/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/nv50/codegen/ |
D | nv50_ir_lowering_nv50.cpp | 87 bld->mkOp2(OP_UNION, TYPE_U32, r[2], r[1], r[0]); in expandIntegerMUL() 452 div->op = OP_UNION; in handleDIV() 647 Instruction *cond = bld.mkOp1(OP_UNION, TYPE_U32, bld.getScratch(), in handleTXB() 681 Instruction *dst = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(d)); in handleTXB() 775 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c)); in handleTXD() 814 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1); in handleSLCT() 842 bld.mkOp2(OP_UNION, i->dType, i->getDef(0), src0, src1); in handleSELP()
|
D | nv50_ir_inlines.h | 209 return defExists(1) || op == OP_UNION; in constrainedDefs()
|
D | nv50_ir_ra.cpp | 923 case OP_UNION: in doCoalesce() 1928 if (i->op == OP_UNION) { in visit() 1965 if (cst->op == OP_MERGE || cst->op == OP_UNION) { in insertConstraintMoves() 1993 if (cst->op == OP_UNION) in insertConstraintMoves()
|
D | nv50_ir_build_util.cpp | 278 return mkOp2(OP_UNION, typeOfSize(dst->reg.size), dst, def0, def1); in mkSelect()
|
D | nv50_ir.h | 44 OP_UNION, // unify a new definition and several source values enumerator
|
D | nv50_ir_peephole.cpp | 50 if (op == OP_MOV || op == OP_UNION) { in isNop() 53 if (op == OP_UNION) in isNop()
|
D | nv50_ir_emit_nv50.cpp | 1699 case OP_UNION: in emitInstruction()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 217 case OP_UNION: in findOverwritingDefs() 240 if (usei->op == OP_PHI || usei->op == OP_UNION) { in findFirstUses() 252 usei->op == OP_UNION) { in findFirstUses() 797 Instruction *u = bld.mkOp(OP_UNION, TYPE_U32, i->getDef(c)); in handleManualTXD()
|
D | nv50_ir_emit_nvc0.cpp | 1736 case OP_UNION: in emitInstruction()
|