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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_inlines.h 208 Instruction *Value::getInsn() const
210 return defs.empty() ? NULL : defs.front()->getInsn();
222 return (*it)->getInsn();
236 return defs.front()->getInsn();
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())
204 Instruction *i0 = insn->getSrc(0)->getInsn();
205 Instruction *i1 = insn->getSrc(1)->getInsn();
261 Instruction *ld = i->getSrc(s)->getInsn();
302 insn = i->getIndirect(s, 0)->getInsn();
412 Instruction *insn = value->getInsn();
853 insn = mul2->getSrc(t)->getInsn();
885 insn = (*mul2->getDef(0)->uses.begin())->getInsn();
    [all...]
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());
    [all...]
nv50_ir_ra.cpp 657 assert(i->src(s).getInsn());
854 if (lval->getInsn() == NULL)
858 if (isShortRegOp((*def)->getInsn()))
862 if (isShortRegOp((*use)->getInsn()))
1097 i = (*insn->getDef(0)->uses.begin())->getInsn();
    [all...]
nv50_ir_ssa.cpp 357 bb = ((*d)->getInsn() ? (*d)->getInsn()->bb : NULL);
nv50_ir.h 589 inline Instruction *getInsn() const { return insn; }
627 inline Instruction *getInsn() const { return insn; }
659 inline Instruction *getInsn() const; // use when uniqueness is certain
    [all...]
nv50_ir.cpp 180 Instruction *insn = (*it)->getInsn();
276 Instruction *insn = getInsn();
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir_lowering_nvc0.cpp 53 Instruction *ld = i->getSrc(s)->getInsn();
    [all...]

Completed in 64 milliseconds