Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp1084 case OP_SPLIT: in doCoalesce()
1632 st = new_Instruction(func, OP_SPLIT, ty); in spill()
2040 Instruction *split = new_Instruction(func, OP_SPLIT, typeOfSize(size)); in condenseDefs()
2284 i->op == OP_SPLIT) { in visit()
2302 if (cst->op == OP_SPLIT && 0) { in insertConstraintMoves()
Dnv50_ir_build_util.cpp303 insn = mkOp1(OP_SPLIT, fTy, h[0], val); in mkSplit()
Dnv50_ir.h46 OP_SPLIT, // $r0d -> { $r0, $r1 } ($r0d and $r0/$r1 will be coalesced) enumerator
Dnv50_ir_peephole.cpp36 if (op == OP_PHI || op == OP_SPLIT || op == OP_MERGE || op == OP_CONSTRAINT) in isNop()
139 if (si->op != OP_SPLIT || si != i->getSrc(1)->getInsn()) in visit()
939 case OP_SPLIT: { in opnd()
3303 if (def && def->op == OP_SPLIT && typeSizeof(def->sType) == 4) in handleMADforNV50()