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

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_cp.c 75 if (src_instr->opc == OPC_META_PHI)
320 if (instr->opc == OPC_META_PHI)
ir3_sched.c 514 if ((instr->opc == OPC_META_INPUT) || (instr->opc == OPC_META_PHI)) {
629 if (instr->opc == OPC_META_PHI) {
ir3_group.c 137 if (instr->opc == OPC_META_PHI)
ir3_print.c 53 case OPC_META_PHI:
instr-a3xx.h 201 OPC_META_PHI = _OPC(-1, 1),
ir3_ra.c 441 if (d->opc == OPC_META_PHI) {
ir3_compiler_nir.c     [all...]

Completed in 551 milliseconds