Searched refs:OP_SPLIT (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp1086 case OP_SPLIT:
1634 st = new_Instruction(func, OP_SPLIT, ty);
1731 // multiple destinations that all need to be spilled (like OP_SPLIT).
2042 Instruction *split = new_Instruction(func, OP_SPLIT, typeOfSize(size));
2286 i->op == OP_SPLIT) {
2304 if (cst->op == OP_SPLIT && 0) {
H A Dnv50_ir.h46 OP_SPLIT, // $r0d -> { $r0, $r1 } ($r0d and $r0/$r1 will be coalesced) enumerator in enum:nv50_ir::operation
H A Dnv50_ir_build_util.cpp303 insn = mkOp1(OP_SPLIT, fTy, h[0], val);
H A Dnv50_ir_peephole.cpp36 if (op == OP_PHI || op == OP_SPLIT || op == OP_MERGE || op == OP_CONSTRAINT)
139 if (si->op != OP_SPLIT || si != i->getSrc(1)->getInsn())
935 case OP_SPLIT: {
3112 if (def && def->op == OP_SPLIT && typeSizeof(def->sType) == 4)

Completed in 172 milliseconds