Home
last modified time | relevance | path

Searched refs:OP_MERGE (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/core/src/opencl/
Dsplit_merge.cl44 #ifdef OP_MERGE
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp924 case OP_MERGE: in doCoalesce()
929 if (insn->op == OP_MERGE) { in doCoalesce()
950 if (i && i->op == OP_MERGE) // do we really still need this ? in doCoalesce()
1794 Instruction *merge = new_Instruction(func, OP_MERGE, typeOfSize(size)); in condenseSrcs()
1965 if (cst->op == OP_MERGE || cst->op == OP_UNION) { in insertConstraintMoves()
Dnv50_ir.h46 OP_MERGE, // opposite of split, e.g. combine 2 32 bit into a 64 bit value enumerator
Dnv50_ir_peephole.cpp36 if (op == OP_PHI || op == OP_SPLIT || op == OP_MERGE || op == OP_CONSTRAINT) in isNop()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_lowering_nvc0.cpp215 case OP_MERGE: in findOverwritingDefs()
250 usei->op == OP_MERGE || in findFirstUses()