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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp300 insn = mkOp1(OP_SPLIT, fTy, h[0], val);
H A Dnv50_ir_ra.cpp935 case OP_SPLIT:
1759 Instruction *split = new_Instruction(func, OP_SPLIT, typeOfSize(size));
1946 if (cst->op == OP_SPLIT && 0) {
H A Dnv50_ir.h45 OP_SPLIT, // $r0d -> { $r0, $r1 } ($r0d and $r0/$r1 will be coalesced) enumerator in enum:nv50_ir::operation
H A Dnv50_ir_peephole.cpp36 if (op == OP_PHI || op == OP_SPLIT || op == OP_MERGE || op == OP_CONSTRAINT)
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp300 insn = mkOp1(OP_SPLIT, fTy, h[0], val);
H A Dnv50_ir_ra.cpp935 case OP_SPLIT:
1759 Instruction *split = new_Instruction(func, OP_SPLIT, typeOfSize(size));
1946 if (cst->op == OP_SPLIT && 0) {
H A Dnv50_ir.h45 OP_SPLIT, // $r0d -> { $r0, $r1 } ($r0d and $r0/$r1 will be coalesced) enumerator in enum:nv50_ir::operation
H A Dnv50_ir_peephole.cpp36 if (op == OP_PHI || op == OP_SPLIT || op == OP_MERGE || op == OP_CONSTRAINT)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp214 case OP_SPLIT:
249 if (usei->op == OP_SPLIT ||
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp214 case OP_SPLIT:
249 if (usei->op == OP_SPLIT ||

Completed in 1228 milliseconds