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

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 614 for (int d = 0; defExists(d); ++d)
742 for (int d = 0; defExists(d); ++d)
767 for (i = d--; defExists(i); ++i)
772 for (n = 0, i = 0; this->defExists(i); ++i, mask >>= 1)
841 for (int d = 0; defExists(d); ++d)
850 for (int d = 0; a->defExists(d); ++d)
860 for (int d = 0; a->defExists(d); ++d)
861 for (int c = 0; b->defExists(c); ++c)
nv50_ir_peephole.cpp 43 if (defExists(0) && def(0).rep()->reg.data.id < 0) {
44 for (int d = 1; defExists(d); ++d)
69 for (int d = 0; defExists(d); ++d)
    [all...]
nv50_ir_ssa.cpp 248 for (int d = 0; i->defExists(d); ++d)
280 for (int d = 0; i->defExists(d); ++d)
477 for (d = 0; stmt->defExists(d); ++d) {
528 for (d = 0; stmt->defExists(d); ++d)
nv50_ir_lowering_nv50.cpp 233 (!i->defExists(0) || i->def(0).getFile() != FILE_ADDRESS))
505 if (insn->defExists(0) && insn->getDef(0)->reg.file == FILE_ADDRESS)
671 for (d = 0; i->defExists(d); ++d)
674 for (d = 0; tex[l]->defExists(d); ++d) {
680 for (d = 0; i->defExists(d); ++d) {
764 for (c = 0; i->defExists(c); ++c) {
774 for (c = 0; i->defExists(c); ++c) {
nv50_ir_ra.cpp 411 for (int d = 0; cal->defExists(d); ++d) {
495 for (d = 0; i->defExists(d); ++d)
571 for (int d = 0; i->defExists(d); ++d) {
886 for (int c = 0; split ? insn->defExists(c) : insn->srcExists(c); ++c) {
939 for (c = 0; insn->defExists(c); ++c)
1054 for (int d = 0; insn->defExists(d); ++d)
    [all...]
nv50_ir_print.cpp 522 if (defExists(1))
524 for (d = 0; defExists(d); ++d) {
nv50_ir_emit_nv50.cpp 264 for (int d = 0; i->defExists(d); ++d)
270 if (flagsDef == 0 && i->defExists(1))
336 if (i->defExists(d)) {
518 assert(i->defExists(0));
537 assert(i->defExists(0) && i->srcExists(0));
    [all...]
nv50_ir_inlines.h 209 return defExists(1) || op == OP_UNION;
nv50_ir_target_nv50.cpp 271 for (int d = 0; i->defExists(d); ++d)
nv50_ir.h 618 inline bool defExists(unsigned d) const
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 235 for (int d = 0; insn->defExists(d); ++d) {
786 for (c = 0; i->defExists(c); ++c) {
796 for (c = 0; i->defExists(c); ++c) {
    [all...]
nv50_ir_emit_nvc0.cpp 579 if (i->defExists(1))
583 if (i->defExists(1))
904 if (i->defExists(1))
    [all...]

Completed in 84 milliseconds