Searched refs:OP_SPLIT (Results 1 – 4 of 4) sorted by relevance
1084 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()
303 insn = mkOp1(OP_SPLIT, fTy, h[0], val); in mkSplit()
46 OP_SPLIT, // $r0d -> { $r0, $r1 } ($r0d and $r0/$r1 will be coalesced) enumerator
36 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()