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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_gm107.cpp 180 for (c = 0; i->defExists(c); ++c)
185 for (c = 0; i->defExists(c); ++c) {
194 for (c = 0; i->defExists(c); ++c) {
nv50_ir_ssa.cpp 249 for (int d = 0; i->defExists(d); ++d)
281 for (int d = 0; i->defExists(d); ++d)
491 for (d = 0; stmt->defExists(d); ++d) {
548 for (d = 0; stmt->defExists(d); ++d)
nv50_ir.cpp 615 for (int d = 0; defExists(d); ++d)
763 for (int d = 0; defExists(d); ++d)
788 for (i = d--; defExists(i); ++i)
793 for (n = 0, i = 0; this->defExists(i); ++i, mask >>= 1)
862 for (int d = 0; defExists(d); ++d)
871 for (int d = 0; defExists(d); ++d)
881 for (int d = 0; defExists(d); ++d)
882 for (int c = 0; i->defExists(c); ++c)
nv50_ir_lowering_nv50.cpp 317 (!i->defExists(0) || i->def(0).getFile() != FILE_ADDRESS))
586 if (insn->defExists(0) && insn->getDef(0)->reg.file == FILE_ADDRESS)
881 for (d = 0; i->defExists(d); ++d)
884 for (d = 0; tex[l]->defExists(d); ++d) {
890 for (d = 0; i->defExists(d); ++d) {
991 for (c = 0; i->defExists(c); ++c) {
1001 for (c = 0; i->defExists(c); ++c) {
1022 if (!i->defExists(def))
    [all...]
nv50_ir_print.cpp 646 if (defExists(1))
648 for (d = 0; defExists(d); ++d) {
nv50_ir_peephole.cpp 45 if (defExists(0) && def(0).rep()->reg.data.id < 0) {
46 for (int d = 1; defExists(d); ++d)
73 for (int d = 0; defExists(d); ++d)
948 for (int8_t d = 0; i->defExists(d); ++d) {
    [all...]
nv50_ir_emit_nvc0.cpp 206 if (insn->defExists(d))
383 assert(d < 0 || (i->defExists(d) && i->def(d).getFile() == FILE_PREDICATE));
875 if (i->defExists(1)) {
1204 if (i->defExists(1))
    [all...]
nv50_ir_emit_gk110.cpp 866 if (i->defExists(1)) {
1134 if (i->defExists(1))
    [all...]
nv50_ir_ra.cpp 514 for (int d = 0; cal->defExists(d); ++d) {
598 for (d = 0; i->defExists(d); ++d)
674 for (int d = 0; i->defExists(d); ++d) {
1035 for (int c = 0; split ? insn->defExists(c) : insn->srcExists(c); ++c) {
1088 for (c = 0; insn->defExists(c); ++c)
    [all...]
nv50_ir_inlines.h 241 return defExists(1) || op == OP_UNION;
nv50_ir_emit_gm107.cpp 988 if (!insn->defExists(1))
1232 if (insn->defExists(1))
    [all...]
nv50_ir_emit_nv50.cpp 272 for (int d = 0; i->defExists(d); ++d)
278 if (flagsDef == 0 && i->defExists(1))
344 if (i->defExists(d)) {
546 assert(i->defExists(0));
565 assert(i->defExists(0) && i->srcExists(0));
    [all...]
nv50_ir_lowering_nvc0.cpp 417 for (int d = 0; insn->defExists(d); ++d) {
    [all...]
nv50_ir_target_nv50.cpp 291 for (int d = 0; i->defExists(d); ++d)
nv50_ir.h 803 inline bool defExists(unsigned d) const
    [all...]

Completed in 114 milliseconds