HomeSort by relevance Sort by last modified time
    Searched refs:OP_MERGE (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 703 // need to fixup register id for participants of OP_MERGE/SPLIT
924 case OP_MERGE:
929 if (insn->op == OP_MERGE) {
950 if (i && i->op == OP_MERGE) // do we really still need this ?
    [all...]
nv50_ir.h 46 OP_MERGE, // opposite of split, e.g. combine 2 32 bit into a 64 bit value
nv50_ir_peephole.cpp 36 if (op == OP_PHI || op == OP_SPLIT || op == OP_MERGE || op == OP_CONSTRAINT)
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 215 case OP_MERGE:
250 usei->op == OP_MERGE ||
    [all...]

Completed in 36 milliseconds