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

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 176 Instruction *Value::getInsn() const
178 return defs.empty() ? NULL : defs.front()->getInsn();
190 return (*it)->getInsn();
204 return defs.front()->getInsn();
nv50_ir_peephole.cpp 105 si = mov->getSrc(0)->getInsn();
162 Instruction *i0 = insn->getSrc(0)->getInsn();
163 Instruction *i1 = insn->getSrc(1)->getInsn();
206 Instruction *ld = i->getSrc(s)->getInsn();
294 Instruction *insn = value->getInsn();
302 next = insn->getSrc(0)->getInsn();
307 next = insn->getSrc(0)->getInsn();
564 insn = mul2->getSrc(t)->getInsn();
595 insn = mul2->getDef(0)->uses.front()->getInsn();
795 Instruction *si = i->getSrc(0)->getInsn();
    [all...]
nv50_ir_lowering_nv50.cpp 145 (*it)->getSrc(1)->defs.front()->getInsn()->setDef(0, (*it)->getSrc(0));
286 Instruction *di = st->getSrc(1)->defs.front()->getInsn();
333 if (a->getInsn() && isARL(a->getInsn())) {
334 i->setSrc(s, a->getInsn()->getSrc(0));
378 def->getInsn()->setPredicate(cc, pred);
403 af->getInsn()->src(0).mod = Modifier(NV50_IR_MOD_ABS);
404 bf->getInsn()->src(0).mod = Modifier(NV50_IR_MOD_ABS);
469 handleDIV(q->getInsn());
nv50_ir_ssa.cpp 356 bb = ((*d)->getInsn() ? (*d)->getInsn()->bb : NULL);
nv50_ir.h 403 inline Instruction *getInsn() const { return insn; }
442 inline Instruction *getInsn() const { return insn; }
474 inline Instruction *getInsn() const; // use when uniqueness is certain
nv50_ir_ra.cpp 554 assert(i->src(s).getInsn());
948 i = insn->getDef(0)->uses.front()->getInsn();
    [all...]
nv50_ir.cpp 180 Instruction *insn = (*it)->getInsn();
276 Instruction *insn = getInsn();
nv50_ir_from_sm4.cpp     [all...]
nv50_ir_from_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 238 Instruction *usei = (*u)->getInsn();
1038 // CAUTION: don't use pdst->getInsn, the definition might not be unique,
    [all...]

Completed in 75 milliseconds