| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_inlines.h | 208 Instruction *Value::getInsn() const function in class:Value 210 return defs.empty() ? NULL : defs.front()->getInsn(); 222 return (*it)->getInsn(); 236 return defs.front()->getInsn();
|
| H A D | nv50_ir_peephole.cpp | 109 si = mov->getSrc(0)->getInsn(); 138 si = i->getSrc(0)->getInsn(); 139 if (si->op != OP_SPLIT || si != i->getSrc(1)->getInsn()) 212 Instruction *i0 = insn->getSrc(0)->getInsn(); 213 Instruction *i1 = insn->getSrc(1)->getInsn(); 275 Instruction *ld = i->getSrc(s)->getInsn(); 320 insn = i->getIndirect(s, 0)->getInsn(); 444 Instruction *insn = value->getInsn(); 886 insn = mul2->getSrc(t)->getInsn(); 918 insn = (*mul2->getDef(0)->uses.begin())->getInsn(); [all...] |
| H A D | nv50_ir_lowering_nv50.cpp | 237 (*it)->getSrc(1)->defs.front()->getInsn()->setDef(0, (*it)->getSrc(0)); 368 Instruction *di = st->getSrc(1)->defs.front()->getInsn(); 433 if (a->getInsn() && isARL(a->getInsn())) { 434 i->setSrc(s, a->getInsn()->getSrc(0)); 478 def->getInsn()->setPredicate(cc, pred); 503 af->getInsn()->src(0).mod = Modifier(NV50_IR_MOD_ABS); 504 bf->getInsn()->src(0).mod = Modifier(NV50_IR_MOD_ABS); 569 handleDIV(q->getInsn());
|
| H A D | nv50_ir_ra.cpp | 660 assert(i->src(s).getInsn()); 874 if (lval->getInsn() == NULL) 878 if (isShortRegOp((*def)->getInsn())) 882 if (isShortRegOp((*use)->getInsn())) 1119 i = (*insn->getDef(0)->uses.begin())->getInsn(); 1490 if (lval->inFile(FILE_GPR) && lval->getInsn() != NULL) { 1491 Instruction *insn = lval->getInsn(); 1744 Instruction *ai = a->getInsn(), *bi = b->getInsn(); 1780 Instruction *defi = (*d)->getInsn(); [all...] |
| H A D | nv50_ir_ssa.cpp | 357 bb = ((*d)->getInsn() ? (*d)->getInsn()->bb : NULL);
|
| H A D | nv50_ir.h | 616 inline Instruction *getInsn() const { return insn; } function in class:nv50_ir::ValueRef 654 inline Instruction *getInsn() const { return insn; } function in class:nv50_ir::ValueDef 686 inline Instruction *getInsn() const; // use when uniqueness is certain
|
| H A D | nv50_ir.cpp | 180 Instruction *insn = (*it)->getInsn(); 276 Instruction *insn = getInsn();
|
| H A D | nv50_ir_from_tgsi.cpp | 1954 res->getInsn()->setIndirect(0, 1, dimRel); 1995 res->getInsn()->setIndirect(0, 1, dimRel); 3045 insn = val->getInsn(); 3048 insn = insn->getSrc(0)->getInsn();
|
| H A D | nv50_ir_lowering_nvc0.cpp | 53 Instruction *ld = i->getSrc(s)->getInsn(); 2028 src[0]->getInsn()->setFlagsDef(1, pred); 2032 src[dim]->getInsn()->setFlagsDef(1, p1); 3069 // CAUTION: don't use pdst->getInsn, the definition might not be unique,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_inlines.h | 208 Instruction *Value::getInsn() const function in class:Value 210 return defs.empty() ? NULL : defs.front()->getInsn(); 222 return (*it)->getInsn(); 236 return defs.front()->getInsn();
|
| H A D | nv50_ir_peephole.cpp | 109 si = mov->getSrc(0)->getInsn(); 138 si = i->getSrc(0)->getInsn(); 139 if (si->op != OP_SPLIT || si != i->getSrc(1)->getInsn()) 212 Instruction *i0 = insn->getSrc(0)->getInsn(); 213 Instruction *i1 = insn->getSrc(1)->getInsn(); 275 Instruction *ld = i->getSrc(s)->getInsn(); 322 insn = i->getIndirect(s, 0)->getInsn(); 447 Instruction *insn = value->getInsn(); 919 insn = mul2->getSrc(t)->getInsn(); 951 insn = (*mul2->getDef(0)->uses.begin())->getInsn(); [all...] |
| H A D | nv50_ir_ra.cpp | 703 assert(i->src(s).getInsn()); 919 if (lval->getInsn() == NULL) 923 if (isShortRegOp((*def)->getInsn())) 927 if (isShortRegOp((*use)->getInsn())) 1166 i = (*insn->getDef(0)->uses.begin())->getInsn(); 1539 if (lval->inFile(FILE_GPR) && lval->getInsn() != NULL) { 1540 Instruction *insn = lval->getInsn(); 1790 Instruction *ai = a->getInsn(), *bi = b->getInsn(); 1827 Instruction *defi = (*d)->getInsn(); [all...] |
| H A D | nv50_ir_ssa.cpp | 357 bb = ((*d)->getInsn() ? (*d)->getInsn()->bb : NULL);
|
| H A D | nv50_ir.h | 668 inline Instruction *getInsn() const { return insn; } function in class:nv50_ir::ValueRef 706 inline Instruction *getInsn() const { return insn; } function in class:nv50_ir::ValueDef 738 inline Instruction *getInsn() const; // use when uniqueness is certain
|
| H A D | nv50_ir_lowering_nv50.cpp | 260 (*it)->getSrc(1)->defs.front()->getInsn()->setDef(0, (*it)->getSrc(0)); 391 Instruction *di = st->getSrc(1)->defs.front()->getInsn(); 456 if (a->getInsn() && isARL(a->getInsn())) { 457 i->setSrc(s, a->getInsn()->getSrc(0)); 501 def->getInsn()->setPredicate(cc, pred); 526 af->getInsn()->src(0).mod = Modifier(NV50_IR_MOD_ABS); 527 bf->getInsn()->src(0).mod = Modifier(NV50_IR_MOD_ABS); 592 handleDIV(q->getInsn());
|
| H A D | nv50_ir.cpp | 179 Instruction *insn = (*it)->getInsn(); 275 Instruction *insn = getInsn();
|
| H A D | nv50_ir_from_tgsi.cpp | 1936 res->getInsn()->setIndirect(0, 1, dimRel); 1977 res->getInsn()->setIndirect(0, 1, dimRel); 3060 insn = val->getInsn(); 3063 insn = insn->getSrc(0)->getInsn();
|
| H A D | nv50_ir_lowering_nvc0.cpp | 53 Instruction *ld = i->getSrc(s)->getInsn(); 2049 src[0]->getInsn()->setFlagsDef(1, pred); 2053 src[dim]->getInsn()->setFlagsDef(1, p1); 3283 // CAUTION: don't use pdst->getInsn, the definition might not be unique,
|